Created
June 25, 2013 20:52
-
-
Save michaelforrest/5862275 to your computer and use it in GitHub Desktop.
Problematic bubblewrap crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ☺ rake debug=1 master af071f9 ⚡ | |
| (in /Users/michaelforrest/workspaces/motion/habits) | |
| Mode: development | |
| Mode: release | |
| Build ./build/iPhoneSimulator-5.0-Development | |
| Build vendor/ReorderingTableViewController | |
| Build vendor/Pods | |
| Link ./build/iPhoneSimulator-5.0-Development/Habits.app/Habits | |
| ld: warning: ObjC object file (/Users/michaelforrest/workspaces/motion/habits/vendor/ReorderingTableViewController/build-iPhoneSimulator/libReorderingTableViewController.a(ATSDragToReorderTableViewController.m.o)) was compiled for iOS Simulator, but linking for MacOSX | |
| ld: warning: (/Library/RubyMotion/data/ios/5.0/iPhoneSimulator/libmacruby-static.a(NSArray.o)) was compiled for MacOSX, but previous ObjC object files compiled for iOS Simulator | |
| Create ./build/iPhoneSimulator-5.0-Development/Habits.dSYM | |
| Simulate ./build/iPhoneSimulator-5.0-Development/Habits.app | |
| Warning: program arguments are ignored when attaching. | |
| Attaching to process with: | |
| process attach -p 63040 | |
| Process 63040 stopped | |
| Executable module set to "/usr/lib/dyld". | |
| Architecture set to: i486-apple-macosx. | |
| (lldb) continue | |
| Process 63040 resuming | |
| Process 63040 stopped and restarted: thread 1 received signal: SIGCHLD | |
| (lldb) 2013-06-25 21:51:51.548 Habits[63040:c07] uninitialized constant BubbleWrap::HTTP (NameError) | |
| 2013-06-25 21:51:51.551 Habits[63040:c07] *** Terminating app due to uncaught exception 'NameError', reason: 'uninitialized constant BubbleWrap::HTTP (NameError) | |
| ' | |
| *** First throw call stack: | |
| (0x1f68012 0x8e1e7e 0x411dad 0x16992 0x16011) | |
| libc++abi.dylib: terminate called throwing an exception | |
| Process 63040 stopped | |
| * thread #1: tid = 0x35b0b4, 0x0310ba6a libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread, stop reason = signal SIGABRT | |
| frame #0: 0x0310ba6a libsystem_kernel.dylib`__pthread_kill + 10 | |
| libsystem_kernel.dylib`__pthread_kill + 10: | |
| -> 0x310ba6a: jae 0x310ba7a ; __pthread_kill + 26 | |
| 0x310ba6c: calll 0x310ba71 ; __pthread_kill + 17 | |
| 0x310ba71: popl %edx | |
| 0x310ba72: movl 26027(%edx), %edx | |
| (lldb) bt | |
| * thread #1: tid = 0x35b0b4, 0x0310ba6a libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread, stop reason = signal SIGABRT | |
| frame #0: 0x0310ba6a libsystem_kernel.dylib`__pthread_kill + 10 | |
| frame #1: 0x02fc7b2f libsystem_c.dylib`pthread_kill + 101 | |
| frame #2: 0x02db957b libsystem_sim_c.dylib`abort + 140 | |
| frame #3: 0x02ccbf7b libc++abi.dylib`abort_message + 105 | |
| frame #4: 0x02cc9a25 libc++abi.dylib`default_terminate() + 34 | |
| frame #5: 0x008e20c1 libobjc.A.dylib`_objc_terminate() + 94 | |
| frame #6: 0x02cc9a65 libc++abi.dylib`safe_handler_caller(void (*)()) + 13 | |
| frame #7: 0x02cc9acd libc++abi.dylib`std::terminate() + 23 | |
| frame #8: 0x02ccabc2 libc++abi.dylib`__cxa_throw + 110 | |
| frame #9: 0x008e1f89 libobjc.A.dylib`objc_exception_throw + 311 | |
| frame #10: 0x00411dad Habits`rb_rb2oc_exc_handler + 109 | |
| frame #11: 0x00016992 Habits`main(argc=1, a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment