Open ramosian-glider opened 9 years ago
Reported by konstantin.s.serebryany
on 2013-01-14 08:42:54
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/+/cd15bacf334ab254a5f61c3bba100adde1b6b80a
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.
Reported by eugenis@google.com
on 2013-01-14 09:21:01
is this actionable on our side?
Reported by konstantin.s.serebryany
on 2013-02-18 04:19:21
Reported by ramosian.glider
on 2015-07-30 09:05:31
Adding Project:AddressSanitizer as part of GitHub migration.
Reported by ramosian.glider
on 2015-07-30 09:06:55
Originally reported on Google Code with ID 141
Reported by
miaubiz
on 2013-01-14 08:36:30