View Single Post
Old 09-23-2013, 01:20 AM   #16
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 3,055
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
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.
rkomar is offline   Reply With Quote