Aaron Isotton

Segdecode

Segdecode Screenshot

Segdecode decodes segmentation fault codes for Linux x86-64. This can be very useful for debugging. If you don't know what I'm talking about, then you don't need this program.

You can find the segmentation fault codes using 'dmesg' after a program caused a segmentation fault. The code is the number after "error". E.g:

[ 3096.036309] a.out[7766]: segfault at 00007fff6a5b5af0 rip 00007fff6a5b5af0 rsp 00007fff6a5b5af8 error 15

The error code here is 15.

Usage

$ segdecode ERROR-CODE

Segdecode will warn you if you give it an invalid code.

License

You may use Segdecode under the terms of the GNU General Public License, version 2.

Documentation

Segdecode doesn't need documentation.

Download

Version Platform
0.1 Source Download