Ticket #22010 (closed defect: worksforme)
inkscape-devel @0.46.22157_0 +quartz crashes at startup
| Reported by: | Damien@… | Owned by: | devans@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | Cc: | jp@…, smparkes@… | |
| Port: | inkscape-devel |
Description (last modified by macsforever2000@…) (diff)
Defaults variants are "+ipv6 +quartz +no_x11 -x11 +nls +tls +ssl +with_default_names +ares +idn +aqua +bash_completion +adns +aspell " on iMacIntel.
In X11.app (2.4), from a terminal :
$ port installed | grep inkscape inkscape-devel @0.46.22157_0+no_x11 (active) $ inkscape (inkscape:83509): GLib-GObject-CRITICAL **: g_object_ref: assertion `object->ref_count > 0' failed (inkscape:83509): GLib-GObject-CRITICAL **: g_object_ref: assertion `object->ref_count > 0' failed 2009-10-12 13:34:27.894 inkscape[83509:903] InjectEventHandler
At this point, inkscape is ready to be used (the interface is displayed on the screen)
But when clicking anywhere in inkscape makes a window appear, saying "Inkscape a subi une erreur inter et va se fermer maintenant". And in the terminal, the following is written:
Emergency save activated! Emergency save completed. Inkscape will close now. If you can reproduce this crash, please file a bug at www.inkscape.org with a detailed description of the steps leading to the crash, so we can fix it. ^C
The only solution is to ^C for killing it.
Change History
comment:1 Changed 4 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to devans@…
- Keywords crash, startup removed
- Description modified (diff)
comment:2 Changed 4 years ago by macsforever2000@…
- Summary changed from Crashes at startup to inkscape-devel crashes at startup
comment:4 follow-up: ↓ 5 Changed 2 years ago by jmr@…
- Summary changed from inkscape-devel crashes at startup to inkscape-devel @0.46.22157_0 crashes at startup
Does this still happen with @0.48.0.9914?
comment:5 in reply to: ↑ 4 Changed 2 years ago by suv-sf@…
Replying to jmr@…:
Does this still happen with @0.48.0.9914?
The report unfortunately doesn't include a backtrace and was filed for an older prerelease version of Inkscape 0.47 (inkscape-devel @0.46.22157), but AFAICT this crash is limited to building and running Inkscape with the Quartz backend of GTK+:
Depending on Inkscape's preference settings for saving & restoring the windows geometry, all versions of Inkscape (including current trunk) built with GTK+/Quartz (gtk2 +quartz+no_x11) crash on initial start or when a second window is opened - see upstream report Bug 487144 in Inkscape: “inkscape built with Gtk+/Quartz crashes when a second file is opened”.
The underlying issue possibly is related to an upstream bug in GTK+ which apparently had been fixed for the X11 backend (Bug 336435 in Inkscape: “inkscape crashed with signal 5 in _XError()”) but not for the Quarz backend.

