[issue8095] test_urllib2 crashes on OS X 10.3 attempting to retrieve network proxy configuration

Ned Deily report at bugs.python.org
Tue Mar 9 23:01:53 CET 2010


Ned Deily <nad at acm.org> added the comment:

OK, I tried the patch.  Reversing the default sense causes the proxy tests in test_urllib2 to fail on 10.6 et al.  So I changed the sense of the tests in the patch to match previous behavior; the modified patch is attached.  Unfortunately, it didn't help on 10.3; test_urllib2 still gets a bus error:

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

Thread 0 Crashed:
0   _scproxy.so       	0x003b57ac get_proxy_settings + 0x6c
1   org.python.python 	0x00498dfc PyEval_EvalFrameEx + 0x535c
...

----------
Added file: http://bugs.python.org/file16513/issue-scconfig-10_3-trunk-26.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8095>
_______________________________________


More information about the Python-bugs-list mailing list