Date: Thu, 17 Oct 2002 16:03:21 -0400 (EDT) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: Juli Mallett <jmallett@FreeBSD.ORG> Cc: audit@FreeBSD.ORG, current@FreeBSD.ORG, Daniel Eischen <deischen@FreeBSD.ORG> Subject: Re: I often have orphaned FDs in threaded programs... Message-ID: <Pine.GSO.4.10.10210171553590.17871-100000@pcnet1.pcnet.com> In-Reply-To: <20021017034126.A45732@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10210171553590.17871-100000>