Re: force coredump from child created by subprocess

2010-10-05 Thread David Sveningsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/2010 02:37 PM, Christian Heimes wrote: > Am 05.10.2010 14:15, schrieb David Sveningsson: >> Hi, I am running a process using subprocess and detect if the process >> crashes using .returncode. I would like to force coredump

force coredump from child created by subprocess

2010-10-05 Thread David Sveningsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am running a process using subprocess and detect if the process crashes using .returncode. I would like to force coredumps being created regardless of the system settings, eg run "ulimit -c unlimited" in the childprocess. I've had no luck using