Opened 14 years ago

Last modified 13 years ago

#23941 new defect

tsocks segmentation fault

Reported by: mathews.dennis@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: tsocks

Description (last modified by mf2k (Frank Schima))

tsocks segmentation faults when I don't specify a default server in tsocks.conf. If I set the default server as 129.39.109.202, I can 'tsocks ssh user@150.60.198.12', otherwise it just seg faults without any debug message, and for some reason it never uses the path stanza, so I can't connect to multiple proxies.

cat tsocks.conf
local = 192.168.1.0/255.255.255.0
local = 129.39.109.0/255.255.255.0

path {
reaches = 150.60.198.0/255.255.255.0
server = 129.39.109.202 
server_type = 4
server_port = 1080
}

Change History (6)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to darren.bane@…
Port: tsocks added

comment:2 Changed 14 years ago by mf2k (Frank Schima)

What is the output of the following?

port installed tsocks

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Could be the same as #21623?

comment:4 in reply to:  2 Changed 14 years ago by mathews.dennis@…

Replying to macsforever2000@…:

What is the output of the following?

port installed tsocks

192-168-1-78:~ root# port installed tsocks
The following ports are currently installed:
  tsocks @1.8.4_0 (active)

comment:5 Changed 13 years ago by jmroot (Joshua Root)

Owner: changed from darren.bane@… to macports-tickets@…

It would be helpful to see the crash log for this. One is virtually always generated even if the Crash Reporter dialog is not displayed.

comment:6 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

See also #29515 which claims to have a solution.

Note: See TracTickets for help on using tickets.