Changes between Initial Version and Version 2 of Ticket #29515


Ignore:
Timestamp:
May 21, 2011, 2:48:20 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29515

    • Property Summary changed from Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1 to tsocks: Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1
    • Property Port tsocks added
  • Ticket #29515 – Description

    initial v2  
    11Following config is causing tsocks to throw segfault without any description:
    22
     3{{{
    34local = 127.0.0.1/255.255.255.255
    45path {
     
    89reaches = 10.15.4.0/255.255.252.0
    910}
     11}}}
    1012
    1113...while similar not-path configuration works:
    1214
     15{{{
    1316local = 127.0.0.1/255.255.255.255
    1417server = 127.0.0.1
    1518server_type = 5
    1619server_port = 30889
     20}}}
    1721
    1822. Figured out, that If I'm adding "tordns_enable = false" to the first config - everything starts working!