albertz / openlierox

OpenLieroX - Liero clone / Worms realtime / 2D shooter
http://openlierox.net
Other
263 stars 60 forks source link

crash in GetDateTimeText #349

Closed albertz closed 13 years ago

albertz commented 13 years ago

Converted from SourceForge issue 2818088, submitted by albertzeyer

Thread 11 Crashed: 0 libSystem.B.dylib 0x92f3417d _st_localsub + 185 1 libSystem.B.dylib 0x92f3357d localtime + 220 2 libSystem.B.dylib 0x92f33498 ctime + 17 3 com.OpenLieroX 0x00003ecf GetDateTimeText() + 151 (AuxLib.cpp:1319) 4 com.OpenLieroX 0x000d1df6 GameServer::StartGame() + 580 (CServer.cpp:319) 5 com.OpenLieroX 0x0009fd6d CmdstartGame::exec(CmdLineIntf, std::vector<std::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::basic_string<char, std::chartraits, std::allocator > > > const&) + 827 (Command.cpp:1599) 6 com.OpenLieroX 0x000b6edf Command::exec(CmdLineIntf, std::basic_string<char, std::char_traits, std::allocator > const&) + 581 (Command.cpp:323) 7 com.OpenLieroX 0x000adc68 HandleCommand(CmdLineIntf::Command const&) + 448 (Command.cpp:2016) 8 com.OpenLieroX 0x000adfe4 HandlePendingCommands() + 196 (Command.cpp:2070) 9 com.OpenLieroX 0x00284831 DeprecatedGUI::Menu_Frame() + 25 (MenuSystem.cpp:258) 10 com.OpenLieroX 0x00284c4b DeprecatedGUI::Menu_Loop() + 83 (MenuSystem.cpp:352) 11 com.OpenLieroX 0x00284e12 DeprecatedGUI::MenuStart() + 236 (MenuSystem.cpp:245) 12 com.OpenLieroX 0x001545b3 MainLoopThread(void) + 93 (main.cpp:619) 13 com.OpenLieroX 0x0032bef5 ThreadPool::start(int ()(void), void_, std::basic_string<char, std::char_traits, std::allocator > const&)::StaticAction::handle() + 29 (ThreadPool.cpp:141) 14 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 15 SDL 0x0415014d SDL_Linked_Version + 397 16 SDL 0x0415f341 SDL_SemWait + 49 17 libSystem.B.dylib 0x92f26155 _pthread_start + 321 18 libSystem.B.dylib 0x92f26012 thread_start + 34

In rev 4693.

albertz commented 13 years ago

Submitted by albertzeyer

Full crash info:

Process: OpenLieroX [4770] Path: /Users/az/Programmierung/openlierox/share/gamedir/../../build/Xcode/build/Debug/OpenLieroX.app/Contents/MacOS/OpenLieroX Identifier: com.OpenLieroX Version: ??? (0.57 beta9) Code Type: X86 (Native) Parent Process: sh [4768]

Interval Since Last Report: 780309 sec Crashes Since Last Report: 8 Per-App Interval Since Last Report: 96860 sec Per-App Crashes Since Last Report: 1

Date/Time: 2009-07-07 18:10:23.445 +0200 OS Version: Mac OS X 10.5.7 (9J61) Report Version: 6 Anonymous UUID: C99325D9-953E-44CB-A0FE-88CB8BF0B517

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000041fe4cb8 Crashed Thread: 11

Thread 0: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDLCondWait + 35 4 com.OpenLieroX 0x0032c0b9 ThreadPool::wait(ThreadPoolItem, int_) + 253 (ThreadPool.cpp:160) 5 com.OpenLieroX 0x001597d3 SDL_main + 5273 (main.cpp:512) 6 com.OpenLieroX 0x0000328b -[SDLMain applicationDidFinishLaunching:] + 103 (MacMain.m:312) 7 com.apple.Foundation 0x94cbf43a _nsnote_callback + 106 8 com.apple.CoreFoundation 0x96ee764a __CFXNotificationPost + 362 9 com.apple.CoreFoundation 0x96ee7923 _CFXNotificationPostNotification + 179 10 com.apple.Foundation 0x94cbc690 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128 11 com.apple.Foundation 0x94cc5ee8 -[NSNotificationCenter postNotificationName:object:] + 56 12 com.apple.AppKit 0x921c242a -[NSApplication _postDidFinishNotification] + 125 13 com.apple.AppKit 0x921c2339 -[NSApplication _sendFinishLaunchingNotification] + 77 14 com.apple.AppKit 0x9213be53 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 284 15 com.apple.AppKit 0x9213b64c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 98 16 com.apple.Foundation 0x94ce4aaf -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 655 17 com.apple.Foundation 0x94ce47bf NSAppleEventManagerGenericHandler + 223 18 com.apple.AE 0x9573c648 aeDispatchAppleEvent(AEDesc const, AEDesc, unsigned long, unsigned char) + 144 19 com.apple.AE 0x9573c57e dispatchEventAndSendReply(AEDesc const_, AEDesc*) + 44 20 com.apple.AE 0x9573c425 aeProcessAppleEvent + 177 21 com.apple.HIToolbox 0x96476961 AEProcessAppleEvent + 38 22 com.apple.AppKit 0x92138f21 _DPSNextEvent + 1189 23 com.apple.AppKit 0x921385c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 24 com.apple.AppKit 0x921315fb -[NSApplication run] + 795 25 com.OpenLieroX 0x0000308d CustomApplicationMain + 435 (MacMain.m:241) 26 com.OpenLieroX 0x0000354e main + 305 (MacMain.m:392) 27 com.OpenLieroX 0x000027a6 start + 54

Thread 1: 0 libSystem.B.dylib 0x92ef5286 mach_msg_trap + 10 1 libSystem.B.dylib 0x92efca7c mach_msg + 72 2 libSystem.B.dylib 0x92f85005 thread_suspend + 97 3 ??? 0x04fea7ff 0 + 83798015

