[MacPorts] #21623: tsocks 1.8.4 - segmentation fault with ssh -D *and* -L
MacPorts
noreply at macports.org
Sat Sep 26 04:30:31 PDT 2009
#21623: tsocks 1.8.4 - segmentation fault with ssh -D *and* -L
----------------------------+-----------------------------------------------
Reporter: antro5@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.0
Keywords: | Port: tsocks
----------------------------+-----------------------------------------------
Hi,
I'm using the following configuration file:
{{{
local = 127.0.0.1/255.255.255.255
local = 192.168.0.0/255.255.255.0
local = 10.0.0.0/255.0.0.0
server = 127.0.0.1
# Server type defaults to 4 so I need to specify it as 5 for this one
server_type = 5
# The port defaults to 1080 but I've stated here
server_port = 8888
}}}
Then, I log in on a proxy machine via ssh with
{{{
ssh -D 8888 myname at theProxyMachine
}}}
and then
{{{
tsocks ssh -L5900:localhost:5900 mymachine
}}}
returns a straight "Segmentation fault" without any debugging information.
However, if I repeat the last command without port forwarding, i.e.,
{{{
tsocks ssh mymachine
}}}
then I have no segmentation fault and everything is ok. Same observations
if I use /usr/bin/ssh or /opt/local/bin/ssh instead of ssh.
I am unfamiliar with debugging under Mac OS X but I am willing to provide
help.
--
Ticket URL: <http://trac.macports.org/ticket/21623>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list