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]
Other format: [Raw text]

Re: [glibc-HEAD (2.3.3)] - Problem with NPTL and Bind 9.2.3


On Sun, Jan 04, 2004 at 02:02:14PM -0500, Shawn Starr wrote:

> When attempting to use threads with BIND 9.2.3, bind quits with a
> fatal error. Recompiling BIND 9.2.3 w/o threads works.

> There seems to be problems with heap and NPTL ? Others have told me
> NPTL in RedHat's glibc works fine. However, I am using my own
> Pure-LFS and this fails for me.

A similar problems exist when GLIBC is configured with --enable-omitfp
and then compiled with GCC 3.x.  It's because their
__builtin_frame_address don't behave correctly with
--fomit-frame-pointer option.  And the threads library becomes broken.
So, may be your case looks alike?  But I don't understand - what NPTL
do you mean?  That one from the GLIBC distribution?


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