Last active
August 29, 2015 13:56
-
-
Save tjfontaine/9240569 to your computer and use it in GitHub Desktop.
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
| * thread #1: tid = 0x3dbfe, 0x000000010014a076 node`uv__signal_handler [inlined] uv__signal_tree_s_RB_NEXT(elm=<unavailable>) + 24 at signal.c:52, queue = 'com.apple.main-thread, stop reason = EXC_BAD_ACCESS (code=1, address=0x79) | |
| frame #0: 0x000000010014a076 node`uv__signal_handler [inlined] uv__signal_tree_s_RB_NEXT(elm=<unavailable>) + 24 at signal.c:52 | |
| frame #1: 0x000000010014a05e node`uv__signal_handler(signum=20) + 167 at signal.c:151 | |
| frame #2: 0x00007fff98f095aa libsystem_platform.dylib`_sigtramp + 26 | |
| frame #3: 0x00007fff93c2264b libsystem_kernel.dylib`kevent + 11 | |
| frame #4: 0x000000010014932e node`uv__chld(handle=<unavailable>, signum=<unavailable>) + 330 at process.c:116 | |
| frame #5: 0x0000000100144909 node`uv_run(loop=0x0000000100e00950, mode=UV_RUN_DEFAULT) + 271 at core.c:285 | |
| frame #6: 0x000000010002b2a1 node`node::SyncProcessRunner::TryInitializeAndRunLoop(this=0x00007fff5fbfefe0, options=<unavailable>) + 261 at spawn_sync.cc:495 | |
| frame #7: 0x000000010002af0a node`node::SyncProcessRunner::Run(this=0x00007fff5fbfefe0, options=<unavailable>) + 56 at spawn_sync.cc:436 | |
| frame #8: 0x000000010002ad50 node`node::SyncProcessRunner::Spawn(args=0x00007fff5fbff1e0) + 394 at spawn_sync.cc:365 |
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
| ./node test/simple/test-child-process-execsync.js | |
| uv_run exited | |
| uv_run exited | |
| /bin/sh: iamabadcommand: command not found | |
| uv_run exited | |
| uv_run exited | |
| uv_run exited | |
| uv_run exited | |
| TJs-MacBook-Pro:node tjfontaine$ ./node test/simple/test-child-process-execsync.js | |
| uv_run exited | |
| uv_run exited | |
| /bin/sh: iamabadcommand: command not found | |
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
| TJs-MacBook-Pro:node tjfontaine$ ./node_g test/simple/test-child-process-execsync.js | |
| uv_run exited | |
| uv_run exited | |
| /bin/sh: iamabadcommand: command not found | |
| uv_run exited | |
| uv_run exited | |
| uv_run exited | |
| ^CTJs-MacBook-Pro:node tjfontaine$ ./node_g test/simple/test-child-process-execsync.js | |
| uv_run exited | |
| ^CTJs-MacBook-Pro:node tjfontaine$ ./node_g test/simple/test-child-process-execsync.js | |
| uv_run exited | |
| uv_run exited | |
| /bin/sh: iamabadcommand: command not found | |
| uv_run exited | |
| uv_run exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment