Results 1 to 2 of 2
Hi All,
I would like to list all the ExceptionCode for linux and its corresponding exceptions. So that by seeing the exception code we can easily findout the possible error.
...
- 03-18-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 4
How to List all the exception code in linux
Hi All,
I would like to list all the ExceptionCode for linux and its corresponding exceptions. So that by seeing the exception code we can easily findout the possible error.
Exa: ExceptionCode: c0000094 (Integer divide-by-zero)
I will appreciate if i get any info on it.
Thanx,
Jpradhan
- 03-18-2009 #2Just Joined!
- Join Date
- Mar 2009
- Location
- Norway
- Posts
- 52
The divide-by-zero exception is raised by the CPU, see Section 4.2.* Interrupts and Exceptions for details about this, and how the kernel handles it.
Last edited by henrikau; 03-18-2009 at 12:24 PM. Reason: typo, bad prhasing


Reply With Quote
