Date: Fri, 2 Jul 2004 19:08:23 -0400 (EDT) From: Matthew George <mdg@secureworks.net> To: freebsd-questions@freebsd.org Subject: SIGURG Message-ID: <20040702190621.B37004@localhost>
next in thread | raw e-mail | index | archive | help
I have a fairly active program that forks and uses pipes to communicate back to the parent before exiting. When I go to wait() on the child, occasionally the status is signaled - SIGURG instead of exit()ing normally. It appears the child process is doing everything it needs to be doing. What will generate this signal? Is it safe to ignore, or should I be handling it somehow? This is running on 4.10 ... -- Matthew George SecureWorks Technical Operations
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040702190621.B37004>