From: Jeff D. <jd...@ka...> - 2000-06-20 19:13:23
|
This batch is bug fixes: the IRQ handlers now run with interrupts off fixed a bug which could caused the same interrupt to effectively be handled twice SIGALRM is treated the same as SIGVTALRM the old select system call now works and the big item: the occasional process segfaults are now fixed (I think). They became a lot more reproducible over the last week, so I chased the bug down. The several days that I spent looking at the debris left behind by the bug were useless. What ended up happening was that I thought about it long enough to realize what the bug must be and tossed in the line of code that fixed it. Jeff |