crash when hit Enter with no text present
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
High
|
Mc |
Bug Description
- Windows XP, Inkscape 0.91+devel r14057 (Apr 16 2015)
- start Inkscape, select text tool F8
- place the cursor on the screen without typing anything
- hit Enter, Inkscape crashes, backtrace attached.
- not reproduced on Windows 7, Inkscape 0.91 r13725 (Jan 30 2015)
- somewhat similar to bug #1426879 but different crash message
.......
(gdb) symbol-file inkscape.dbg
Reading symbols from C:\InkscapeBZR\
(gdb) run
Starting program: C:\InkscapeBZR\
[New thread 2680.0x4ec]
[New thread 2680.0x508]
[New thread 2680.0xfe0]
Program received signal SIGSEGV, Segmentation fault.
0x006f284c in Inkscape:
(gdb) bt
#0 0x006f284c in Inkscape:
#1 0x0139ad84 in typeinfo for SPTRef ()
#2 0x0139ad84 in typeinfo for SPTRef ()
#3 0x08eff718 in ?? ()
#4 0x00f6adff in _Unwind_
at ../../.
#5 0x08eff718 in ?? ()
#6 0x00000000 in ?? ()
Related branches
Changed in inkscape: | |
milestone: | none → 0.92 |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
On OS X 10.7.5:
- not reproduced with Inkscape 0.91+devel rev <= 13836
- reproduced with Inkscape 0.91+devel rev >= 13841
(no archived builds in-between).
Possibly related to implementation of new textLength and textAdjust attributes (?): bazaar. launchpad. net/~inkscape. dev/inkscape/ trunk/changes/ 13841
http://
With rev 13824-13836 (no crash), there are already these messages on the console: :~SPObject( ): someone else still holding ref to style :~SPObject( ): someone else still holding ref to style
SPObject:
SPObject:
Full backtrace with debug build (r14057) attached.