On Tue, Mar 30, 2004 at 06:38:02PM -0500, Lijun Chen wrote: > Further to my last email, another question is if multiple simultaneous > exceptions occur, or kernel is > handling an exception, another exception occurs, how linux handles this? Not at all. Exceptions have priorities and so simply the highest priority will be taken and therefore handled. Ralf