Is sigil built with debugging information? If so, the core dump that was generated can be used to see exactly where the crash occurred. Loading the core dump into gdb will tell you which function it crashed in without much effort. If you want to know which line it was, then you'll have to point gdb to the source code (using the directory command). I don't know if the OP is comfortable with such stuff, but if you want to try, let us know and someone will give you some pointers.
|