#29515: 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: ---------------------------------+------------------------------------------ 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> MacPorts <http://www.macports.org/> Ports system for Mac OS