Thread 2: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x00331edc __ZZN11TaskManagerC4EvEN17QueuedTaskHandler6handleEv + 246 (TaskManager.cpp:56) 5 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 6 SDL 0x0415014d SDL_Linked_Version + 397 7 SDL 0x0415f341 SDL_SemWait + 49 8 libSystem.B.dylib 0x92f26155 _pthread_start + 321 9 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 3: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032d1a9 ThreadPool::threadWrapper(void*) + 525 (ThreadPool.cpp:102) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 4: 0 libSystem.B.dylib 0x92ef52e6 semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x92f272af _pthread_cond_wait + 1244 2 libSystem.B.dylib 0x92f71aab pthread_cond_timedwait + 47 3 SDL 0x0415ed2f SDL_CondWaitTimeout + 127 4 com.OpenLieroX 0x00192ff7 TimerData::startThread()::TimerHandler::handle() + 79 (Timer.cpp:182) 5 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 6 SDL 0x0415014d SDL_Linked_Version + 397 7 SDL 0x0415f341 SDL_SemWait + 49 8 libSystem.B.dylib 0x92f26155 _pthread_start + 321 9 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 5: 0 libSystem.B.dylib 0x92ef53a6 mach_wait_until + 10 1 libSystem.B.dylib 0x92f6c3ad nanosleep + 314 2 SDL 0x0415f5a3 SDLDelay + 99 3 com.OpenLieroX 0x00162d7e SdlNetEventThreadMain(void) + 690 (Networking.cpp:189) 4 com.OpenLieroX 0x0032bef5 ThreadPool::start(int ()(void), void_, std::basic_string<char, std::char_traits, std::allocator > const&)::StaticAction::handle() + 29 (ThreadPool.cpp:141) 5 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 6 SDL 0x0415014d SDL_Linked_Version + 397 7 SDL 0x0415f341 SDL_SemWait + 49 8 libSystem.B.dylib 0x92f26155 _pthread_start + 321 9 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 6: 0 libSystem.B.dylib 0x92ef53a6 mach_wait_until + 10 1 libSystem.B.dylib 0x92f6c3ad nanosleep + 314 2 SDL 0x0415f5a3 SDLDelay + 99 3 com.OpenLieroX 0x00162d7e SdlNetEventThreadMain(void) + 690 (Networking.cpp:189) 4 com.OpenLieroX 0x0032bef5 ThreadPool::start(int ()(void), void_, std::basic_string<char, std::char_traits, std::allocator > const&)::StaticAction::handle() + 29 (ThreadPool.cpp:141) 5 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 6 SDL 0x0415014d SDL_Linked_Version + 397 7 SDL 0x0415f341 SDL_SemWait + 49 8 libSystem.B.dylib 0x92f26155 _pthread_start + 321 9 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 7: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x000c132c Condition::wait(Mutex&) + 34 (Condition.h:25) 5 com.OpenLieroX 0x000c311a IngameConsole::handler() + 228 (Console.cpp:132) 6 com.OpenLieroX 0x000c1e16 ThreadFuncWrapper::Wrapper<&(IngameConsole::handler())>::wrapper(void) + 126 (ThreadPool.h:79) 7 com.OpenLieroX 0x0032bef5 ThreadPool::start(int ()(void), void_, std::basic_string<char, std::char_traits, std::allocator > const&)::StaticAction::handle() + 29 (ThreadPool.cpp:141) 8 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 9 SDL 0x0415014d SDL_Linked_Version + 397 10 SDL 0x0415f341 SDL_SemWait + 49 11 libSystem.B.dylib 0x92f26155 _pthread_start + 321 12 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 8: 0 libSystem.B.dylib 0x92ef53a6 mach_wait_until + 10 1 libSystem.B.dylib 0x92f6c3ad nanosleep + 314 2 SDL 0x0415f5a3 SDLDelay + 99 3 com.OpenLieroX 0x001b811b StdinCmdLineIntf::stdinThreadFunc(void) + 159 (DedicatedControl.cpp:460) 4 com.OpenLieroX 0x0032bef5 ThreadPool::start(int ()(void), void_, std::basic_string<char, std::char_traits, std::allocator > const&)::StaticAction::handle() + 29 (ThreadPool.cpp:141) 5 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 6 SDL 0x0415014d SDL_Linked_Version + 397 7 SDL 0x0415f341 SDL_SemWait + 49 8 libSystem.B.dylib 0x92f26155 _pthread_start + 321 9 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 9: 0 libSystem.B.dylib 0x92f18f9a read$UNIX2003 + 10 1 com.OpenLieroX 0x003365b0 redi::basic_pstreambuf<char, std::char_traits >::fill_buffer() + 170 (pstream.h:1691) 2 com.OpenLieroX 0x00336676 redi::basic_pstreambuf<char, std::char_traits >::underflow() + 52 (pstream.h:1632) 3 libstdc++.6.dylib 0x953c4d58 std::basic_istream<char, std::char_traits >& std::getline<char, std::char_traits, std::allocator >(std::basic_istream<char, std::char_traits >&, std::basic_string<char, std::char_traits, std::allocator >&, char) + 204 4 libstdc++.6.dylib 0x953d1290 std::basic_istream<char, std::char_traits >& std::getline<char, std::char_traits, std::allocator >(std::basic_istream<char, std::char_traits >&, std::basic_string<char, std::chartraits, std::allocator >&) + 56 5 com.OpenLieroX 0x001b779b ScriptCmdLineIntf::pipeThreadFunc(void) + 63 (DedicatedControl.cpp:413) 6 com.OpenLieroX 0x0032bef5 ThreadPool::start(int ()(void), void_, std::basic_string<char, std::char_traits, std::allocator > const&)::StaticAction::handle() + 29 (ThreadPool.cpp:141) 7 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 8 SDL 0x0415014d SDL_Linked_Version + 397 9 SDL 0x0415f341 SDL_SemWait + 49 10 libSystem.B.dylib 0x92f26155 _pthread_start + 321 11 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 10: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 11 Crashed: 0 libSystem.B.dylib 0x92f3417d _st_localsub + 185 1 libSystem.B.dylib 0x92f3357d localtime + 220 2 libSystem.B.dylib 0x92f33498 ctime + 17 3 com.OpenLieroX 0x00003ecf GetDateTimeText() + 151 (AuxLib.cpp:1319) 4 com.OpenLieroX 0x000d1df6 GameServer::StartGame() + 580 (CServer.cpp:319) 5 com.OpenLieroX 0x0009fd6d CmdstartGame::exec(CmdLineIntf, std::vector<std::basic_string<char, std::char_traits, std::allocator >, std::allocator<std::basic_string<char, std::chartraits, std::allocator > > > const&) + 827 (Command.cpp:1599) 6 com.OpenLieroX 0x000b6edf Command::exec(CmdLineIntf, std::basic_string<char, std::char_traits, std::allocator > const&) + 581 (Command.cpp:323) 7 com.OpenLieroX 0x000adc68 HandleCommand(CmdLineIntf::Command const&) + 448 (Command.cpp:2016) 8 com.OpenLieroX 0x000adfe4 HandlePendingCommands() + 196 (Command.cpp:2070) 9 com.OpenLieroX 0x00284831 DeprecatedGUI::Menu_Frame() + 25 (MenuSystem.cpp:258) 10 com.OpenLieroX 0x00284c4b DeprecatedGUI::Menu_Loop() + 83 (MenuSystem.cpp:352) 11 com.OpenLieroX 0x00284e12 DeprecatedGUI::MenuStart() + 236 (MenuSystem.cpp:245) 12 com.OpenLieroX 0x001545b3 MainLoopThread(void) + 93 (main.cpp:619) 13 com.OpenLieroX 0x0032bef5 ThreadPool::start(int ()(void), void_, std::basic_string<char, std::char_traits, std::allocator > const&)::StaticAction::handle() + 29 (ThreadPool.cpp:141) 14 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 15 SDL 0x0415014d SDL_Linked_Version + 397 16 SDL 0x0415f341 SDL_SemWait + 49 17 libSystem.B.dylib 0x92f26155 _pthread_start + 321 18 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 12: 0 libSystem.B.dylib 0x92ef53a6 mach_wait_until + 10 1 libSystem.B.dylib 0x92f6c3ad nanosleep + 314 2 SDL 0x0415f5a3 SDL_Delay + 99 3 com.OpenLieroX 0x00152d7c startMainLockDetector()::MainLockDetector::wait(unsigned int) + 184 (main.cpp:167) 4 com.OpenLieroX 0x00154a7f startMainLockDetector()::MainLockDetector::handle() + 59 (main.cpp:179) 5 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 6 SDL 0x0415014d SDL_Linked_Version + 397 7 SDL 0x0415f341 SDL_SemWait + 49 8 libSystem.B.dylib 0x92f26155 _pthread_start + 321 9 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 13: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 14: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 15: 0 libSystem.B.dylib 0x92ef53a6 mach_wait_until + 10 1 libSystem.B.dylib 0x92f6c3ad nanosleep + 314 2 SDL 0x0415f5a3 SDLDelay + 99 3 com.OpenLieroX 0x001993cf ManagerMain(void) + 53 (FileDownload.cpp:312) 4 com.OpenLieroX 0x0032bef5 ThreadPool::start(int ()(void), void_, std::basic_string<char, std::char_traits, std::allocator > const&)::StaticAction::handle() + 29 (ThreadPool.cpp:141) 5 com.OpenLieroX 0x0032d0d8 ThreadPool::threadWrapper(void*) + 316 (ThreadPool.cpp:93) 6 SDL 0x0415014d SDL_Linked_Version + 397 7 SDL 0x0415f341 SDL_SemWait + 49 8 libSystem.B.dylib 0x92f26155 _pthread_start + 321 9 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 16: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 17: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 18: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 19: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 20: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 21: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 22: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 23: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 24: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 25: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 26: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 27: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 28: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 29: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 30: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 31: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 32: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 33: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 34: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 35: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 36: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 37: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 38: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 39: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 40: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 41: 0 libSystem.B.dylib 0x92ef52ce semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x92f272c6 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x92f6c539 pthread_cond_wait + 48 3 SDL 0x0415ede3 SDL_CondWait + 35 4 com.OpenLieroX 0x0032cfe2 ThreadPool::threadWrapper(void*) + 70 (ThreadPool.cpp:77) 5 SDL 0x0415014d SDL_Linked_Version + 397 6 SDL 0x0415f341 SDL_SemWait + 49 7 libSystem.B.dylib 0x92f26155 _pthread_start + 321 8 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 42: 0 libSystem.B.dylib 0x92ef53a6 mach_wait_until + 10 1 libSystem.B.dylib 0x92f6c3ad nanosleep + 314 2 SDL 0x0415f713 SDL_Delay + 467 3 SDL 0x0415014d SDL_Linked_Version + 397 4 SDL 0x0415f341 SDL_SemWait + 49 5 libSystem.B.dylib 0x92f26155 _pthread_start + 321 6 libSystem.B.dylib 0x92f26012 thread_start + 34

