Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save masuidrive/524624 to your computer and use it in GitHub Desktop.
Save masuidrive/524624 to your computer and use it in GitHub Desktop.
(gdb) backtrace
#0 0x90032066 in __semwait_signal ()
#1 0x90031d22 in _pthread_cond_wait ()
#2 0x90083243 in pthread_cond_wait$NOCANCEL$UNIX2003 ()
#3 0x9006548c in pthread_rwlock_rdlock$UNIX2003 ()
#4 0x00040614 in -[TiViewProxy childWillResize:] (self=0x79422e0, _cmd=0x29ea2a, child=0x79427a0) at /Users/masuidrive/Downloads/ti/test4/build/iphone/Classes/TiViewProxy.m:1177
#5 0x0003ee0b in -[TiViewProxy layoutChild:optimize:] (self=0x79422e0, _cmd=0x28d217, child=0x79427a0, optimize=0 '\000') at /Users/masuidrive/Downloads/ti/test4/build/iphone/Classes/TiViewProxy.m:789
#6 0x0004c7b5 in -[TiUIView relayout:] (self=0x7d538c0, _cmd=0x28f674, bounds={origin = {x = 0, y = 0}, size = {width = 0, height = 0}}) at /Users/masuidrive/Downloads/ti/test4/build/iphone/Classes/TiUIView.m:383
#7 0x0004ac05 in -[TiUIView updateLayout:withBounds:] (self=0x7d538c0, _cmd=0x28d609, layout_=0x0, bounds={origin = {x = 0, y = 0}, size = {width = 0, height = 0}}) at /Users/masuidrive/Downloads/ti/test4/build/iphone/Classes/TiUIView.m:413
#8 0x000400b4 in -[TiViewProxy view] (self=0x79427a0, _cmd=0x75768bc) at /Users/masuidrive/Downloads/ti/test4/build/iphone/Classes/TiViewProxy.m:623
#9 0x0003eb45 in -[TiViewProxy layoutChild:optimize:] (self=0x79422e0, _cmd=0x28d217, child=0x79427a0, optimize=0 '\000') at /Users/masuidrive/Downloads/ti/test4/build/iphone/Classes/TiViewProxy.m:754
#10 0x0003d5f8 in -[TiViewProxy layoutChildOnMainThread:] (self=0x79422e0, _cmd=0x28d3c8, arg=0x79427a0) at /Users/masuidrive/Downloads/ti/test4/build/iphone/Classes/TiViewProxy.m:87
#11 0x0003e306 in -[TiViewProxy add:] (self=0x79422e0, _cmd=0x28d394, arg=0x79427a0) at /Users/masuidrive/Downloads/ti/test4/build/iphone/Classes/TiViewProxy.m:190
#12 0x0003ddc3 in -[TiViewProxy windowWillOpen] (self=0x79422e0, _cmd=0x291c1a) at /Users/masuidrive/Downloads/ti/test4/build/iphone/Classes/TiViewProxy.m:466
#13 0x0003be08 in -[TiWindowProxy open:] (self=0x79422e0, _cmd=0x290714, args=0x0) at /Users/masuidrive/Downloads/ti/test4/build/iphone/Classes/TiWindowProxy.m:364
#14 0x00536e9a in __NSThreadPerformPerform ()
#15 0x035dfd7f in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ ()
#16 0x0353e2cb in __CFRunLoopDoSources0 ()
#17 0x0353d7c6 in __CFRunLoopRun ()
#18 0x0353d280 in CFRunLoopRunSpecific ()
#19 0x0353d1a1 in CFRunLoopRunInMode ()
#20 0x04de92c8 in GSEventRunModal ()
#21 0x04de938d in GSEventRun ()
#22 0x007c5b58 in UIApplicationMain ()
#23 0x00003e36 in main (argc=1, argv=0xbfffee54) at /Users/masuidrive/Downloads/ti/test4/build/iphone/main.m:36
Current language: auto; currently objective-c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment