This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: 2.2.4-pre3


On Tue, Aug 14, 2001 at 07:27:19PM -0700, Ulrich Drepper wrote:
> You are linking against the static libpthread?  If not, then something
> else is wrong since the patches don't even touch the shared
> libpthread.
> 
> If you are linking with libpthread.a it'd be useful to see where it
> fails (run the debugger).  I cannot reproduce any problem and cannot
> imagine the code producing any.
>

Well, unfortunately I will need to rebuild this libc without the omitfp (I
killed the lib*_g's too, even), but here is what I have so far.

The core generated from running src/ls from fileutils-4.1 (dynamically linked)
simply gives me this.

#0  0x40163c2e in sem_destroy () from /lib/libpthread.so.0

The backtrace on make returns pretty much the same..

#0  0x40166c2e in sem_destroy () from /lib/libpthread.so.0

Copying my *unpatched* libpthread-0.9.so into my chroot's /lib allows both to
run properly.

I am rebuilding a debuggable 2.2.4pre3 now, and will post the full backtraces
of both once I'm done (assuming they still occur ;).




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