Open GoogleCodeExporter opened 9 years ago
Original comment by konstant...@gmail.com
on 14 Jan 2013 at 8:42
Looks like broken unwind tables in one of the system libraries. Gdb is not very
happy with them, too (the "corrupt stack" line).
We had a similar, but android-specific, issue:
https://android.googlesource.com/platform/bionic/+/cd15bacf334ab254a5f61c3bba100
adde1b6b80a
It would help to investigate what these unnamed frames in libc and ld-linux
are, whether they have unwind instructions, and whether those instructions make
sense. You can use "readelf -a" for that.
It would also be useful to compare stacks as printed by gdb, and as observed
from asan's Unwind_Trace, and if the latter is shorter, then the next frame is
the culprit.
Original comment by euge...@google.com
on 14 Jan 2013 at 9:21
is this actionable on our side?
Original comment by konstant...@gmail.com
on 18 Feb 2013 at 4:19
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:05
Adding Project:AddressSanitizer as part of GitHub migration.
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:06
Original issue reported on code.google.com by
miaubiz@gmail.com
on 14 Jan 2013 at 8:36