Thread 11 crashed with X86 Thread State (32-bit): eax: 0x0502f74c ebx: 0x92f340cf ecx: 0x68732074 edx: 0x0f6e5abb edi: 0x0502dc00 esi: 0x0502e5cc ebp: 0xb05c2a28 esp: 0xb05c29e0 ss: 0x0000001f efl: 0x00210216 eip: 0x92f3417d cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037 cr2: 0x41fe4cb8

Binary Images: 0x1000 - 0x464fe7 +com.OpenLieroX ??? (0.57 beta9) <70f1daab64d426b0b9d1815555fda50a> /Users/az/Programmierung/openlierox/build/Xcode/build/Debug/OpenLieroX.app/Contents/MacOS/OpenLieroX 0x411e000 - 0x4184fc3 +SDL 1.2.13 (1.2.13) <7d73799e7426d43c89d3ebcbf65520de> /Users/az/Programmierung/openlierox/build/Xcode/build/Debug/OpenLieroX.app/Contents/Frameworks/SDL.framework/Versions/A/SDL 0x4196000 - 0x41f2ff5 +org.freetype.freetype-framework 2.3.5 (FreeType 2.3.5-2) /Library/Frameworks/FreeType.framework/Versions/2.3/FreeType 0x4205000 - 0x421aff7 +org.libgd.gd 2.0.35-2 (GD ) /Library/Frameworks/GD.framework/Versions/2.0/GD 0x4241000 - 0x4300fef +com.kyngchaos.UnixImageIO 1.0.19 (UnixImageIO 1.0.19) <97720c5fcfd1f912418059a7aab58821> /Library/Frameworks/UnixImageIO.framework/Versions/B/UnixImageIO 0x4324000 - 0x433cff7 com.apple.CoreVideo 1.6.0 (20.0) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x4350000 - 0x4676fe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x473c000 - 0x473cffd +com.kyngchaos.UnixImageIO 1.0.16 (UnixImageIO 1.0.16) /Library/Frameworks/UnixImageIO.framework/Versions/A/UnixImageIO 0x473f000 - 0x4743fff +libgif.dylib ??? (???) /Library/Frameworks/UnixImageIO.framework/Versions/A/Libraries/libgif.dylib 0x4747000 - 0x4760fe3 +libjpeg.dylib ??? (???) /Library/Frameworks/UnixImageIO.framework/Versions/A/Libraries/libjpeg.dylib 0x4766000 - 0x479aff7 +libjasper.dylib ??? (???) /Library/Frameworks/UnixImageIO.framework/Versions/A/Libraries/libjasper.dylib 0x47ad000 - 0x4853fe7 +libXpm.dylib ??? (???) /Library/Frameworks/UnixImageIO.framework/Versions/A/Libraries/libXpm.dylib 0x486f000 - 0x4889fcf +libpng.dylib ??? (???) /Library/Frameworks/UnixImageIO.framework/Versions/A/Libraries/libpng.dylib 0x4891000 - 0x48defe7 +libtiff.dylib ??? (???) /Library/Frameworks/UnixImageIO.framework/Versions/A/Libraries/libtiff.dylib 0x4a00000 - 0x4a01ff2 +com.li.hao.saftloader 11.0.0 Public Beta (3804) /Library/InputManagers/Saft/SaftLoader.bundle/Contents/MacOS/SaftLoader 0x4a06000 - 0x4a0ffff +net.sourceforge.SafariAdBlock 0.3.2 (0.3.2) <83d3f111f660be3866ff42427e0bd1c9> /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/MacOS/Safari AdBlock 0x4a1c000 - 0x4a59fe3 +com.zang.RegexKit 0.6.0 (0.6.0) /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit 0x31000000 - 0x3103efeb +SDL_image 1.2.3 (1.2.3) /Users/az/Programmierung/openlierox/build/Xcode/build/Debug/OpenLieroX.app/Contents/Frameworks/SDL_image.framework/Versions/A/SDL_image 0x32000000 - 0x32083fef +SDL_mixer 1.2.5 (1.2.5) /Users/az/Programmierung/openlierox/build/Xcode/build/Debug/OpenLieroX.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/SDL_mixer 0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld 0x9004a000 - 0x9004affb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x9007e000 - 0x901b7ff7 libicucore.A.dylib ??? (???) /usr/lib/libicucore.A.dylib 0x901b8000 - 0x90237ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x90238000 - 0x902cbff3 com.apple.ApplicationServices.ATS 3.7 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x902cc000 - 0x9041eff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x9041f000 - 0x90421ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x9068b000 - 0x90715fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x90716000 - 0x9071cfff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9074d000 - 0x90776fff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib 0x90777000 - 0x90803ff7 com.apple.LaunchServices 290.3 (290.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x90804000 - 0x908ddff7 com.apple.WebKit 5530.18 (5530.18) <08df2c1fd856bd9b672993dacb18495a> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x908de000 - 0x908e5ffe libbsm.dylib ??? (???) /usr/lib/libbsm.dylib 0x908e6000 - 0x90905ffa libJPEG.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x90906000 - 0x90924fff libresolv.9.dylib ??? (???) /usr/lib/libresolv.9.dylib 0x90925000 - 0x90925ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x90926000 - 0x90951fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib 0x90952000 - 0x90a98ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x90a99000 - 0x90a99ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x90a9a000 - 0x90a9bffc libffi.dylib ??? (???) /usr/lib/libffi.dylib 0x90d01000 - 0x90d1cffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x90d1d000 - 0x915adfff com.apple.WebCore 5530.18 (5530.18) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x915ae000 - 0x91735feb com.apple.JavaScriptCore 5530 (5530.17) <687d2f3063f4d922f233623d8f219822> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x91736000 - 0x91dd6fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x91e02000 - 0x91ec9ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91f4e000 - 0x91f51fff com.apple.help 1.1 (36) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x91f52000 - 0x92002fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x92003000 - 0x920f7ff4 libiconv.2.dylib ??? (???) /usr/lib/libiconv.2.dylib 0x920f8000 - 0x928f6fef com.apple.AppKit 6.5.7 (949.46) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x928f7000 - 0x92950ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92a05000 - 0x92a82fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x92a83000 - 0x92a83ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x92a8a000 - 0x92e27fef com.apple.QuartzCore 1.5.8 (1.5.8) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x92e28000 - 0x92ef3fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x92ef4000 - 0x9305bff3 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib 0x9305c000 - 0x93074fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x93075000 - 0x93080fe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x933a8000 - 0x9344ffeb com.apple.QD 3.11.56 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x93455000 - 0x934d2feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x934d3000 - 0x936a4ffb com.apple.security 5.0.5 (36371) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x936a5000 - 0x936b5fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x93811000 - 0x9381efe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x9381f000 - 0x9382bffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x9382c000 - 0x93830fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x93838000 - 0x938dcfec com.apple.CFNetwork 438.10 (438.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x938dd000 - 0x938ddfff com.apple.Carbon 136 (136) <7f03616ee9261fb42dc6e6dd77a6f01c> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x938de000 - 0x938e6fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x938e7000 - 0x9396eff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib 0x9396f000 - 0x9399cfeb libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x94979000 - 0x9499dfff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib 0x94a68000 - 0x94a6ffe9 libgcc_s.1.dylib ??? (???) /usr/lib/libgcc_s.1.dylib 0x94c2d000 - 0x94c7eff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x94c7f000 - 0x94c81fff com.apple.securityhi 3.0 (30817) <32d1c581312dbe0c408578df99661f96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x94c82000 - 0x94c97ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x94cb5000 - 0x94f31fe7 com.apple.Foundation 6.5.8 (677.24) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x94fd4000 - 0x94feafff com.apple.DictionaryServices 1.0.0 (1.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x9500a000 - 0x95014feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x9504c000 - 0x95055fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x95056000 - 0x95110fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x95111000 - 0x95115fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x95116000 - 0x951f6fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib 0x951f7000 - 0x951f7ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x9526b000 - 0x95272ff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x953ac000 - 0x95409ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib 0x9540a000 - 0x95416ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x95417000 - 0x95471ff7 com.apple.CoreText 2.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x955d6000 - 0x955dbfff com.apple.CommonPanels 1.2.4 (85) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x9564a000 - 0x956ddfff com.apple.ink.framework 101.3 (86) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x956f7000 - 0x95739fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x9573a000 - 0x95769fe3 com.apple.AE 402.3 (402.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x957a5000 - 0x957cdff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x95813000 - 0x95852fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x958ae000 - 0x958beffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x958bf000 - 0x958bfff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x95927000 - 0x95927ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x95928000 - 0x95df9fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x95e07000 - 0x95e81ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x96016000 - 0x960f7ff7 libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib 0x960f8000 - 0x963d2ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x96444000 - 0x9674cfff com.apple.HIToolbox 1.5.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x96755000 - 0x96b65fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x96b66000 - 0x96baffef com.apple.Metadata 10.5.2 (398.25) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x96bb0000 - 0x96be7fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x96beb000 - 0x96cd3ff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x96d6d000 - 0x96dc9ff7 com.apple.htmlrendering 68 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x96dca000 - 0x96e56ff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x96e57000 - 0x96e57ff8 com.apple.Cocoa 6.5 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x96e58000 - 0x96e92fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x96e93000 - 0x96fc6fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x96fc7000 - 0x97005fff libGLImage.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x97006000 - 0x97014ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x97015000 - 0x973d3fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x973d4000 - 0x97415fe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x97416000 - 0x974c8ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

albertz commented 13 years ago

Submitted by albertzeyer

Last log:

H: Server: BeginMatch for 201.43.216.84:62863(OpenLieroX/0.57_beta9_r4636)(5 '[AoG] Parkin') n: Client:ParseCLReady: weapons for 5:[AoG] Parkin: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher H: Worm left: Spectoor__Ghost (id 7): removed client (dropped client (client disconnected)) n: CheckForFillWithBots: removing 1 bots H: kickWorm: worm ID -1 is invalid H: Worm left: [AoG] Parkin (id 5): removed client (dropped client (client disconnected)) n: CheckForFillWithBots: removing 1 bots H: kickWorm: worm ID -1 is invalid H: Worm left: S"ll2334 (id 4): removed client (dropped client (client disconnected)) H: Server: gameover, team 0 has won the match H: Server 'OpenLieroX Server' game state: H: * playing, game is over, Hide and Seek H: * level=Lamda (Razvisited), mod=Modern Warfare1.0 H: * maxkills=-1, lives=0, timelimit=-60 (curtime=65.513) H: + 0:'DaRiAn', team 0, alive, lives=0, kills=0 on 24.232.119.248:23400(OpenLieroX/0.57_beta8) H: + 1:'(Finland) mac win', team 0, alive, lives=0, kills=0 on 213.216.238.245:23400(OpenLieroX/0.57_beta8) H: + 2:'[MT]Shadowman', team 0, alive, lives=0, kills=0 on 88.89.247.216:63213(OpenLieroX/0.57_beta8) H: Client: the game is over, the winning team is team 0 n: CHAT: [MT]Shadowman: lol n: GameServer: gotoLobby (timeout for gameover scoreboard) n: Menu_Net_GotoHostLobby n: GameLoopEnd: Menu_Net_GotoHostLobby n: Client: received gotoLobby signal H: Worm left: [MT]Shadowman (id 2): removed client (dropped client (client disconnected)) n: CheckForFillWithBots: adding 1 bots H: Worm added: The Third (id 2, team 0) n: WARNING: Version::setByString: '' get parsed as 'LieroX/0.56' H: Worm joined: (id 3, from 88.112.92.80:1032(LieroX/0.56)) n: CheckForFillWithBots: removing 1 bots H: Worm left: The Third (id 2): kicked local worm (too much players, bot not needed anymore) H: Script Dedicated: getWormTeam : ID 2 not in use Traceback (most recent call last): File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 124, in signalHandler parseNewWorm(int(sig[1]), sig[2]) File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 203, in parseNewWorm if io.getNumberWormsInTeam(1) < minSeekers: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 171, in getNumberWormsInTeam if getWormTeam( w.iID ) == team: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 165, in getWormTeam return int(SendCommand("getwormteam %i" % int(iID))[0]) IndexError: list index out of range n: CHAT: (Finland) mac win: preset modern warfare n: CHAT: : md oo suomesta H: Worm left: (id 3): removed client (dropped client (Your OpenLieroX version is too old, please update. H: connecting during game is allowed)) n: CheckForFillWithBots: adding 1 bots H: Worm added: [CPU] K1ll0r (id 2, team 0) n: GameServer::StartGame(), mod: Modern Warfare1.0, time: Tue Jul 7 18:06:28 2009 n: LoadTheme: Theme dirt already loaded n: reusing cached map for levels/Lamdabunker(Razvisited).lxl n: Server Map loadtime: 0.0546875 seconds n: Server Mod loadtime: 0 seconds W: trying to send a reliable packet of size 702 which is bigger than allowed size (504), packet might not be sent at all! W: trying to send a reliable packet of size 702 which is bigger than allowed size (504), packet might not be sent at all! n: MaxFPS is 95 n: GameLoopStart n: Client: Got ParsePrepareGame n: Client: preparing worm 0:DaRiAn for battle n: Client: preparing worm 1:(Finland) mac win for battle n: Client: preparing worm 2:[CPU] K1ll0r for battle H: Client: we are ready, waiting now for start game signal n: Server:ParseImReady: weapons for 2:[CPU] K1ll0r: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher n: Server: client local(OpenLieroX/0.57_beta9)(2 '[CPU] K1ll0r') got ready n: CheckReadyClient: 213.216.238.245:23400(OpenLieroX/0.57_beta8)(1 '(Finland) mac win') is not ready yet n: Client:ParseCLReady: weapons for 2:[CPU] K1ll0r: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher n: CheckReadyClient: 213.216.238.245:23400(OpenLieroX/0.57_beta8)(1 '(Finland) mac win') is not ready yet n: Server:ParseImReady: weapons for 1:(Finland) mac win: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher n: Server: client 213.216.238.245:23400(OpenLieroX/0.57_beta8)(1 '(Finland) mac win') got ready n: CheckReadyClient: 24.232.119.248:23400(OpenLieroX/0.57_beta8)(0 'DaRiAn') is not ready yet n: Client:ParseCLReady: weapons for 1:(Finland) mac win: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher n: Server:ParseImReady: weapons for 0:DaRiAn: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher n: Server: client 24.232.119.248:23400(OpenLieroX/0.57_beta8)(0 'DaRiAn') got ready H: Server: BeginMatch n: preparing game mode Hide and Seek H: Server 'OpenLieroX Server' game state: H: * playing, Hide and Seek H: * level=Lamda (Razvisited), mod=Modern Warfare1.0 H: * maxkills=-1, lives=0, timelimit=-60 (curtime=0) H: + 0:'DaRiAn', team 0, alive, lives=0, kills=0 on 24.232.119.248:23400(OpenLieroX/0.57_beta8) H: + 1:'(Finland) mac win', team 0, alive, lives=0, kills=0 on 213.216.238.245:23400(OpenLieroX/0.57_beta8) H: + 2:'[CPU] K1ll0r'(bot), team 1, alive, lives=0, kills=0 on local(OpenLieroX/0.57_beta9) n: Client:ParseCLReady: weapons for 0:DaRiAn: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher n: Client: get BeginMatch signal E: ParseHideWorm: the worm 3 does not exist backtrace() returned 17 addresses 0 OpenLieroX 0x003261c4 _Z19DumpCallstackPrintfPv + 44 1 OpenLieroX 0x00326b6f _Z13DumpCallstackPFvRKSsE + 1101 2 OpenLieroX 0x00326e02 _ZN6Logger5flushEv + 44 3 OpenLieroX 0x0036611d _Z4endlR6Logger + 77 4 OpenLieroX 0x0005e53f _Z14OLXBetaVersioni + 635 5 OpenLieroX 0x000590d0 _ZN21CClientNetEngineBeta913ParseHideWormEP11CBytestream + 532 6 OpenLieroX 0x0005a4fa _ZN16CClientNetEngine11ParsePacketEP11CBytestream + 1010 7 OpenLieroX 0x001cb5b0 _ZN7CClient11ReadPacketsEv + 364 8 OpenLieroX 0x001ce8e8 _ZN7CClient5FrameEv + 78 9 OpenLieroX 0x00154231 _Z13GameLoopFramev + 911 10 OpenLieroX 0x001548e8 _Z26SetCrashHandlerReturnPointPKc + 1472 11 OpenLieroX 0x0032bef5 _ZNSt4listI9SDL_EventSaIS0_EE6insertESt14_List_iteratorIS0ERKS0 + 207 12 OpenLieroX 0x0032d0d8 _ZN10ThreadPool13threadWrapperEPv + 316 13 SDL 0x0415014d SDL_Linked_Version + 397 14 SDL 0x0415f341 SDL_SemWait + 49 15 libSystem.B.dylib 0x92f26155 _pthread_start + 321 16 libSystem.B.dylib 0x92f26012 thread_start + 34 E: ParseHideWorm: the worm 5 does not exist backtrace() returned 17 addresses 0 OpenLieroX 0x003261c4 _Z19DumpCallstackPrintfPv + 44 1 OpenLieroX 0x00326b6f _Z13DumpCallstackPFvRKSsE + 1101 2 OpenLieroX 0x00326e02 _ZN6Logger5flushEv + 44 3 OpenLieroX 0x0036611d _Z4endlR6Logger + 77 4 OpenLieroX 0x0005e53f _Z14OLXBetaVersioni + 635 5 OpenLieroX 0x000590d0 _ZN21CClientNetEngineBeta913ParseHideWormEP11CBytestream + 532 6 OpenLieroX 0x0005a4fa _ZN16CClientNetEngine11ParsePacketEP11CBytestream + 1010 7 OpenLieroX 0x001cb5b0 _ZN7CClient11ReadPacketsEv + 364 8 OpenLieroX 0x001ce8e8 _ZN7CClient5FrameEv + 78 9 OpenLieroX 0x00154231 _Z13GameLoopFramev + 911 10 OpenLieroX 0x001548e8 _Z26SetCrashHandlerReturnPointPKc + 1472 11 OpenLieroX 0x0032bef5 _ZNSt4listI9SDL_EventSaIS0_EE6insertESt14_List_iteratorIS0ERKS0 + 207 12 OpenLieroX 0x0032d0d8 _ZN10ThreadPool13threadWrapperEPv + 316 13 SDL 0x0415014d SDL_Linked_Version + 397 14 SDL 0x0415f341 SDL_SemWait + 49 15 libSystem.B.dylib 0x92f26155 _pthread_start + 321 16 libSystem.B.dylib 0x92f26012 thread_start + 34 E: ParseHideWorm: the worm 6 does not exist backtrace() returned 17 addresses 0 OpenLieroX 0x003261c4 _Z19DumpCallstackPrintfPv + 44 1 OpenLieroX 0x00326b6f _Z13DumpCallstackPFvRKSsE + 1101 2 OpenLieroX 0x00326e02 _ZN6Logger5flushEv + 44 3 OpenLieroX 0x0036611d _Z4endlR6Logger + 77 4 OpenLieroX 0x0005e53f _Z14OLXBetaVersioni + 635 5 OpenLieroX 0x000590d0 _ZN21CClientNetEngineBeta913ParseHideWormEP11CBytestream + 532 6 OpenLieroX 0x0005a4fa _ZN16CClientNetEngine11ParsePacketEP11CBytestream + 1010 7 OpenLieroX 0x001cb5b0 _ZN7CClient11ReadPacketsEv + 364 8 OpenLieroX 0x001ce8e8 _ZN7CClient5FrameEv + 78 9 OpenLieroX 0x00154231 _Z13GameLoopFramev + 911 10 OpenLieroX 0x001548e8 _Z26SetCrashHandlerReturnPointPKc + 1472 11 OpenLieroX 0x0032bef5 _ZNSt4listI9SDL_EventSaIS0_EE6insertESt14_List_iteratorIS0ERKS0 + 207 12 OpenLieroX 0x0032d0d8 _ZN10ThreadPool13threadWrapperEPv + 316 13 SDL 0x0415014d SDL_Linked_Version + 397 14 SDL 0x0415f341 SDL_SemWait + 49 15 libSystem.B.dylib 0x92f26155 _pthread_start + 321 16 libSystem.B.dylib 0x92f26012 thread_start + 34 E: ParseHideWorm: the worm 7 does not exist backtrace() returned 17 addresses 0 OpenLieroX 0x003261c4 _Z19DumpCallstackPrintfPv + 44 1 OpenLieroX 0x00326b6f _Z13DumpCallstackPFvRKSsE + 1101 2 OpenLieroX 0x00326e02 _ZN6Logger5flushEv + 44 3 OpenLieroX 0x0036611d _Z4endlR6Logger + 77 4 OpenLieroX 0x0005e53f _Z14OLXBetaVersioni + 635 5 OpenLieroX 0x000590d0 _ZN21CClientNetEngineBeta913ParseHideWormEP11CBytestream + 532 6 OpenLieroX 0x0005a4fa _ZN16CClientNetEngine11ParsePacketEP11CBytestream + 1010 7 OpenLieroX 0x001cb5b0 _ZN7CClient11ReadPacketsEv + 364 8 OpenLieroX 0x001ce8e8 _ZN7CClient5FrameEv + 78 9 OpenLieroX 0x00154231 _Z13GameLoopFramev + 911 10 OpenLieroX 0x001548e8 _Z26SetCrashHandlerReturnPointPKc + 1472 11 OpenLieroX 0x0032bef5 _ZNSt4listI9SDL_EventSaIS0_EE6insertESt14_List_iteratorIS0ERKS0 + 207 12 OpenLieroX 0x0032d0d8 _ZN10ThreadPool13threadWrapperEPv + 316 13 SDL 0x0415014d SDL_Linked_Version + 397 14 SDL 0x0415f341 SDL_SemWait + 49 15 libSystem.B.dylib 0x92f26155 _pthread_start + 321 16 libSystem.B.dylib 0x92f26012 thread_start + 34 E: ParseHideWorm: the worm 8 does not exist backtrace() returned 17 addresses 0 OpenLieroX 0x003261c4 _Z19DumpCallstackPrintfPv + 44 1 OpenLieroX 0x00326b6f _Z13DumpCallstackPFvRKSsE + 1101 2 OpenLieroX 0x00326e02 _ZN6Logger5flushEv + 44 3 OpenLieroX 0x0036611d _Z4endlR6Logger + 77 4 OpenLieroX 0x0005e53f _Z14OLXBetaVersioni + 635 5 OpenLieroX 0x000590d0 _ZN21CClientNetEngineBeta913ParseHideWormEP11CBytestream + 532 6 OpenLieroX 0x0005a4fa _ZN16CClientNetEngine11ParsePacketEP11CBytestream + 1010 7 OpenLieroX 0x001cb5b0 _ZN7CClient11ReadPacketsEv + 364 8 OpenLieroX 0x001ce8e8 _ZN7CClient5FrameEv + 78 9 OpenLieroX 0x00154231 _Z13GameLoopFramev + 911 10 OpenLieroX 0x001548e8 _Z26SetCrashHandlerReturnPointPKc + 1472 11 OpenLieroX 0x0032bef5 _ZNSt4listI9SDL_EventSaIS0_EE6insertESt14_List_iteratorIS0ERKS0 + 207 12 OpenLieroX 0x0032d0d8 _ZN10ThreadPool13threadWrapperEPv + 316 13 SDL 0x0415014d SDL_Linked_Version + 397 14 SDL 0x0415f341 SDL_SemWait + 49 15 libSystem.B.dylib 0x92f26155 _pthread_start + 321 16 libSystem.B.dylib 0x92f26012 thread_start + 34 E: ParseHideWorm: the worm 9 does not exist backtrace() returned 17 addresses 0 OpenLieroX 0x003261c4 _Z19DumpCallstackPrintfPv + 44 1 OpenLieroX 0x00326b6f _Z13DumpCallstackPFvRKSsE + 1101 2 OpenLieroX 0x00326e02 _ZN6Logger5flushEv + 44 3 OpenLieroX 0x0036611d _Z4endlR6Logger + 77 4 OpenLieroX 0x0005e53f _Z14OLXBetaVersioni + 635 5 OpenLieroX 0x000590d0 _ZN21CClientNetEngineBeta913ParseHideWormEP11CBytestream + 532 6 OpenLieroX 0x0005a4fa _ZN16CClientNetEngine11ParsePacketEP11CBytestream + 1010 7 OpenLieroX 0x001cb5b0 _ZN7CClient11ReadPacketsEv + 364 8 OpenLieroX 0x001ce8e8 _ZN7CClient5FrameEv + 78 9 OpenLieroX 0x00154231 _Z13GameLoopFramev + 911 10 OpenLieroX 0x001548e8 _Z26SetCrashHandlerReturnPointPKc + 1472 11 OpenLieroX 0x0032bef5 _ZNSt4listI9SDL_EventSaIS0_EE6insertESt14_List_iteratorIS0ERKS0 + 207 12 OpenLieroX 0x0032d0d8 _ZN10ThreadPool13threadWrapperEPv + 316 13 SDL 0x0415014d SDL_Linked_Version + 397 14 SDL 0x0415f341 SDL_SemWait + 49 15 libSystem.B.dylib 0x92f26155 _pthread_start + 321 16 libSystem.B.dylib 0x92f26012 thread_start + 34 E: ParseHideWorm: the worm 10 does not exist backtrace() returned 17 addresses 0 OpenLieroX 0x003261c4 _Z19DumpCallstackPrintfPv + 44 1 OpenLieroX 0x00326b6f _Z13DumpCallstackPFvRKSsE + 1101 2 OpenLieroX 0x00326e02 _ZN6Logger5flushEv + 44 3 OpenLieroX 0x0036611d _Z4endlR6Logger + 77 4 OpenLieroX 0x0005e53f _Z14OLXBetaVersioni + 635 5 OpenLieroX 0x000590d0 _ZN21CClientNetEngineBeta913ParseHideWormEP11CBytestream + 532 6 OpenLieroX 0x0005a4fa _ZN16CClientNetEngine11ParsePacketEP11CBytestream + 1010 7 OpenLieroX 0x001cb5b0 _ZN7CClient11ReadPacketsEv + 364 8 OpenLieroX 0x001ce8e8 _ZN7CClient5FrameEv + 78 9 OpenLieroX 0x00154231 _Z13GameLoopFramev + 911 10 OpenLieroX 0x001548e8 _Z26SetCrashHandlerReturnPointPKc + 1472 11 OpenLieroX 0x0032bef5 _ZNSt4listI9SDL_EventSaIS0_EE6insertESt14_List_iteratorIS0ERKS0 + 207 12 OpenLieroX 0x0032d0d8 _ZN10ThreadPool13threadWrapperEPv + 316 13 SDL 0x0415014d SDL_Linked_Version + 397 14 SDL 0x0415f341 SDL_SemWait + 49 15 libSystem.B.dylib 0x92f26155 _pthread_start + 321 16 libSystem.B.dylib 0x92f26012 thread_start + 34 E: ParseHideWorm: the worm 11 does not exist backtrace() returned 17 addresses 0 OpenLieroX 0x003261c4 _Z19DumpCallstackPrintfPv + 44 1 OpenLieroX 0x00326b6f _Z13DumpCallstackPFvRKSsE + 1101 2 OpenLieroX 0x00326e02 _ZN6Logger5flushEv + 44 3 OpenLieroX 0x0036611d _Z4endlR6Logger + 77 4 OpenLieroX 0x0005e53f _Z14OLXBetaVersioni + 635 5 OpenLieroX 0x000590d0 _ZN21CClientNetEngineBeta913ParseHideWormEP11CBytestream + 532 6 OpenLieroX 0x0005a4fa _ZN16CClientNetEngine11ParsePacketEP11CBytestream + 1010 7 OpenLieroX 0x001cb5b0 _ZN7CClient11ReadPacketsEv + 364 8 OpenLieroX 0x001ce8e8 _ZN7CClient5FrameEv + 78 9 OpenLieroX 0x00154231 _Z13GameLoopFramev + 911 10 OpenLieroX 0x001548e8 _Z26SetCrashHandlerReturnPointPKc + 1472 11 OpenLieroX 0x0032bef5 _ZNSt4listI9SDL_EventSaIS0_EE6insertESt14_List_iteratorIS0ERKS0 + 207 12 OpenLieroX 0x0032d0d8 _ZN10ThreadPool13threadWrapperEPv + 316 13 SDL 0x0415014d SDL_Linked_Version + 397 14 SDL 0x0415f341 SDL_SemWait + 49 15 libSystem.B.dylib 0x92f26155 _pthread_start + 321 16 libSystem.B.dylib 0x92f26012 thread_start + 34 n: CHAT: (Finland) mac win: preset shock H: Worm left: DaRiAn (id 0): removed client (dropped client (client disconnected)) n: CheckForFillWithBots: adding 1 bots H: Worm added: [CPU] CPU 5 (id 0, team 0) H: Worm left: (Finland) mac win (id 1): removed client (dropped client (client disconnected)) n: CheckForFillWithBots: adding 1 bots H: Worm added: The Third (id 1, team 0) H: Worm joined: _TtA_KrustySkill (id 3, from 195.240.216.204:11849(OpenLieroX/0.57_beta8)) n: CheckForFillWithBots: removing 1 bots H: Worm left: [CPU] K1ll0r (id 2): kicked local worm (too much players, bot not needed anymore) H: Server: gameover, team 0 has won the match H: Server 'OpenLieroX Server' game state: H: * playing, game is over, Hide and Seek H: * level=Lamda (Razvisited), mod=Modern Warfare1.0 H: * maxkills=-1, lives=0, timelimit=-60 (curtime=86.878) H: + 0:'[CPU] CPU 5'(bot), team 0, alive, lives=0, kills=0 on local(OpenLieroX/0.57_beta9) H: + 1:'The Third'(bot), team 0, alive, lives=0, kills=0 on local(OpenLieroX/0.57_beta9) H: + 3:'_TtA_KrustySkill', team 0, dead, still weapons selecting, lives=0, kills=0 on 195.240.216.204:11849(OpenLieroX/0.57_beta8) W: trying to send a reliable packet of size 702 which is bigger than allowed size (504), packet might not be sent at all! H: Client: the game is over, the winning team is team 0 H: Script Dedicated: getWormTeam : ID 2 not in use Traceback (most recent call last): File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 124, in signalHandler parseNewWorm(int(sig[1]), sig[2]) File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 203, in parseNewWorm if io.getNumberWormsInTeam(1) < minSeekers: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 171, in getNumberWormsInTeam if getWormTeam( w.iID ) == team: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 165, in getWormTeam return int(SendCommand("getwormteam %i" % int(iID))[0]) IndexError: list index out of range n: Server:ParseImReady: weapons for 3:_TtA_KrustySkill: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher n: Server: client 195.240.216.204:11849(OpenLieroX/0.57_beta8)(3 '_TtA_KrustySkill') got ready H: Server: BeginMatch for 195.240.216.204:11849(OpenLieroX/0.57_beta8)(3 '_TtA_KrustySkill') n: Client:ParseCLReady: weapons for 3:_TtA_KrustySkill: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher H: Worm joined: [AoG] Parkin (id 2, from 201.43.216.84:62863(OpenLieroX/0.57_beta9_r4636)) n: CheckForFillWithBots: removing 1 bots H: Worm left: The Third (id 1): kicked local worm (too much players, bot not needed anymore) H: Script Dedicated: getWormTeam : ID 1 not in use Traceback (most recent call last): File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 124, in signalHandler parseNewWorm(int(sig[1]), sig[2]) File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 203, in parseNewWorm if io.getNumberWormsInTeam(1) < minSeekers: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 171, in getNumberWormsInTeam if getWormTeam( w.iID ) == team: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 165, in getWormTeam return int(SendCommand("getwormteam %i" % int(iID))[0]) IndexError: list index out of range n: Server:ParseImReady: weapons for 2:[AoG] Parkin: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher n: Server: client 201.43.216.84:62863(OpenLieroX/0.57_beta9_r4636)(2 '[AoG] Parkin') got ready H: Server: BeginMatch for 201.43.216.84:62863(OpenLieroX/0.57_beta9_r4636)(2 '[AoG] Parkin') n: Client:ParseCLReady: weapons for 2:[AoG] Parkin: Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher, Mortar Launcher n: GameServer: gotoLobby (timeout for gameover scoreboard) n: Menu_Net_GotoHostLobby n: GameLoopEnd: Menu_Net_GotoHostLobby n: Client: received gotoLobby signal H: Worm left: [AoG] Parkin (id 2): removed client (dropped client (client disconnected)) n: CheckForFillWithBots: adding 1 bots H: Worm added: [CPU] Kamikazee! (id 1, team 0) H: Worm left: _TtA_KrustySkill (id 3): removed client (dropped client (client disconnected)) n: CheckForFillWithBots: adding 1 bots H: Worm added: [CPU] Dummi (id 2, team 0) H: Worm joined: ._. (id 3, from 85.156.156.102:1154(OpenLieroX/0.57_beta5)) n: CheckForFillWithBots: removing 1 bots H: Worm left: [CPU] Dummi (id 2): kicked local worm (too much players, bot not needed anymore) H: Script Dedicated: getWormTeam : ID 2 not in use Traceback (most recent call last): File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 124, in signalHandler parseNewWorm(int(sig[1]), sig[2]) File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 203, in parseNewWorm if io.getNumberWormsInTeam(1) < minSeekers: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 171, in getNumberWormsInTeam if getWormTeam( w.iID ) == team: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_controlio.py", line 165, in getWormTeam return int(SendCommand("getwormteam %i" % int(iID))[0]) IndexError: list index out of range H: Worm left: .. (id 3): removed client (dropped client (client disconnected)) n: CheckForFillWithBots: adding 1 bots H: Worm added: The Third (id 2, team 0) n: WARNING: Version::setByString: '' get parsed as 'LieroX/0.56' H: Worm joined: White Mushroom (id 3, from 91.150.22.169:1027(LieroX/0.56)) n: CheckForFillWithBots: removing 1 bots H: Worm left: The Third (id 2): kicked local worm (too much players, bot not needed anymore) H: Script Dedicated: getWormTeam : ID 2 not in use Traceback (most recent call last): File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 124, in signalHandler parseNewWorm(int(sig[1]), sig[2]) File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 203, in parseNewWorm if io.getNumberWormsInTeam(1) < minSeekers: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 171, in getNumberWormsInTeam if getWormTeam( w.iID ) == team: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 165, in getWormTeam return int(SendCommand("getwormteam %i" % int(iID))[0]) IndexError: list index out of range H: Worm joined: [Lxa]Lierox alliance (id 2, from 88.193.147.104:23400(OpenLieroX/0.57_beta9_r3532)) n: CheckForFillWithBots: removing 1 bots H: Worm left: [CPU] Kamikazee! (id 1): kicked local worm (too much players, bot not needed anymore) H: Script Dedicated: getWormTeam : ID 1 not in use Traceback (most recent call last): File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 124, in signalHandler parseNewWorm(int(sig[1]), sig[2]) File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_handler.py", line 203, in parseNewWorm if io.getNumberWormsInTeam(1) < minSeekers: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 171, in getNumberWormsInTeam if getWormTeam( w.iID ) == team: File "/Users/az/Programmierung/openlierox/share/gamedir/scripts/dedicated_control_io.py", line 165, in getWormTeam return int(SendCommand("getwormteam %i" % int(iID))[0]) IndexError: list index out of range H: Worm left: White Mushroom (id 3): removed client (dropped client (Your OpenLieroX version is too old, please update. H: connecting during game is allowed)) n: CheckForFillWithBots: adding 1 bots H: Worm added: [CPU] Kamikazee! (id 1, team 0) dumpgamestate Dedicated_control: bad OLX dedicated response: Dedicated_control: bad OLX dedicated response: Dedicated_control: bad OLX dedicated response: Dedicated_control: bad OLX dedicated response: Dedicated_control: bad OLX dedicated response: Dedicated_control: bad OLX dedicated response:

albertz commented 13 years ago

Submitted by albertzeyer

I added another safty check in 4696. I cannot give another explanation for this crash.