Re: I often have orphaned FDs in threaded programs...
Daniel Eischen <[email protected]> Thu, 17 Oct 2002 16:03:21 -0400 (EDT)
| Newsgroups | gmane.os.freebsd.devel.audit |
|---|---|
| Message-ID | <[email protected]> |
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 why the table has null entries. I would recommend just deleting the printing of the owner altogether. -- Dan Eischen To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-audit" in the body of the message