On 18 July 2014 12:47, Robert Helling <[email protected]> wrote: > > On 18.07.2014, at 11:41, Lubomir I. Ivanov <[email protected]> wrote: > > they apply for me on top of: > 3cdd4df8e8d: Statistics: change our notion of "bogus SAC rate" > > > ok, now they apply. But the crash is still there. Anything I could > specifically look for with the debugger? >
you could try setting a breakpoint in the PrintDialog constructor and stepping trough. this may require a "set dont-handle-bad-access 1" in GDB depending if how OSX decides to trow a signal if one of it's core libraries fails. source: http://stackoverflow.com/questions/2044179/gdb-set-a-breakpoint-for-a-sigbus-handler lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
