[uClibc 0000575]: syslog() blocks when syslogd dies

bugs at busybox.net bugs at busybox.net
Thu Dec 1 23:14:55 UTC 2005


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=575 
====================================================================== 
Reported By:                akvadrako
Assigned To:                uClibc
====================================================================== 
Project:                    uClibc
Issue ID:                   575
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             12-01-2005 15:14 PST
Last Modified:              12-01-2005 15:14 PST
====================================================================== 
Summary:                    syslog() blocks when syslogd dies
Description: 
syslog() uses SIGPIPE to detect when the connection to syslogd is severed. 
However, when SIGPIPE is blocked, it blocks forever.  syslog() should use
non-blocking IO to ensure it's writes do not block.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-01-05 15:14  akvadrako      New Issue                                    
12-01-05 15:14  akvadrako      Status                   new => assigned     
12-01-05 15:14  akvadrako      Assigned To               => uClibc          
======================================================================




More information about the uClibc-cvs mailing list