[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-bug: [ geda-Bugs-1528339 ] gschem crash (output attached)
Bugs item #1528339, was opened at 2006-07-25 12:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=1528339&group_id=161080
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: libgeda
Group: CVS
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Clifton (petercjclifton)
Assigned to: Nobody/Anonymous (nobody)
Summary: gschem crash (output attached)
Initial Comment:
gdb) run
Starting program: /home/pcjc2/geda/bin/gschem
[Thread debugging using libthread_db enabled]
[New Thread -1220172112 (LWP 21371)]
gEDA/gschem version 20060123
gEDA/gschem comes with ABSOLUTELY NO WARRANTY; see
COPYING for more details.
This is free software, and you are welcome to
redistribute it under certain
conditions; please see the COPYING file for more details.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1220172112 (LWP 21371)]
0xb7f834db in o_complex_is_eligible_attribute
(w_current=0x812b570, object=0x828bbb0,
promote_invisible=1) at o_complex_basic.c:364
364 if (w_current->always_promote_attributes &&
(gdb) bt
#0 0xb7f834db in o_complex_is_eligible_attribute
(w_current=0x812b570, object=0x828bbb0,
promote_invisible=1) at o_complex_basic.c:364
#1 0xb7f84c6f in o_complex_add (w_current=0x812b570,
object_list=0x8212138, type=-80 '�', color=1, x=70698,
y=63648, angle=0, mirror=0,
clib=0x828d558 "V", basename=0x8289d48
"31-71043-1.sym", selectable=1, attribute_promotion=1)
at o_complex_basic.c:594
#2 0x0806e349 in o_complex_start (w_current=0x812b570,
screen_x=1, screen_y=1) at o_complex.c:157
#3 0x080842f5 in x_event_motion (widget=0x81e75c8,
event=0x824fb40, w_current=0x812b570) at x_event.c:1180
#4 0xb797f33b in gtk_marshal_VOID__UINT_STRING () from
/usr/lib/libgtk-x11-2.0.so.0
#5 0x081e75c8 in ?? ()
#6 0x0824fb40 in ?? ()
#7 0x0812b570 in ?? ()
#8 0xb7c82688 in ?? () from /usr/lib/libgobject-2.0.so.0
#9 0x00000000 in ?? ()
(gdb) l
359 {
360 return TRUE;
361 }
362
363 /* check list against attributes which can be
promoted */
364 if (w_current->always_promote_attributes &&
365
(strlen(w_current->always_promote_attributes) != 0))
366 {
367 if
(o_attrib_get_name_value(object->text->string, &name,
&value))
368 {
(gdb) print w_current
$1 = (TOPLEVEL *) 0x812b570
(gdb) print w_current->always_promote_attributes
$2 = 0x1 <Address 0x1 out of bounds>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=1528339&group_id=161080
_______________________________________________
geda-bug mailing list
geda-bug@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-bug