Find the answer to your Linux question:
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. ...
  1. #1
    Just 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

  2. #2
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...