Opened 14 years ago
Closed 14 years ago
#11395 closed Bug Report - Crash (Duplicate)
mythlogserver crashes on timeout instead of cleanly quitting
| Reported by: | Owned by: | beirdo | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - Mythlogserver | Version: | 0.26-fixes |
| Severity: | medium | Keywords: | idleness shutdown |
| Cc: | Ticket locked: | no |
Description
When mythlogserver is idle for 5 minutes, it logs the message "Shutting down because of idleness" and then crashes with a segment violation instead of exiting properly.
Attached is a crash report.
I'm running OS-X 10.7.5.
Attachments (1)
Change History (5)
by , 14 years ago
| Attachment: | mythlogserver.crashlog added |
|---|
comment:1 by , 14 years ago
I should mention that I modified the 0.26-fixes source before building: I deleted the --daemon switch in the code where mythlogserver is invoked (in LoggerThread::launchLogServer(), which is in libmythbase/logging.cpp). I did that because mythlogserver seems to crash on launch with --daemon and to run OK when started without.
comment:2 by , 14 years ago
A crash -- EXC_BAD_ACCESS (SIGSEGV) -- also occurs, instead of a clean exit, if I start mythlogserver from the command line and then immediately use Activity Monitor to Quit the process, which apparently sends a SIGTERM 15 signal.
dgktkr

mythlogserver crashlog