Re: _sigprocmask in malloc.c causes full file table?

2001-08-13 Thread Michael Robinson
On Sun, Aug 12, 2001 at 10:29:53AM -0400, Daniel Eischen wrote: sigprocmask() behaves the same as pthread_sigmask(). pthread_sigmask() needs to obtain the current thread. In obtaining the current thread, the threads library must be initialized. In initializing the threads library malloc()

Re: _sigprocmask in malloc.c causes full file table?

2001-08-12 Thread David O'Brien
On Sat, Aug 11, 2001 at 05:25:42PM -0700, Terry Lambert wrote: It's like trying to find something in hierachically organized GNU info documentation: redundancy is useful, and try to find __PRETTY_FUNCTION__ in the gcc documentation, when you need to read the man page carefully to find the