Closed GoogleCodeExporter closed 9 years ago
You don't have symbols for libc, and the x86-64 stackwalker doesn't try to scan
the stack for return addresses like the x86 stackwalker. (The x86-64 ABI says
you don't need to have a frame pointer by default, so we rely on the .eh_frame
or DWARF data to do stack walking.)
This is filed in Mozilla's bugzilla as:
https://bugzilla.mozilla.org/show_bug.cgi?id=571578
Original comment by ted.mielczarek
on 24 Sep 2010 at 1:33
I fixed this in r704, FYI.
Original comment by ted.mielczarek
on 25 Oct 2010 at 2:05
Original issue reported on code.google.com by
cjstimp...@gmail.com
on 14 Sep 2010 at 9:24