Bug 152319
| Summary: | possible deadlock in ctime() called from signal handler | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jason Vas Dias <jvdias> |
| Component: | sysklogd | Assignee: | Jason Vas Dias <jvdias> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | sundaram |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.4.1-28 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-09-05 00:01:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jason Vas Dias
2005-03-28 15:43:33 UTC
Problem #1 (potential ctime() deadlock when '-m' option is > 0) is still an issue and will be fixed in the next release: syslogd will no longer generate any I/O nor call ctime() within the signal handler. Note that '-m 0' is in the options installed in /etc/sysconfig/syslog by default . Problem #2 (blocking SOCK_DGRAM recv) should be fixed now, and is a duplicate of bug #140983 . This is now fixed with sysklogd-1.4.1-28+ in FC4 . |