Opened 13 years ago

Last modified 13 years ago

#29515 new defect

tsocks: Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1

Reported by: vazic.spb@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: tsocks

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Following config is causing tsocks to throw segfault without any description:

local = 127.0.0.1/255.255.255.255
path {
server = 127.0.0.1
server_port = 30889
server_type = 5
reaches = 10.15.4.0/255.255.252.0
}

...while similar not-path configuration works:

local = 127.0.0.1/255.255.255.255
server = 127.0.0.1
server_type = 5
server_port = 30889

. Figured out, that If I'm adding "tordns_enable = false" to the first config - everything starts working! That also fixes #23941

Change History (2)

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

Port: tsocks added

Please remember to fill in the Port field.

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

Description: modified (diff)
Summary: Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1tsocks: Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1
Note: See TracTickets for help on using tickets.