crash when activating "snap to path" mode after changing stroke width (no focus-out-event)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
High
|
Adonis Papaderos |
Bug Description
just compiled r9870 on ubuntu 10.4.1 64 bit.
With a path in edit mode with the node tool, I switch on snap to path by clicking the button with the little green snake icon.
Emergency save occurs. I can reproduce it with these steps, not sure which are critical:
- ./src/inkscape
- maximize window
- zoom in
- draw three node path (straight internodes) (bezier curves tool)
- click fill stroke thing in bottom left to bring up fill stroke dialog (docked)
- go to stroke style tab
- mouse wheel increase width
- click snap to path button in snapping button bar
- crash
(hmm, I guess having the path in node tool edit mode isn't required then
shell output follows:
trunk_64> ./src/inkscape
ERROR:document-
Emergency save activated!
Emergency save document locations:
/home/tbrown/New document 1.2010_
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.
(inkscape:1403): Gtk-WARNING **: GtkEntry - did not receive focus-out-event. If you
connect a handler to this signal, it must return
FALSE so the entry gets the event as well
Aborted
trunk_64> bzr revno
9870
summary: |
- crash when activating "snap to path" mode + crash when activating "snap to path" mode after changing stroke width + (no focus-out-event) |
tags: | added: ui |
Changed in inkscape: | |
milestone: | none → 0.48.1 |
status: | Confirmed → Fix Committed |
Changed in inkscape: | |
assignee: | nobody → Adonis Papaderos (ado-papas) |
tags: |
added: crash removed: cash |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
Reproduced with Inkscape 0.48 r9654 and 0.48+devel r9870 on OS X 10.5.8,
not reproduced with Inkscape 0.47.
Duplicate of Bug #665316 “crash when saving after changing stroke width (no focus-out-event)”? /bugs.launchpad .net/inkscape/ +bug/665316>
<https:/
The trigger seems changing the stroke width in the 'Fill&Stroke > Stroke style' tab using the mouse scroll wheel without actually clicking in the widget (entry field) first.