From: Jeff D. <jd...@ka...> - 2000-08-02 20:01:47
|
The crash that Bill Stearns pointed out yesterday seems to have been caused by an irq_save bug. It was enabling signals when it should have been disabling them, which is very bad. So, the fix is checked in now. Grab the latest stuff if you're seeing strange behavoir. I've seen process segfaults, process hangs in strange places, and kernel memory corruption. I'm tempted to blame all of that on this bug so I can claim to have completely bug-free code. Jeff |