Bug 4796 - elfutils dwfl_report_end run twice aborts with: dwfl_module.c:248: dwfl_report_end: Assertion `i == dwfl->nmodules' failed.Aborted
Summary: elfutils dwfl_report_end run twice aborts with: dwfl_module.c:248: dwfl_repor...
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-16 22:03 UTC by Nurdin Premji
Modified: 2007-07-16 22:03 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments
test of dwfl_report_end (268 bytes, text/x-csrc)
2007-07-16 22:03 UTC, Nurdin Premji
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nurdin Premji 2007-07-16 22:03:09 UTC
Attached test file fails with above error:

$g++  -o dwfltest dwfltest.c -I /usr/include/elfutils/ -ldw -ldl
$./dwfltest
Comment 1 Nurdin Premji 2007-07-16 22:03:41 UTC
Created attachment 1917 [details]
test of dwfl_report_end