Antoine Pitrou <[email protected]> added the comment: > And no, there is still segfaults without optimizations, I've tried at > -O2 -O and -O0 ( -O0 being no optimization).
Then you can try rebuilding Python after "./configure --with-pydebug". It will add some runtime checks, perhaps it will find the cause of the problem. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6178> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
