Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitcoin-msg SIGABRT #95

Closed
braydonf opened this issue Aug 3, 2015 · 0 comments
Closed

bitcoin-msg SIGABRT #95

braydonf opened this issue Aug 3, 2015 · 0 comments
Assignees

Comments

@braydonf
Copy link
Contributor

braydonf commented Aug 3, 2015

testusers-MacBook-Pro:bitcore-node testuser$ lldb -- node example/node.js 
(lldb) target create "node"
Current executable set to 'node' (x86_64).
(lldb) settings set -- target.run-args  "example/node.js"
(lldb) run
Process 63964 launched: '/Users/testuser/.nvm/versions/node/v0.12.7/bin/node' (x86_64)
Process 63964 stopped
* thread #7: tid = 0x1ad2a, 0x00007fff8c53d286 libsystem_kernel.dylib`__pthread_kill + 10, name = 'bitcoin-msghand', stop reason = signal SIGABRT
    frame #0: 0x00007fff8c53d286 libsystem_kernel.dylib`__pthread_kill + 10
libsystem_kernel.dylib`__pthread_kill:
->  0x7fff8c53d286 <+10>: jae    0x7fff8c53d290            ; <+20>
    0x7fff8c53d288 <+12>: movq   %rax, %rdi
    0x7fff8c53d28b <+15>: jmp    0x7fff8c538c53            ; cerror_nocancel
    0x7fff8c53d290 <+20>: retq   

It's likely an issue with process_messages bindings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant