More than decoding, this tool explains the meaning of the error number returned by the linux kernel when a segmentation fault (aka segfault) occurs. This can help you debug and understand the bug behind an application crash.
Error code:
Disclaimer: rocket science was not required in the development of this tool. It is based on the error codes enum from the linux kernel's arch/x86/mm/fault.c source code file.
No rocket science, I agree, yet still a nice idea and realization. Thank you, I just used your tool. Found it via StackOverflow question, if you're curious.
ReplyDelete