segmentation fault

Sep 10, 2008 15:24

While reading the source code of OpenJDK/IcedTea hotspot zero port, I noticed this :

#ifndef PRODUCT
if (sig == SIGSEGV) {
fatal("\n#"
"\n# /--------------------\\"
"\n# | segmentation fault |"
"\n# \\---\\ /--------------/"
"\n# /"
"\n# [-] |\\_/| "
"\n# (+)=C |o o|__ "
"\n# | | =-*-=__\\ "
"\n# OOO c_c_(___)");
}
#endif // !PRODUCT

Very nice !
Previous post Next post
Up