[MacPorts] #29515: tsocks: Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1 (was: Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1)
MacPorts
noreply at macports.org
Sat May 21 07:48:20 PDT 2011
#29515: tsocks: Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1
---------------------------------+------------------------------------------
Reporter: vazic.spb@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: tsocks
---------------------------------+------------------------------------------
Description changed by ryandesign@…:
Old description:
> 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
New description:
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
--
--
Ticket URL: <https://trac.macports.org/ticket/29515#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list