2015-05-09 14:38 GMT+02:00 alvinpenner <penner@...1856...>:
in the case of the crash, the backtrace is :
(gdb) symbol-file inkscape.dbg Reading symbols from C:\InkscapeBZR\inkscape/inkscape.dbg...done. (gdb) run Starting program: C:\InkscapeBZR\inkscape/inkscape.exe [New thread 3284.0x708] [New thread 3284.0xd0c] [New thread 3284.0xcf0]
Program received signal SIGSEGV, Segmentation fault. 0x00702add in Inkscape::FontLister::system_fontspec () (gdb) bt #0 0x00702add in Inkscape::FontLister::system_fontspec () #1 0x05adc220 in ?? () #2 0x00000001 in ?? () #3 0x66532bd9 in libglibmm-2!_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward _iterator_tag () from C:\InkscapeBZR\inkscape\libglibmm-2.4-1.dll (gdb) c Continuing.
There was a possible null pointer dereference in system_fontspec, which I fixed now, but I'm not sure it was the real culprit for this crash.
Regards, Krzysztof.