trunk: critical warnings when applying or previewing extensions after opening document properties dialog (rev >= 12554)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Invalid
|
Medium
|
Unassigned |
Bug Description
Steps to reproduce:
1) launch current trunk (default prefs, default new doc (no localized template))
2) open 'File > Document Properties > Page' and change default units from 'px' to 'mm'
3) open 'Extensions > Render > Gear > Gear…'
4) toggle 'Live Preview' on and off again
5) close dialog
6) inspect messages on the console
Variation:
1) launch current trunk (default prefs, default new doc (no localized template))
2) open 'File > Document Properties > Page' and change default units from 'px' to 'mm'
3) open 'Extensions > Render > Gear > Gear…'
4) click on 'Apply'
6) inspect messages on the console
Expected result:
No warnings or error messages on the console
Actual result:
Several warnings on the console each time the preview is toggled (or the extension effect applied), one of them 'Critical'.
rev 12692 (toggle live-preview):
** (inkscape:34951): WARNING **: Incompatible units
** (inkscape:34951): WARNING **: Incompatible units
** (inkscape:34951): CRITICAL **: Gtk::TreeIter Inkscape:
** (inkscape:34951): WARNING **: Incompatible units
** (inkscape:34951): WARNING **: Incompatible units
** (inkscape:34951): CRITICAL **: Gtk::TreeIter Inkscape:
** (inkscape:34951): WARNING **: Incompatible units
** (inkscape:34951): WARNING **: Incompatible units
** (inkscape:34951): CRITICAL **: Gtk::TreeIter Inkscape:
** (inkscape:34951): WARNING **: Incompatible units
** (inkscape:34951): WARNING **: Incompatible units
** (inkscape:34951): CRITICAL **: Gtk::TreeIter Inkscape:
Confirmed with r12678, r12691 on Ubuntu 13.04 (VM, 64bit) (inkscape-trunk PPA), and with r12692 on OS X 10.7.5.
Based on tests with archived builds (on OS X 10.7.5):
- not reproduced with rev <= 12553
- reproduced with rev >= 12554
these warnings originate from the merge of the GSoC unit-improvement branch in rev 12554:
<http://
Related branches
description: | updated |
summary: |
- trunk: critical warnings when live-previewing extensions after changing - default units (rev >= 12554) + trunk: critical warnings when applying or previewing extensions after + changing default units (rev >= 12554) |
summary: |
trunk: critical warnings when applying or previewing extensions after - changing default units (rev >= 12554) + opening document properties dialog (rev >= 12554) |
Changed in inkscape: | |
importance: | Undecided → Medium |
Changed in inkscape: | |
milestone: | 0.91 → 0.92 |
Correction:
The warnings start to appear after having opened and closed the 'Document Properties' dialog - it does not matter whether the default units are actually changed or not.