After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322101 - segfault when attempting to import dxf file
segfault when attempting to import dxf file
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: import
0.94
Other other
: Normal normal
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-22 05:16 UTC by Jeff MacDonald
Modified: 2005-12-27 18:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
DXF file that causes crash under 0.94 (349.93 KB, application/octet-stream)
2005-11-23 20:52 UTC, Lars Clausen
Details

Description Jeff MacDonald 2005-11-22 05:16:16 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 ()

Thread 1 (Thread -1209035072 (LWP 18041))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/libc.so.6
  • #6 abort
    from /lib/libc.so.6
  • #7 IA__g_logv
    at gmessages.c line 493




------- Bug moved to this database by unknown@gnome.bugs 2005-11-22 05:16 UTC -------

Comment 1 Lars Clausen 2005-11-23 20:51:06 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.
Comment 2 Lars Clausen 2005-11-23 20:52:31 UTC
Created attachment 55163 [details]
DXF file that causes crash under 0.94
Comment 3 Hans Breuer 2005-12-27 18:19:05 UTC
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