Chris Plummer wrote: > Chris Plummer wrote: > > > > Thiemo Seufer wrote: > > > > > > Chris Plummer wrote: > > > [snip] > > > > (gdb) bt > > > > #0 0xffffffff in ?? () > > > > #1 0x2aab73c8 in _dl_init () from /lib/ld.so.1 > > > > Cannot access memory at address 0x38 > > > > (gdb) p $pc > > > > $1 = -1 > > > > (gdb) > > > > > > It looks like the dynamic loader forgot to resolve a function entry. > > > Can you try to reduce your App to the smallest testcase where this > > > problem occurs? > > > > > > Thiemo > > > > > Certainly I can try, but it could take a while. This is a very big > > program, and heavily interconnected.
I see the problem, but I'm still interested in a testcase to check it against current upstream CVS. Fixing such bugs is better than papering over it. Thiemo

