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 309381 - dia crashes on neworthconn_update_data()
dia crashes on neworthconn_update_data()
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
CVS head
Other Linux
: Normal normal
: 0.95
Assigned To: Dia maintainers
Dia maintainers
: 309382 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-03 14:23 UTC by Nguyen Thai Ngoc Duy
Modified: 2005-10-08 20:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nguyen Thai Ngoc Duy 2005-07-03 14:23:47 UTC
I tried dia-cvs and got this backtrace in gdb when playing with dia samples:

Program received signal SIGSEGV, Segmentation fault.
neworthconn_update_data (orth=0x98575f8) at neworth_conn.c:312
312       ConnectionPoint *end_cp = orth->handles[orth->numpoints-2]->connected_to;
(gdb) bt
  • #0 neworthconn_update_data
    at neworth_conn.c line 312
  • #1 sadtarrow_set_props
    at arrow.c line 405
  • #2 object_load_props
    at propobject.c line 227
  • #3 object_load_using_properties
    at object.c line 587
  • #4 sadtarrow_load
    at arrow.c line 485
  • #5 read_objects
    at load_save.c line 160
  • #6 diagram_data_load
    at load_save.c line 574
  • #7 diagram_load_into
    at diagram.c line 244
  • #8 diagram_load
    at diagram.c line 262

Comment 1 Hans Breuer 2005-07-10 16:47:40 UTC
2005-07-10  Hans Breuer  <hans@breuer.org>

	* lib/neworth_conn.c : apply the same as for bug #173031.
	This OrthConn fork got broken as well. Fixes bug #309381

Comment 2 Hans Breuer 2005-07-10 16:50:28 UTC
*** Bug 309382 has been marked as a duplicate of this bug. ***
Comment 3 Hans Breuer 2005-10-08 20:48:31 UTC
Adjusting target to help finding 0.94 dups already fixed