Re: [C++-sig] subprocess fork() sometimes hangs when called from within boost::python::exec_file

2015-05-05 Thread Stefan Ring
See also . Maybe RedHat's bugfix never made it into mainline, or the problem reappeared. ___ Cplusplus-sig mailing list Cplusplus-sig@python.org https://mail.python.org/mailman/listinfo/cplusplus-sig

Re: [C++-sig] subprocess fork() sometimes hangs when called from within boost::python::exec_file

2015-05-05 Thread Stefan Ring
On Tue, May 5, 2015 at 3:48 PM, Stefan Ring wrote: > On Mon, May 4, 2015 at 8:45 AM, Peter Schüller wrote: >> Could you suggest a way to get more useful debugging information to >> track down the problem? > > I'd try to find out if there is a signal handler for signal 56 (I'm > guessing that's th

Re: [C++-sig] subprocess fork() sometimes hangs when called from within boost::python::exec_file

2015-05-05 Thread Stefan Ring
On Mon, May 4, 2015 at 8:45 AM, Peter Schüller wrote: > Could you suggest a way to get more useful debugging information to > track down the problem? I'd try to find out if there is a signal handler for signal 56 (I'm guessing that's the signal number) and where it's coming from.