On Mon, Feb 27, 2006 at 11:11:11PM +0100, Manolo Díaz wrote: > Package: lightspeed > Version: 1.2-5 > Severity: grave > Justification: renders package unusable
> Hi,
> This is the only thing I see when I try to launch lightspeed:
> Segmentation fault
Confirmed. Here's a backtrace:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912527189056 (LWP 6822)]
ogl_draw (cam_id=0) at ogl.c:252
252 if (obj->post_dlist != 0)
(gdb) bt
#0 ogl_draw (cam_id=0) at ogl.c:252
#1 0x000000000040a414 in update (message=<value optimized out>)
at animation.c:95
#2 0x00002aaaab182fe7 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#3 0x00002aaaab183b8b in g_main_add_poll () from /usr/lib/libglib-1.2.so.0
#4 0x00002aaaab183e5f in g_main_run () from /usr/lib/libglib-1.2.so.0
#5 0x00002aaaaad6fefe in gtk_main () from /usr/lib/libgtk-1.2.so.0
#6 0x0000000000412ec2 in main (argc=1, argv=0x7fffffc25b28)
at lightspeed.c:174
(gdb) p obj
$1 = (ogl_object *) 0x0
(gdb) p o
$2 = 0
(gdb) p num_vehicle_objs
$3 = 2
(gdb)
Then I took a look at vehicle_objs and saw that it was a global var, and
decided I wasn't interested in debugging code like that.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
signature.asc
Description: Digital signature

