Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Crash in Gideros 2014.01 at sendto$UNIX2003 — Gideros Forum

Crash in Gideros 2014.01 at sendto$UNIX2003

troysandaltroysandal Member
edited January 2014 in Bugs and issues
Found another crash today, just happened very randomly as I was playing my game. No better repro steps than that but thought you'd like to see this callstack.
Thread 1, Queue : com.apple.main-thread
#0	0x0422ebe6 in sendto$UNIX2003 ()
#1	0x03f21ad8 in send ()
#2	0x001b0913 in QueueElement::send(int) at /Users/atilim/myprojects/gideros/libnetwork/libnetwork.cpp:188
#3	0x001aff9a in NetworkBase::tickSend(NetworkEvent*) at /Users/atilim/myprojects/gideros/libnetwork/libnetwork.cpp:280
#4	0x001b0593 in Server::tick(NetworkEvent*) at /Users/atilim/myprojects/gideros/libnetwork/libnetwork.cpp:551
#5	0x001ff6f7 in NetworkManager::tick() at /Users/atilim/myprojects/gideros/ios/iosplayer/iosplayer/giderosapi.mm:323
#6	0x00201ccf in ApplicationManager::drawFrame() at /Users/atilim/myprojects/gideros/ios/iosplayer/iosplayer/giderosapi.mm:808
#7	0x002027f2 in gdr_drawFrame at /Users/atilim/myprojects/gideros/ios/iosplayer/iosplayer/giderosapi.mm:1367
#8	0x0000d6f7 in -[ViewController drawFrame] at /Users/troy/depot/jct/xcode/GiderosiOSPlayer/GiderosiOSPlayer/ViewController.m:147
#9	0x0167bb8a in CA::Display::DisplayLinkItem::dispatch() ()
#10	0x0167ba46 in CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) ()
#11	0x0167bf6b in CA::Display::TimerDisplayLink::callback(__CFRunLoopTimer*, void*) ()
#12	0x0383cbd6 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ ()
#13	0x0383c5bd in __CFRunLoopDoTimer ()
#14	0x03824628 in __CFRunLoopRun ()
#15	0x03823ac3 in CFRunLoopRunSpecific ()
#16	0x038238db in CFRunLoopRunInMode ()
#17	0x036119e2 in GSEventRunModal ()
#18	0x03611809 in GSEventRun ()
#19	0x018f2d3b in UIApplicationMain ()
#20	0x00002946 in main at /Users/troy/depot/jct/xcode/GiderosiOSPlayer/GiderosiOSPlayer/main.m:12
#21	0x000028b5 in start ()

Comments

Sign In or Register to comment.