This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: traceback on exit if syslog handler fails to initialize
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: vinay.sajip Nosy List: georg.brandl, katzj, vinay.sajip
Priority: normal Keywords: patch

Created on 2006-12-05 16:43 by katzj, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-syslog-fail-noatexittb.patch katzj, 2006-12-05 16:43 fix for the issue
Messages (3)
msg51483 - (view) Author: Jeremy Katz (katzj) Date: 2006-12-05 16:43
Syslog loggers can fail to initialize if the syslogd has crashed; this then leads to a traceback on exit as self.unixsocket isn't set.  Attached patch changes around the order to avoid this.

Related to http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=206474
msg51484 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-12-09 08:56
Assigning to Vinay.
msg51485 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2006-12-11 14:15
Updated in SVN for trunk and release24-maint.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44308
2006-12-05 16:43:47katzjcreate