Created
January 23, 2015 17:29
-
-
Save pH14/0d5f2aa69366ad1ae071 to your computer and use it in GitHub Desktop.
rbx-2.4.0 running rails app
This file contains 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
=> Booting Thin | |
=> Rails 4.1.8 application starting in production on http://0.0.0.0:3000 | |
=> Run `rails server -h` for more startup options | |
=> Notice: server is listening on all interfaces (0.0.0.0). Consider using 127.0.0.1 (--binding option) | |
=> Ctrl-C to shutdown server | |
Thin web server (v1.6.3 codename Protein Powder) | |
Maximum connections set to 1024 | |
Listening on 0.0.0.0:3000, CTRL+C to stop | |
Assertion failed: (Val && "isa<> used on a null pointer"), function doit, file /usr/local/Cellar/llvm/3.5.0/include/llvm/Support/Casting.h, line 95. | |
The Rubinius process is aborting with signal: SIGABRT | |
--- begin system info --- | |
sysname: Darwin | |
nodename: pwh-argon | |
release: 14.0.0 | |
version: Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 | |
machine: x86_64 | |
--- end system info --- | |
--- begin system backtrace --- | |
0 rbx 0x000000010944ce98 _ZN8rubiniusL12segv_handlerEi + 248 | |
1 libsystem_platform.dylib 0x00007fff97cb1f1a _sigtramp + 26 | |
2 rbx 0x000000010a17e412 _ZN4llvm7hashing6detail19fixed_seed_overrideE + 37682 | |
3 rbx 0x0000000109d4cab6 abort + 22 | |
4 rbx 0x0000000109d4caa0 abort + 0 | |
5 rbx 0x000000010951ea57 _ZN4llvm9IRBuilderILb1ENS_14ConstantFolderEN8rubinius26IRBuilderInserterWithDebugEE10CreateICmpENS_7CmpInst9PredicateEPNS_5ValueES8_RKNS_5TwineE + 247 | |
6 rbx 0x000000010954dba9 _ZN8rubinius8JITVisit24check_for_exception_thenEPN4llvm5ValueEPNS1_10BasicBlockEb + 217 | |
7 rbx 0x0000000109555bf7 _ZN8rubinius8JITVisit19check_for_exceptionEPN4llvm5ValueEb + 119 | |
8 rbx 0x0000000109543302 _ZN8rubinius8JITVisit16visit_send_stackERmm + 1298 | |
9 rbx 0x000000010953892d _ZN8rubinius17VisitInstructionsINS_8JITVisitEE8dispatchEi + 1917 | |
10 rbx 0x0000000109538133 _ZN8rubinius3jit6Walker4callERNS_14OpcodeIteratorE + 131 | |
11 rbx 0x0000000109537eae _ZN8rubinius3jit17ControlFlowWalker3runINS0_6WalkerEEEvRT_ + 446 | |
12 rbx 0x00000001095360ee _ZN8rubinius3jit7Builder13generate_bodyEv + 590 | |
13 rbx 0x0000000109519177 _ZN8rubinius7Inliner21inline_generic_methodEPNS_5ClassENS_9ClassDataEPNS_6ModuleEPNS_12CompiledCodeEPNS_11MachineCodeEi + 951 | |
14 rbx 0x0000000109516e40 _ZN8rubinius7Inliner16inline_for_classEPNS_5ClassENS_9ClassDataEi + 4160 | |
15 rbx 0x0000000109515df1 _ZN8rubinius7Inliner13consider_monoEv + 49 | |
16 rbx 0x000000010954302f _ZN8rubinius8JITVisit16visit_send_stackERmm + 575 | |
17 rbx 0x000000010953892d _ZN8rubinius17VisitInstructionsINS_8JITVisitEE8dispatchEi + 1917 | |
18 rbx 0x0000000109538133 _ZN8rubinius3jit6Walker4callERNS_14OpcodeIteratorE + 131 | |
19 rbx 0x0000000109537eae _ZN8rubinius3jit17ControlFlowWalker3runINS0_6WalkerEEEvRT_ + 446 | |
20 rbx 0x00000001095360ee _ZN8rubinius3jit7Builder13generate_bodyEv + 590 | |
21 rbx 0x0000000109557e84 _ZN8rubinius3jit8Compiler14compile_methodEPNS_17JITCompileRequestE + 548 | |
22 rbx 0x000000010956dd5b _ZN8rubinius9LLVMState7performEPNS_5StateE + 1083 | |
23 rbx 0x000000010956d8fc _ZN8rubinius19jit_llvm_trampolineEPNS_5StateE + 28 | |
24 rbx 0x00000001094ddc2b _ZN8rubinius6Thread13in_new_threadEPv + 747 | |
25 libsystem_pthread.dylib 0x00007fff986b82fc _pthread_body + 131 | |
26 libsystem_pthread.dylib 0x00007fff986b8279 _pthread_body + 0 | |
27 libsystem_pthread.dylib 0x00007fff986b64b1 thread_start + 13 | |
--- end system backtrace --- | |
--- begin Ruby backtraces --- | |
--- Thread 1 backtrace --- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment