[tor-bugs] #16627 [Torsocks]: torsocks 2.1 doesn't work with Oracle Java 8 (Mac OS X 10.9.5)

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jul 21 19:01:28 UTC 2015


#16627: torsocks 2.1 doesn't work with Oracle Java 8 (Mac OS X 10.9.5)
---------------------------+---------------------
     Reporter:  s.lobanov  |      Owner:  dgoulet
         Type:  defect     |     Status:  new
     Priority:  normal     |  Milestone:
    Component:  Torsocks   |    Version:
   Resolution:             |   Keywords:
Actual Points:             |  Parent ID:
       Points:             |
---------------------------+---------------------

Comment (by yawning):

 Hm. Not sure if dgoulet has an OSX box, and I don't, and won't.

 {{{
 [Jul 21 11:35:33] WARNING torsocks[11015]: [syscall] Unsupported syscall
 number 180. Denying the call (in tsocks_syscall() at syscall.c:465)
 [Jul 21 11:35:36] WARNING torsocks[11015]: [syscall] Unsupported syscall
 number 180. Denying the call (in tsocks_syscall() at syscall.c:465)
 }}}

 From what I can tell, syscall 180 is `kdebug_trace` which is kernel
 debugger related, and intentionally undocumented.  It probably has nothing
 to do with the issue, at hand. You could try whitelisting it
 (`src/lib/syscall.c`), the relevant `syscalls.master` entry is:
 {{{
 180     AUE_KDEBUGTRACE ALL     { int kdebug_trace(int code, int arg1, int
 arg2, int arg3, int arg4, int arg5) NO_SYSCALL_STUB; }
 }}}

 But, more likely this is some weird dynamic linker/loader issue.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16627#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list