GNOME Bugzilla – Bug 322101
segfault when attempting to import dxf file
Last modified: 2005-12-27 18:19:05 UTC
Distribution: Fedora Core release 4 (Stentz) Package: dia Severity: normal Version: GNOME2.10.0 unspecified Gnome-Distributor: Red Hat, Inc Synopsis: segfault when attempting to import dxf file Bugzilla-Product: dia Bugzilla-Component: import Bugzilla-Version: unspecified BugBuddy-GnomeVersion: 2.0 (2.10.0) Description: Description of the crash: I downloaded a zip file with a dxf from here: from http://www.stargate-rpg.com/resources/SGC%20Level%2027%20dxf.zip and when I attempted to open it, dia crashed. Steps to reproduce the crash: 1. 2. 3. Expected Results: How often does this happen? Additional Information: Debugging Information: Backtrace was generated from '/usr/bin/dia' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) `shared object read from target memory' has disappeared; keeping its symbols. (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1209035072 (LWP 18041)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) 0x00baa402 in __kernel_vsyscall ()
+ Trace 64182
Thread 1 (Thread -1209035072 (LWP 18041))
------- Bug moved to this database by unknown@gnome.bugs 2005-11-22 05:16 UTC -------
Actual DXF file attached. Under Linux, a lot of error messages are printed (not shown in dialogs!), but the newest CVS version of Dia doesn't crash, even though the 0.94 does.
Created attachment 55163 [details] DXF file that causes crash under 0.94
2005-12-27 Hans Breuer <hans@breuer.org> * plug-ins/dxf/dxf-import.c : don't complain too loud on Binary DXF. It is not supported at all. Fixes bug #322101