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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

librt.so issues


Hi!

SIGRTMIN has wrong value in programs linked with -lrt (but not with
-lpthread directly).
The problem is that libc.so comes earlier in search scope than
libpthread.so, so e.g. __libc_current_sigrtmin comes from libc.so, while
libpthread.so's constructor has registered those rt signals.
What do you think can be done to solve this?
/usr/lib/librt.so containing GROUP ( /lib/librt.so.1 /lib/libpthread.so.0 ),
or a special __libc_current_sigrtmin in -lrt which will pass control to
-lpthread's one, or something else?

	Jakub


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