Comment 2 for bug 855839

Revision history for this message
su_v (suv-lp) wrote : Re: inkscape hangs when editing pdf with large number of objects

<off-topic>
> I did not get a backtrace because when running inkscape inside gdb all fonts
> get replaced by empty squares and icons by a not found symbol. I don't
> know if that's an issue with gdb on my system or Inkscape on OS X.

The bundled version is not really easy (and not intended) to be used on the command line (even more so with gdb) unless you now the inner structure of the application package and which of the nested shell script sets which environment variables before executing the actual binary (Contents/Resources/bin/inkscape-bin) - if you intend to debug inkscape, install the cli version via MacPorts. Otherwise - the crash report saved by the system (~/Library/Logs/CrashReporter or ~/Library/Logs/DiagnosticReports for 'inkscape-bin') if the process actually segfaults does always include a backtrace: <http://developer.apple.com/library/mac/#technotes/tn2004/tn2123.html> has more information (even if outdated, the basics still apply as far as I know).
</off-topic>