On Mon, Jan 26, 2004 at 06:28:03PM +0000, Colm MacCarthaigh wrote:
I'd love to find out what's causing your worker failures. Are you using any thread-unsafe modules or libraries?
Not to my knowledge, I wasn't planning to do this till later, but
I've bumped to 2.1, I'll try out the forensic_id and backtrace
modules right now, and see how that goes.
*sigh*, forensic_id didn't catch it,
forensic_id is just for crash in child
backtrace didn't catch it, whatkilledus didn't catch it, all tried individually.
disable the check for geteuid()==0 and see if you get backtrace? exception hook purposefully doesn't run as root (I assume your parent is running as root)
