You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: