Bug 3917 - libunwind: Nested functions resolving broken
Summary: libunwind: Nested functions resolving broken
Status: ASSIGNED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on: 4083
Blocks:
  Show dependency treegraph
 
Reported: 2007-01-24 18:18 UTC by Jan Kratochvil
Modified: 2007-03-05 11:40 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
Reproducibility inferior. (133 bytes, text/plain)
2007-01-25 19:00 UTC, Jan Kratochvil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kratochvil 2007-01-24 18:18:36 UTC
 
Comment 1 Jan Kratochvil 2007-01-24 18:20:34 UTC
[mistaken commit]
Bug 3791 frysk-unwinder-update.patch
  http://sourceware.org/bugzilla/attachment.cgi?id=1491&action=view
sometimes could fail on:
fstack: ../../frysk/frysk-imports/lib/unwind/cni/FrameCursor.cxx:86: void
lib::unwind::FrameCursor::create_frame_cursor(jlong): Assertion `ip == offset +
proc_info.start_ip' failed.

That is correct as part of libunwind apparently supports nested functions but
the other part not:
ip=0xb2ee46,offset=0xc,proc_info.start_ip=0xb2ee30,buf="__pause_nocancel"
   969: 00b2ee30   101 FUNC    WEAK   DEFAULT   11 pause@@GLIBC_2.0
  4235: 00b2ee3a    20 FUNC    LOCAL  DEFAULT   11 __pause_nocancel
Currect:    offset=0xc,proc_info.start_ip=0xb2ee3a,buf="__pause_nocancel"
Comment 2 Jan Kratochvil 2007-01-25 19:00:42 UTC
Created attachment 1521 [details]
Reproducibility inferior.