James Sleeman wrote:
> Program received signal SIGINT, Interrupt.
> [Switching to Thread 0x7fae9a707790 (LWP 5249)]
> 0x00007fae9a418a94 in __lll_lock_wait () from /lib/libpthread.so.0

Hm, that's a thread lock problem inside the OpenAL library.

> (gdb) bt
> #0  0x00007fae9a418a94 in __lll_lock_wait () from /lib/libpthread.so.0
> #1  0x00007fae9a4141ab in _L_lock_312 () from /lib/libpthread.so.0
> #2  0x00007fae9a413bb1 in pthread_mutex_lock () from /lib/libpthread.so.0
> #3  0x00007fae9803bbb0 in ?? () from /usr/lib/libopenal.so.1
> #4  0x00007fae9803be1d in alcGetCurrentContext () from 
> /usr/lib/libopenal.so.1
> #5  0x00007fae98033d83 in alGetError () from /usr/lib/libopenal.so.1
> #6  0x0000000000987708 in SGSampleGroup::testForALError 
> (this=0x7fae98251d80, s...@0x80) at 
> ../../../SimGear/simgear/sound/sample_group.cxx:394
> #7  0x0000000000988065 in SGSampleGroup::update (this=0xea3cbf0, 
> dt=<value optimized out>) at 
> ../../../SimGear/simgear/sound/sample_group.cxx:157
> #8  0x000000000098c90f in SGSoundMgr::update_late (this=0x257e290, dt=0) 
> at ../../../SimGear/simgear/sound/soundmgr_openal.cxx:237

Ok I think I'll make sure update_late isn't executed when dt=0, that 
should probably help.

Erik

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to