cicku / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
1 stars 0 forks source link

SIGSEGV in getProxies() when called from Python thread #212

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Linux Mint 17 64-bit
Python 2.7.6
python-libproxy 0.4.11-0ubuntu4
libproxy1:amd64 0.4.11-0ubuntu4

the getProxies() method call crashes the Python program when this is done from 
a Python thread.
The attached file contains the python program. that demonstrates the issue.

When the same logic is executed in the main thread, it works fine (it does not 
crash).

Original issue reported on code.google.com by erik.dev...@siemens.com on 10 Sep 2014 at 2:44

Attachments:

GoogleCodeExporter commented 8 years ago
This might be related to Issue 146

Original comment by erik.dev...@siemens.com on 10 Sep 2014 at 2:45