Comment 1 for bug 481512

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : Re: segfault on lpnet13

gdb-ing suggests very strongly that this is a fclose/fwrite race at logrotate time: thread 6 is waiting to reacquire the GIL having just closed something, the python stacktrace very much suggesting a log file and thread 1 is writing to something, the python stacktrace very much suggesting a log file.