Closed brunoabinader closed 7 years ago
I've tested a custom gdb built from trunk (containing the fix commented on the bugzilla link) and gdb does not complain anymore. I'm preparing a new package of it for mason.
@brunoabinader it looks like the crashing version of gdb
is 7.11. The 7.12 release is already packaged in mason and being used at https://github.com/mapbox/mapbox-gl-native/blob/62e8e64299ae1635e56df701a7c2264e8b37b77a/scripts/travis_setup.sh#L37-L38. Have you tried enabling that version (7.12) of gdb? Maybe that will work and you won't need a gdb build from trunk?
@springmeyer GDB 7.12 does not contain this patch which fixes the issue - to be sure I've tested gdb 7.12 locally and got the same error.
Fixed in #9020.
When issuing
make run-tests
on Ubuntu 16.04 LTS, I get the following error:The function in question is mbgl::detail::packageArgumentsAndCallback.
GDB version:
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
Related GDB bugzilla: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78252
/cc @jfirebaugh