
the Adib wrote:
I found that an access to a NULL-pointer caused the crashes on pdf/ps export.
The pointer access is in the file src/extension/prefdialog.cpp line 178 in the function: void PrefDialog::on_response (int signal) {
The function was last edited by gouldtj as follow: r17821@...1818...: ted | 2008-01-31 12:59:57 -0800 Okay, I'm not 100% sure what all these changes are but I want to start working on this again from a checked in point. I'll fix the bugs from here.
So if one can review the diff from 17244 to 16419. Right now I just test for NULL in that specific case I found.
In fact, according to git-bisect the bug was introduced in that particular commit #17244. Also see
https://bugs.launchpad.net/inkscape/+bug/169066.
Would it make sense to roll back the changes of #17244 until this is is sorted out? Or does anyone have a clue what precisely is causing the crash so that it can be fixed?
Max