Did anyone made tor work in the M1?
I'm trying with the version from "opt ware": http://ipkg.nslu2-linux.org/feeds/optwa ... ss/stable/
But it crashes on thread system by glibc:
- Code: Select all
(gdb) run
Starting program: /opt/bin/tor
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x2a008b48 in ?? ()
(gdb) bt
#0 0x2a008b48 in ?? ()
Cannot access memory at address 0x0
#1 0x402d74c4 in __libc_start_main () from /lib/libc.so.6
#2 0x2a008a48 in ?? ()
#3 0x2a008a48 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
Not too much information anyways in the backtrace. Did anyone was able to run tor on the M1?
Cheers!