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

Crash on event_base_new_with_config #5

Open
n1mda opened this issue Dec 16, 2013 · 1 comment
Open

Crash on event_base_new_with_config #5

n1mda opened this issue Dec 16, 2013 · 1 comment

Comments

@n1mda
Copy link

n1mda commented Dec 16, 2013

I'm having issues with tor crashing on just one of the computers I've tested on. It was compiled on osx 10.9, with deployment target 10.6. Works fine on my computer. Works fine on two other macs with 10.7.5. Crashes on another computer with 10.9.
I compiled the app on the computer having issues and it worked then. Not sure what may cause this. Perhaps someone can enlighten me.
This is the output of lldb:

MacBook-Pro:test user$ lldb ./test.app/Contents/MacOS/test
Current executable set to './test.app/Contents/MacOS/test' (x86_64).
(lldb) r
Process 10865 launched: './test.app/Contents/MacOS/test' (x86_64)
2013-12-16 22:16:58.458 test[10865:d0b] Tor is running: NO
Dec 16 22:16:58.459 [notice] Tor v0.2.5.0-alpha-dev running on Darwin with Libevent 2.0.21-stable and OpenSSL 1.0.1e.
Dec 16 22:16:58.459 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Dec 16 22:16:58.459 [notice] This version is not a stable Tor release. Expect more bugs than usual.
Dec 16 22:16:58.459 [notice] Configuration file "/usr/local/etc/scrubbed/tor/torrc" not present, using reasonable defaults.
Process 10865 stopped
* thread #6: tid = 0x294f1d, 0x0000000100385cba Tor`event_base_new_with_config + 76, stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
    frame #0: 0x0000000100385cba Tor`event_base_new_with_config + 76
Tor`event_base_new_with_config + 76:
-> 0x100385cba:  vxorps %xmm0, %xmm0, %xmm0
   0x100385cbe:  vmovups %xmm0, 384(%rbx)
   0x100385cc6:  movq   $0, 352(%rbx)
   0x100385cd1:  leaq   352(%rbx), %rax
@mackuba
Copy link
Member

mackuba commented Apr 15, 2014

Hi, sorry, but we aren't currently working on this framework, we're too busy with Hive and Bitcoinkit, and we might actually end up implementing Tor in Hive in a different way... You can try to use it if you want, but we can't provide any support at the moment.

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

2 participants