This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: eu-unstrip -n fails to process a coredump


That suggests that the bookkeeping is going wrong for setting up the
binary-search lookup table that drives dwfl_addrsegment (segment.c).
You can probably reproduce it in an isolated test case by extracting
the sequence of dwfl_report_segment calls made in your scenario, and
then mocking up a test that does those and then a dwfl_addrsegment call
to match the bogus results seen inside this core file scenario.

Please work with Petr Machata <pmachata@redhat.com> to synthesize that
test case for our regression tests, and then Petr can fix the code.


Thanks,
Roland

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]