Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Program received signal SIGSEGV, Segmentation fault.
- 0x0000000000a20f08 in CProjectile::owner (this=0xd2000000003f7fff)
- at /home/abma/dev/spring/master/rts/Sim/Projectiles/Projectile.h:44
- 44 CUnit* owner() const { return uh->units[ownerId]; }
- (gdb) bt
- #0 0x0000000000a20f08 in CProjectile::owner (this=0xd2000000003f7fff)
- at /home/abma/dev/spring/master/rts/Sim/Projectiles/Projectile.h:44
- #1 0x0000000000bb14d1 in CProjectileDrawer::DrawProjectile (this=0x9090a00,
- pro=0xd2000000003f7fff, drawReflection=false, drawRefraction=false)
- at /home/abma/dev/spring/master/rts/Rendering/ProjectileDrawer.cpp:454
- #2 0x0000000000bb1459 in CProjectileDrawer::DrawProjectilesSet (
- this=0x9090a00, projectiles=..., drawReflection=false,
- drawRefraction=false)
- at /home/abma/dev/spring/master/rts/Rendering/ProjectileDrawer.cpp:448
- #3 0x0000000000bb13a4 in CProjectileDrawer::DrawProjectiles (this=0x9090a00,
- modelType=0, numFlyingPieces=0, drawnPieces=0x7fffffffdcb8,
- drawReflection=false, drawRefraction=false)
- at /home/abma/dev/spring/master/rts/Rendering/ProjectileDrawer.cpp:439
- #4 0x0000000000bb225e in CProjectileDrawer::Draw (this=0x9090a00,
- drawReflection=false, drawRefraction=false)
- at /home/abma/dev/spring/master/rts/Rendering/ProjectileDrawer.cpp:675
- #5 0x000000000096b69b in CGame::DrawWorld (this=0x7fffd01a1340)
- at /home/abma/dev/spring/master/rts/Game/Game.cpp:962
- #6 0x000000000096c998 in CGame::Draw (this=0x7fffd01a1340)
- at /home/abma/dev/spring/master/rts/Game/Game.cpp:1235
- #7 0x0000000000f332fc in SpringApp::Update (this=0x7fffffffe630)
- at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:1074
- #8 0x0000000000f334a1 in SpringApp::Run (this=0x7fffffffe630, argc=1,
- ---Type <return> to continue, or q <return> to quit---
- argv=0x7fffffffe7f8)
- at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:1162
- #9 0x0000000000f379da in MainFunc (argc=1, argv=0x7fffffffe7f8,
- ret=0x7fffffffe6dc) at /home/abma/dev/spring/master/rts/System/Main.cpp:57
- #10 0x0000000000f37ccd in Run (argc=1, argv=0x7fffffffe7f8)
- at /home/abma/dev/spring/master/rts/System/Main.cpp:68
- #11 0x0000000000f37d6d in main (argc=1, argv=0x7fffffffe7f8)
- at /home/abma/dev/spring/master/rts/System/Main.cpp:90
- (gdb)
- (gdb)
- (gdb) thread apply all bt
- Thread 15 (Thread 0x7fffcf7fe700 (LWP 3086)):
- #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86
- #1 0x00007fffdd0f72f8 in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
- #2 0x00007fffdd0f721d in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
- #3 0x00007ffff7931971 in start_thread (arg=<value optimized out>)
- at pthread_create.c:304
- #4 0x00007ffff44f692d in clone ()
- at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
- #5 0x0000000000000000 in ?? ()
- Thread 14 (Thread 0x7fffcffff700 (LWP 3085)):
- #0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86
- #1 0x00007fffdd0f72f8 in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
- #2 0x00007fffdd0f721d in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so
- #3 0x00007ffff7931971 in start_thread (arg=<value optimized out>)
- at pthread_create.c:304
- #4 0x00007ffff44f692d in clone ()
- at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
- #5 0x0000000000000000 in ?? ()
- Thread 5 (Thread 0x7fffd6298700 (LWP 3058)):
- #0 0x00007ffff793936d in nanosleep () at ../sysdeps/unix/syscall-template.S:82
- ---Type <return> to continue, or q <return> to quit---
- #1 0x00007ffff7b9c984 in SDL_Delay () from /usr/lib/libSDL-1.2.so.0
- #2 0x00000000008eda9c in CGameServer::UpdateLoop (this=0x7fffd005a260)
- at /home/abma/dev/spring/master/rts/Game/GameServer.cpp:2048
- #3 0x000000000091a199 in boost::_mfi::mf0<void, CGameServer>::operator()(CGameServer*) const ()
- #4 0x000000000091a0f6 in void boost::_bi::list1<boost::_bi::value<CGameServer*> >::operator()<boost::_mfi::mf0<void, CGameServer>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, CGameServer>&, boost::_bi::list0&, int)
- ()
- #5 0x000000000091a05b in boost::_bi::bind_t<void, boost::_mfi::mf0<void, CGameServer>, boost::_bi::list1<boost::_bi::value<CGameServer*> > >::operator()() ()
- #6 0x000000000091922c in boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, CGameServer>, boost::_bi::list1<boost::_bi::value<CGameServer*> > > >::run() ()
- #7 0x00007ffff6047230 in thread_proxy ()
- from /usr/lib/libboost_thread.so.1.42.0
- #8 0x00007ffff7931971 in start_thread (arg=<value optimized out>)
- at pthread_create.c:304
- #9 0x00007ffff44f692d in clone ()
- at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
- #10 0x0000000000000000 in ?? ()
- Thread 4 (Thread 0x7fffdad9d700 (LWP 3057)):
- ---Type <return> to continue, or q <return> to quit---
- #0 0x00007ffff49e88f2 in __mul (x=0x7fffdad9bbf0, y=0x7fffdad9baa0,
- z=0x7fffdad9bfe0, p=32) at ../sysdeps/ieee754/dbl-64/mpa.c:442
- #1 0x00007ffff49eaed5 in __c32 (x=<value optimized out>,
- y=<value optimized out>, z=<value optimized out>, p=32)
- at ../sysdeps/ieee754/dbl-64/sincos32.c:121
- #2 0x00007ffff49eafcd in __mpcos1 (x=<value optimized out>)
- at ../sysdeps/ieee754/dbl-64/sincos32.c:326
- #3 0x00007ffff49c3a2f in csloww1 (x=<value optimized out>,
- dx=<value optimized out>, orig=7.5557863725914323e+22)
- at ../sysdeps/ieee754/dbl-64/s_sin.c:1081
- #4 0x00007ffff49c4e89 in __cos (x=7.5557863725914323e+22)
- at ../sysdeps/ieee754/dbl-64/s_sin.c:453
- #5 0x00007ffff5599ddb in ?? () from /usr/lib/libopenal.so.1
- #6 0x00007ffff5596646 in ?? () from /usr/lib/libopenal.so.1
- #7 0x00007ffff55a72b0 in ?? () from /usr/lib/libopenal.so.1
- #8 0x00007ffff3ff3367 in ?? () from /usr/lib/libpulse.so.0
- #9 0x00007ffff0b706f6 in pa_pdispatch_run ()
- from /usr/lib/libpulsecommon-0.9.21.so
- #10 0x00007ffff3fdaafd in ?? () from /usr/lib/libpulse.so.0
- #11 0x00007ffff0b74564 in ?? () from /usr/lib/libpulsecommon-0.9.21.so
- #12 0x00007ffff3fe83d3 in pa_mainloop_dispatch () from /usr/lib/libpulse.so.0
- #13 0x00007ffff3fe8808 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0
- #14 0x00007ffff3fe88b0 in pa_mainloop_run () from /usr/lib/libpulse.so.0
- ---Type <return> to continue, or q <return> to quit---
- #15 0x00007ffff3ff720b in ?? () from /usr/lib/libpulse.so.0
- #16 0x00007ffff0b81fb8 in ?? () from /usr/lib/libpulsecommon-0.9.21.so
- #17 0x00007ffff7931971 in start_thread (arg=<value optimized out>)
- at pthread_create.c:304
- #18 0x00007ffff44f692d in clone ()
- at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
- #19 0x0000000000000000 in ?? ()
- Thread 3 (Thread 0x7fffdb62f700 (LWP 3056)):
- #0 __lll_lock_wait ()
- at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:136
- #1 0x00007ffff7933864 in _L_lock_1024 () from /lib/libpthread.so.0
- #2 0x00007ffff79336c7 in __pthread_mutex_lock (mutex=0x7ffff57b37c0)
- at pthread_mutex_lock.c:82
- #3 0x00007ffff5582d50 in ?? () from /usr/lib/libopenal.so.1
- #4 0x00007ffff5584358 in ?? () from /usr/lib/libopenal.so.1
- #5 0x00007ffff5580a07 in alSourcef () from /usr/lib/libopenal.so.1
- #6 0x000000000106ca1c in CSoundSource::Update (this=0x2e12c30)
- at /home/abma/dev/spring/master/rts/System/Sound/SoundSource.cpp:75
- #7 0x00000000010616af in CSound::Update (this=0x2fe70b0)
- at /home/abma/dev/spring/master/rts/System/Sound/Sound.cpp:384
- #8 0x00000000010615bf in CSound::StartThread (this=0x2fe70b0, maxSounds=16)
- at /home/abma/dev/spring/master/rts/System/Sound/Sound.cpp:368
- ---Type <return> to continue, or q <return> to quit---
- #9 0x0000000001067a0f in boost::_mfi::mf1<void, CSound, int>::operator() (
- this=0x2fe6f20, p=0x2fe70b0, a1=16)
- at /usr/include/boost/bind/mem_fn_template.hpp:165
- #10 0x0000000001067957 in boost::_bi::list2<boost::_bi::value<CSound*>, boost::_bi::value<int> >::operator()<boost::_mfi::mf1<void, CSound, int>, boost::_bi::list0> (this=0x2fe6f30, f=..., a=...) at /usr/include/boost/bind/bind.hpp:313
- #11 0x00000000010678e5 in boost::_bi::bind_t<void, boost::_mfi::mf1<void, CSound, int>, boost::_bi::list2<boost::_bi::value<CSound*>, boost::_bi::value<int> > >::operator() (this=0x2fe6f20) at /usr/include/boost/bind/bind_template.hpp:20
- #12 0x0000000001067872 in boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf1<void, CSound, int>, boost::_bi::list2<boost::_bi::value<CSound*>, boost::_bi::value<int> > > >::run (this=0x2fe6df0)
- at /usr/include/boost/thread/detail/thread.hpp:56
- #13 0x00007ffff6047230 in thread_proxy ()
- from /usr/lib/libboost_thread.so.1.42.0
- #14 0x00007ffff7931971 in start_thread (arg=<value optimized out>)
- at pthread_create.c:304
- #15 0x00007ffff44f692d in clone ()
- at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
- #16 0x0000000000000000 in ?? ()
- Thread 2 (Thread 0x7fffde6e4700 (LWP 3055)):
- #0 0x00007ffff793936d in nanosleep () at ../sysdeps/unix/syscall-template.S:82
- ---Type <return> to continue, or q <return> to quit---
- #1 0x00007ffff7b9c984 in SDL_Delay () from /usr/lib/libSDL-1.2.so.0
- #2 0x00007ffff7b9c9c2 in ?? () from /usr/lib/libSDL-1.2.so.0
- #3 0x00007ffff7b573f5 in ?? () from /usr/lib/libSDL-1.2.so.0
- #4 0x00007ffff7b9a5f9 in ?? () from /usr/lib/libSDL-1.2.so.0
- #5 0x00007ffff7931971 in start_thread (arg=<value optimized out>)
- at pthread_create.c:304
- #6 0x00007ffff44f692d in clone ()
- at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
- #7 0x0000000000000000 in ?? ()
- Thread 1 (Thread 0x7ffff7eb0780 (LWP 3052)):
- #0 0x0000000000a20f08 in CProjectile::owner (this=0xd2000000003f7fff)
- at /home/abma/dev/spring/master/rts/Sim/Projectiles/Projectile.h:44
- #1 0x0000000000bb14d1 in CProjectileDrawer::DrawProjectile (this=0x9090a00,
- pro=0xd2000000003f7fff, drawReflection=false, drawRefraction=false)
- at /home/abma/dev/spring/master/rts/Rendering/ProjectileDrawer.cpp:454
- #2 0x0000000000bb1459 in CProjectileDrawer::DrawProjectilesSet (
- this=0x9090a00, projectiles=..., drawReflection=false,
- drawRefraction=false)
- at /home/abma/dev/spring/master/rts/Rendering/ProjectileDrawer.cpp:448
- #3 0x0000000000bb13a4 in CProjectileDrawer::DrawProjectiles (this=0x9090a00,
- modelType=0, numFlyingPieces=0, drawnPieces=0x7fffffffdcb8,
- drawReflection=false, drawRefraction=false)
- ---Type <return> to continue, or q <return> to quit---
- at /home/abma/dev/spring/master/rts/Rendering/ProjectileDrawer.cpp:439
- #4 0x0000000000bb225e in CProjectileDrawer::Draw (this=0x9090a00,
- drawReflection=false, drawRefraction=false)
- at /home/abma/dev/spring/master/rts/Rendering/ProjectileDrawer.cpp:675
- #5 0x000000000096b69b in CGame::DrawWorld (this=0x7fffd01a1340)
- at /home/abma/dev/spring/master/rts/Game/Game.cpp:962
- #6 0x000000000096c998 in CGame::Draw (this=0x7fffd01a1340)
- at /home/abma/dev/spring/master/rts/Game/Game.cpp:1235
- #7 0x0000000000f332fc in SpringApp::Update (this=0x7fffffffe630)
- at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:1074
- #8 0x0000000000f334a1 in SpringApp::Run (this=0x7fffffffe630, argc=1,
- argv=0x7fffffffe7f8)
- at /home/abma/dev/spring/master/rts/System/SpringApp.cpp:1162
- #9 0x0000000000f379da in MainFunc (argc=1, argv=0x7fffffffe7f8,
- ret=0x7fffffffe6dc) at /home/abma/dev/spring/master/rts/System/Main.cpp:57
- #10 0x0000000000f37ccd in Run (argc=1, argv=0x7fffffffe7f8)
- at /home/abma/dev/spring/master/rts/System/Main.cpp:68
- #11 0x0000000000f37d6d in main (argc=1, argv=0x7fffffffe7f8)
- at /home/abma/dev/spring/master/rts/System/Main.cpp:90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement