kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

fteproxy 0.2.18 segfaults on some platforms #165

Closed kpdyer closed 9 years ago

kpdyer commented 9 years ago

Using 0.2.18, python 2.6 on OSX 10.9, we get:

$ python2.6 ./bin/fteproxy
Segmentation fault: 11
kpdyer commented 9 years ago

This is, in fact, a bug with the Python interpreter, and I've raised an isse:

http://bugs.python.org/issue22583

kpdyer commented 9 years ago

In addition to raise the Python bug, I've also created a temporary workaround for fteproxy, which is commit 1236fa5.

This temporary workaround removes the SMB format from fteproxy which was the root cause of the issue.