eugtk - segmentation fault
- Posted by Jerry Story <jstory at edmc.net> Sep 26, 2002
- 495 views
I'm in the process of translating my Diet Monger Ass Kicker program to eugtk. I very slowly got thru most of four out of seven files without any errors caught by the interpreter. Major learning experience, gtk is a new thing for me. Then I ran into something called "segmentation fault". I looked up "segmentation fault" on google and it has to do with either a dangling pointer or something trying to access memory that it's not supposed to access. Too technical for me to understand. The error message says just "segmentation fault", no line number, no furthur information. The question is: how do I track it down?