Karl Lehenbauer wrote: > I never actually understood what was happening. Can you explain a > little more thoroughly?
I was posting here half as a way to remind myself and half as a warning/query to others. I noticed some random segfaults in the log file the other day (not that many, though), and managed to pull the two stack traces out of them. The first one was very indicative of an error at shutdown time, and it seemed to be saying that there was a problem writing. My supposition was that it was trying to write to something that no longer existed, so I added some code to stop it from writing on shutdown. Perhaps there is another/better way, but the segfaults seem to have stopped, and it still passes all the tests. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
