Changes between Initial Version and Version 2 of Ticket #29515
- Timestamp:
- May 21, 2011, 2:48:20 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29515
-
Property
Summary
changed from
Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1
totsocks: Tsocks.conf path block causing "Segmentation fault" in 1.8.4_1
- Property Port tsocks added
-
Property
Summary
changed from
-
Ticket #29515 – Description
initial v2 1 1 Following config is causing tsocks to throw segfault without any description: 2 2 3 {{{ 3 4 local = 127.0.0.1/255.255.255.255 4 5 path { … … 8 9 reaches = 10.15.4.0/255.255.252.0 9 10 } 11 }}} 10 12 11 13 ...while similar not-path configuration works: 12 14 15 {{{ 13 16 local = 127.0.0.1/255.255.255.255 14 17 server = 127.0.0.1 15 18 server_type = 5 16 19 server_port = 30889 20 }}} 17 21 18 22 . Figured out, that If I'm adding "tordns_enable = false" to the first config - everything starts working!