[issue18683] Core dumps on CentOS

Marc Schlaich report at bugs.python.org
Thu Sep 12 12:32:38 CEST 2013


Marc Schlaich added the comment:

Yes, I could reproduce segfaults on Python 2.7 (looks like it is even worse than on 2.6 where it appeared only randomly).

I was not quite accurate in my initial comment. I don't use any custom C extensions but I'm using pygtk/gobject so it might be a bug there. 

However, my library contains a coroutine scheduler similar to tulip so it is very likely that this is related to #14432.

I'll try that patch and keep you posted.

----------
versions: +Python 2.7

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


More information about the Python-bugs-list mailing list