Skip to content

Instantly share code, notes, and snippets.

@kimuraw
Created November 18, 2011 23:39
Show Gist options
  • Save kimuraw/1378110 to your computer and use it in GitHub Desktop.
Save kimuraw/1378110 to your computer and use it in GitHub Desktop.
crash at scrolling on RubyCocoa app "CasualConc"
Process: CasualConc [44932]
Path: /Users/*/Library/Developer/Xcode/DerivedData/CasualConc-fvbnrnxrxwnmbvajmshnuclpqrgr/Build/Products/Debug/CasualConc.app/Contents/MacOS/CasualConc
Identifier: CasualConcApp
Version: 1.8.6 (20111019)
Code Type: X86 (Native)
Parent Process: zsh [84720]
Date/Time: 2011-11-16 23:44:02.004 +0900
OS Version: Mac OS X 10.7.2 (11C74)
Report Version: 9
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000158
VM Regions Near 0x158:
--> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Users/USER/Library/Developer/Xcode/DerivedData/CasualConc-fvbnrnxrxwnmbvajmshnuclpqrgr/Build/Products/Debug/CasualConc.app/Contents/MacOS/CasualConc
VM_ALLOCATE 0000000000001000-00000000000ea000 [ 932K] ---/--- SM=NUL
Application Specific Information:
objc[44932]: garbage collection is OFF
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x954019c6 __pthread_kill + 10
1 libsystem_c.dylib 0x99522f78 pthread_kill + 106
2 libsystem_c.dylib 0x99513bdd abort + 167
3 libruby.1.dylib 0x00137cff rb_bug + 198
4 libruby.1.dylib 0x001a2ab9 0x123000 + 522937
5 libsystem_c.dylib 0x9957859b _sigtramp + 43
6 ??? 0xffffffff 0 + 4294967295
7 com.apple.rubycocoa 0x000f3ae8 ocm_retain_arg_if_necessary + 56 (mdl_objwrapper.m:54)
8 com.apple.rubycocoa 0x001075b9 rb_ffi_dispatch + 6377 (libffi.m:565)
9 com.apple.rubycocoa 0x000f50b8 ocm_send + 5128 (mdl_objwrapper.m:459)
10 com.apple.rubycocoa 0x000f3a0b ocm_closure_handler + 219 (mdl_objwrapper.m:521)
11 libffi.dylib 0x9546ecd4 ffi_closure_SYSV_inner + 154
12 libffi.dylib 0x9546ea22 ffi_closure_SYSV + 34
13 libruby.1.dylib 0x0013b316 0x123000 + 99094
14 libruby.1.dylib 0x00148761 0x123000 + 153441
15 libruby.1.dylib 0x00145da0 0x123000 + 142752
16 libruby.1.dylib 0x0014267d 0x123000 + 128637
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment