From: Brian P. <bri...@tu...> - 2006-09-11 18:00:16
|
Christopher Andrews wrote: > Sorry that took a little bit - one of my colleagues reconfigured our > system a little and it took me some time to get back to where I was... > > Anyway, any help you can give me would be much appreciated... > > Here is the stack trace: > #0 0x00a18410 in __kernel_vsyscall () > #1 0x0074aef0 in __nanosleep_nocancel () from /lib/libc.so.6 > #2 0x0074ad3b in sleep () from /lib/libc.so.6 > #3 0x003ccf35 in crSleep (seconds=10) at process.c:29 > #4 0x0033444b in StartMothership () at load.c:467 > #5 0x00334cd5 in stubInit () at load.c:730 > #6 0x0033b979 in glXChooseVisual (dpy=0x97f02d0, screen=0, > attribList=0xbf86a408) at glx.c:244 > #7 0x004bba47 in QGLExtensions::init () at qgl_x11.cpp:1348 > #8 0x004bd65e in QGLWidgetPrivate::init (this=0x980ff20, > context=0x980f540, > shareWidget=0x0) at qgl_x11.cpp:957 > #9 0x004ad4ef in QGLWidget (this=0x980a700, parent=0x0, shareWidget=0x0, > f=@0xbf86a510) at qgl.cpp:2005 > #10 0x0804bb1d in GLWidget (this=0x980a700, parent=0x0) at glwidget.cpp:32 > #11 0x0804c135 in Window (this=0xbf86a5b4) at window.cpp:31 > #12 0x0804bf1f in main (argc=8, argv=0x33991758) at main.cpp:31 You should continue 'c' at this point. I'm not sure why gdb stops at this point, but it's not what we're interested in. -Brian |