Friesen, Christopher [CAR:VC21:EXCH] wrote:
It this point I suspected my setjmp/longjmp code was bad, so to test it I changed the recv() call to a pause() call. After that change, everything worked fine. I changed it to a read() call, and it breaks again with the third signal never being delivered.
My bad, didn't notice that pause() doesn't get restarted. So the setjmp/longjmp code isn't being called with pause.
Also, behaviour is the same with 2.6.5 on a P4.
Chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

