[issue18683] Core dumps on CentOS

2013-10-30 Thread Marc Schlaich
Marc Schlaich added the comment: Ok, these issues were probably due to the shipped version of PyGTK (which is used as event scheduler). Since I built my own Python and own PyGTK everything looks fine. -- resolution: -> invalid status: open -> closed __

[issue18683] Core dumps on CentOS

2013-09-12 Thread STINNER Victor
STINNER Victor added the comment: > I have a core dump, should I upload it? The coredump is not useful if we cannot analyze it. Please open it in gdb, type "thread all apply where" and copy/paste in a file and attach the file. You may use "set pagination off" for easier copy/paste. --

[issue18683] Core dumps on CentOS

2013-09-12 Thread Marc Schlaich
Marc Schlaich added the comment: The generator.patch from #14432 didn't help. The other couldn't be applied to 2.7. I have a core dump, should I upload it? -- ___ Python tracker __

[issue18683] Core dumps on CentOS

2013-09-12 Thread STINNER Victor
STINNER Victor added the comment: > I'll try that patch and keep you posted. Cool, thanks. -- ___ Python tracker ___ ___ Python-bugs-

[issue18683] Core dumps on CentOS

2013-09-12 Thread Marc Schlaich
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.

[issue18683] Core dumps on CentOS

2013-08-09 Thread STINNER Victor
STINNER Victor added the comment: It might be related to #14432. Could you try patch Python with a patch of the issue #14432? -- nosy: +haypo ___ Python tracker ___

[issue18683] Core dumps on CentOS

2013-08-08 Thread R. David Murray
R. David Murray added the comment: Can you reproduce this using 2.7? 2.6 only gets security fixes. -- nosy: +r.david.murray ___ Python tracker ___ __

[issue18683] Core dumps on CentOS

2013-08-08 Thread Marc Schlaich
New submission from Marc Schlaich: I'm running unittests on a CentOS 6.4 Virtual Box slave via Jenkins on a Windows host. Randomly I get core dumps for no obvious reason. I don't use any C extension in my code and don't use ctypes. The (proprietary) software is plain Python with a multi-threaded