Opened 13 years ago
Last modified 13 years ago
#29515 new defect
Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1 — at Initial Version
Reported by: | vazic.spb@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | tsocks |
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
Note: See
TracTickets for help on using
tickets.