I often have orphaned FDs in threaded programs...

2002-10-17 Thread Juli Mallett
I have a program which shares a lot of (orphaned) FDs between threads, and requesting a dump (SIGINFO) results in a core, because the FD owner si NULL. Here's a diff from my local tree, for review: %%% Index: uthread_info.c === RCS

Re: I often have orphaned FDs in threaded programs...

2002-10-17 Thread Daniel Eischen
On Thu, 17 Oct 2002, Juli Mallett wrote: I have a program which shares a lot of (orphaned) FDs between threads, and requesting a dump (SIGINFO) results in a core, because the FD owner si NULL. Here's a diff from my local tree, for review: Actually, fd locking is not enabled anymore so that's