Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: SourceForge.net <noreply@so...> - 2007-02-28 10:26:53
|
Bugs item #1670677, was opened at 2007-02-28 10:53 Message generated for change (Comment added) made by bortz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1670677&group_id=93438 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: Linux Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stephane Bortzmeyer (bortz) Assigned to: Nobody/Anonymous (nobody) Summary: Inkscape crashes when loading a SVG file Initial Comment: Every time I try to load this SVG file, wether to export as PNG or to display, Inkscape crashes: inkscape --export-png=attaque-dns-via-orn.png attaque-dns-via-orn.svg Emergency save activated! Emergency save completed. Inkscape will close now. If you can reproduce this crash, please file a bug at http://www.inkscape.org with a detailed description of the steps leading to the crash, so we can fix it. ** Message: Error: Inkscape encountered an internal error and will close now. Running it through gdb, I get: [Thread debugging using libthread_db enabled] [New Thread 47627828939168 (LWP 20827)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 47627828939168 (LWP 20827)] ---Type <return> to continue, or q <return> to quit--- 0x00000000006b5a94 in font_instance::SelectUnicodeCharmap () (gdb) bt #0 0x00000000006b5a94 in font_instance::SelectUnicodeCharmap () #1 0x00000000006b485f in font_factory::Face () #2 0x00000000006b496f in font_factory::Face () #3 0x00000000006b4c63 in font_factory::Face () #4 0x00000000006c32cc in Inkscape::Text::Layout::InputStreamTextSource::styleGetFontI nstance () #5 0x00000000006bcbda in Inkscape::Text::Layout::Calculator::_buildPangoItemizationFo rPara () #6 0x00000000006bf153 in Inkscape::Text::Layout::Calculator::calculate () #7 0x00000000006bf81d in Inkscape::Text::Layout::calculateFlow () #8 0x000000000054a684 in SPText::rebuildLayout () #9 0x000000000054a926 in ?? () #10 0x000000000053398f in SPObject::updateDisplay () #11 0x0000000000528c26 in ?? () #12 0x000000000053398f in SPObject::updateDisplay () #13 0x0000000000528c26 in ?? () #14 0x0000000000540f2d in ?? () #15 0x000000000053398f in SPObject::updateDisplay () #16 0x0000000000506482 in sp_document_ensure_up_to_date () #17 0x00000000005034cf in sp_main_console () #18 0x00000000005021a2 in main () This is Inkscape 0.43 compiled on Gentoo 1.12.4 with gcc 4.1.1 and options "-O2 -pipe" The same file works fine on my Debian (which has Inkscape 0.44, compiled by Debian) ---------------------------------------------------------------------- >Comment By: Stephane Bortzmeyer (bortz) Date: 2007-02-28 11:26 Message: Logged In: YES user_id=25865 Originator: YES Inkscape 0.44 has exactly the same problem. Same machine, same compiler ---------------------------------------------------------------------- Comment By: Stephane Bortzmeyer (bortz) Date: 2007-02-28 10:58 Message: Logged In: YES user_id=25865 Originator: YES I forgot to add that it is an AMD64 machine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1670677&group_id=93438 |