On Thu, 30 Mar 2006 12:48:43 +0200
Melchior FRANZ <[EMAIL PROTECTED]> wrote:

> I swear, I didn't do anything! Just flew the UFO from 28R to the
> Candlestick Park stadion. Whaa ...
>
> [bt skipped]

I got this one while standing still on 28R for a few minutes:

Script started on Wed Mar 29 04:51:04 2006
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...
Core was generated by `fgfs'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libpthread.so.2...done.
Loaded symbols for /usr/lib/libpthread.so.2
Reading symbols from /lib/libz.so.3...done.
Loaded symbols for /lib/libz.so.3
Reading symbols from /usr/X11R6/lib/libglut.so.4...done.
Loaded symbols for /usr/X11R6/lib/libglut.so.4
Reading symbols from /usr/X11R6/lib/libGLU.so.1...done.
Loaded symbols for /usr/X11R6/lib/libGLU.so.1
Reading symbols from /usr/X11R6/lib/libGL.so.1...done.
Loaded symbols for /usr/X11R6/lib/libGL.so.1
Reading symbols from /usr/X11R6/lib/libXmu.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXmu.so.6
Reading symbols from /usr/X11R6/lib/libXt.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXt.so.6
Reading symbols from /usr/X11R6/lib/libSM.so.6...done.
Loaded symbols for /usr/X11R6/lib/libSM.so.6
Reading symbols from /usr/X11R6/lib/libICE.so.6...done.
Loaded symbols for /usr/X11R6/lib/libICE.so.6
Reading symbols from /usr/X11R6/lib/libXi.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXi.so.6
Reading symbols from /usr/X11R6/lib/libXext.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXext.so.6
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
Loaded symbols for /usr/X11R6/lib/libX11.so.6
Reading symbols from /usr/local/lib/libopenal.so.0...done.
Loaded symbols for /usr/local/lib/libopenal.so.0
Reading symbols from /lib/libm.so.4...done.
Loaded symbols for /lib/libm.so.4
Reading symbols from /usr/lib/libusbhid.so.2...done.
Loaded symbols for /usr/lib/libusbhid.so.2
Reading symbols from /usr/local/lib/libjpeg.so.9...done.
Loaded symbols for /usr/local/lib/libjpeg.so.9
Reading symbols from /usr/lib/libstdc++.so.5...done.
Loaded symbols for /usr/lib/libstdc++.so.5
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /usr/local/lib/compat/libstdc++.so.4...done.
Loaded symbols for /usr/local/lib/compat/libstdc++.so.4
Reading symbols from /usr/local/lib/compat/libm.so.3...done.
Loaded symbols for /usr/local/lib/compat/libm.so.3
Reading symbols from /usr/X11R6/lib/libGLcore.so.1...done.
Loaded symbols for /usr/X11R6/lib/libGLcore.so.1
Reading symbols from /usr/X11R6/lib/libnvidia-tls.so.1...done.
Loaded symbols for /usr/X11R6/lib/libnvidia-tls.so.1
Reading symbols from /usr/local/lib/libSDL-1.1.so.7...done.
Loaded symbols for /usr/local/lib/libSDL-1.1.so.7
Reading symbols from /usr/lib/libvgl.so.4...done.
Loaded symbols for /usr/lib/libvgl.so.4
Reading symbols from /usr/local/lib/libaa.so.1...done.
Loaded symbols for /usr/local/lib/libaa.so.1
Reading symbols from /usr/local/lib/compat/libncurses.so.5...done.
Loaded symbols for /usr/local/lib/compat/libncurses.so.5
Reading symbols from /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2...done.
Loaded symbols for /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
Reading symbols from /usr/X11R6/lib/libXcursor.so.1...done.
Loaded symbols for /usr/X11R6/lib/libXcursor.so.1
Reading symbols from /usr/X11R6/lib/libXrender.so.1...done.
Loaded symbols for /usr/X11R6/lib/libXrender.so.1
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x4861402b in pthread_testcancel () from /usr/lib/libpthread.so.2
[New Thread 0x18832c00 (runnable)]
[New Thread 0x1882d200 (sleeping)]
[New Thread 0x10165a00 (sleeping)]
[New Thread 0x10165600 (LWP 100132)]
[New Thread 0x893c000 (runnable)]
[New LWP 100169]
(gdb) thread apply all bt

Thread 6 (LWP 100169):
#0  0x4861402b in pthread_testcancel () from /usr/lib/libpthread.so.2
#1  0x4860c42a in pthread_mutexattr_init () from /usr/lib/libpthread.so.2
#2  0x00000000 in ?? ()

Thread 5 (Thread 0x893c000 (runnable)):
#0  0x080b7ddd in FGTower::CheckCircuitList (this=0x202aec00, 
    dt=0.34999999999999998) at tower.cxx:907
#1  0x080b87ea in FGTower::Update (this=0x202aec00, dt=0.34999999999999998)
    at tower.cxx:393
#2  0x080984eb in FGATCMgr::update (this=0x18838000, dt=0.058333333333333334)
    at stl_list.h:131
#3  0x08052a5e in fgMainLoop () at globals.hxx:274
#4  0x080815da in GLUTidle () at fg_os.cxx:122
#5  0x48647f5a in glutMainLoop () from /usr/X11R6/lib/libglut.so.4
#6  0x08054fb2 in fgMainInit (argc=1, argv=0x1) at main.cxx:1040
#7  0x080511f1 in main (argc=530965504, argv=0x1fa5e400) at bootstrap.cxx:202

Thread 4 (Thread 0x10165600 (LWP 100132)):
#0  0x48613feb in pthread_testcancel () from /usr/lib/libpthread.so.2
#1  0x4860c42a in pthread_mutexattr_init () from /usr/lib/libpthread.so.2
#2  0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---

Thread 3 (Thread 0x10165a00 (sleeping)):
#0  0x4860c505 in pthread_mutexattr_init () from /usr/lib/libpthread.so.2
#1  0x4860c6c2 in pthread_mutexattr_init () from /usr/lib/libpthread.so.2
#2  0x4861103f in _pthread_cond_wait () from /usr/lib/libpthread.so.2
#3  0x486115a3 in pthread_cond_wait () from /usr/lib/libpthread.so.2
#4  0x0839e727 in FGTileLoader::LoaderThread::run (this=0x10170eb0)
    at SGThread.hxx:332
#5  0x084ec931 in start_handler (arg=0x1) at SGThread.cxx:23
#6  0x485fe18b in pthread_create () from /usr/lib/libpthread.so.2
#7  0x48b15bdf in _ctx_start () from /lib/libc.so.6

Thread 2 (Thread 0x1882d200 (sleeping)):
#0  0x4860c505 in pthread_mutexattr_init () from /usr/lib/libpthread.so.2
#1  0x4860c6c2 in pthread_mutexattr_init () from /usr/lib/libpthread.so.2
#2  0x4861103f in _pthread_cond_wait () from /usr/lib/libpthread.so.2
#3  0x486115a3 in pthread_cond_wait () from /usr/lib/libpthread.so.2
#4  0x084229de in FGMetarEnvironmentCtrl::MetarThread::run (this=0x187e1bf0)
    at SGThread.hxx:332
#5  0x084ec931 in start_handler (arg=0x1) at SGThread.cxx:23
#6  0x485fe18b in pthread_create () from /usr/lib/libpthread.so.2
#7  0x48b15bdf in _ctx_start () from /lib/libc.so.6

---Type <return> to continue, or q <return> to quit---
Thread 1 (Thread 0x18832c00 (runnable)):
#0  0x486140cb in pthread_testcancel () from /usr/lib/libpthread.so.2
#1  0x488feda9 in native_blitbuffer () from /usr/local/lib/libopenal.so.0
#2  0x4890178f in _alcDeviceWrite () from /usr/local/lib/libopenal.so.0
#3  0x488e9247 in async_mixer_iterate () from /usr/local/lib/libopenal.so.0
#4  0x488fff4c in RunThread () from /usr/local/lib/libopenal.so.0
#5  0x485fe18b in pthread_create () from /usr/lib/libpthread.so.2
#6  0x48b15bdf in _ctx_start () from /lib/libc.so.6
#0  0x48613feb in pthread_testcancel () from /usr/lib/libpthread.so.2
(gdb) 
Script done on Wed Mar 29 04:51:21 2006

-- 
Jean-Yves Lefort

[EMAIL PROTECTED]
http://lefort.be.eu.org/

Attachment: pgpevy1eYvglK.pgp
Description: PGP signature

Reply via email to