[issue8976] subprocess module causes segmentation fault

2011-03-27 Thread Ross Lagerwall
Ross Lagerwall added the comment: Without more information and a way of reproducing on a recent version of Python, this can't progress. Closing as "works for me". -- nosy: +rosslagerwall resolution: -> works for me status: open -> closed ___ Python

[issue8976] subprocess module causes segmentation fault

2010-06-11 Thread Stefan Krah
Stefan Krah added the comment: > python version: 2.4.3 I'd suggest to try this with Python 2.6 or later. 2.4 and 2.5 are in security-fix only mode. -- nosy: +skrah versions: -Python 2.5 ___ Python tracker ___

[issue8976] subprocess module causes segmentation fault

2010-06-11 Thread R. David Murray
R. David Murray added the comment: Well, without a non-proprietary way to reproduce the failure it is going to be a little hard to debug. You could try debugging it with gdb. -- nosy: +r.david.murray stage: -> unit test needed ___ Python tracker

[issue8976] subprocess module causes segmentation fault

2010-06-11 Thread Chris Blazick
New submission from Chris Blazick : platform: Linux x86_64 (CentOS) kernel: 2.6.18-128.1.10.el5.centos.plus python version: 2.4.3 PyQt versin: 4.7.3 subprocess is generating a segmentation fault. I am running a proprietary quicktime generating script inside my own (Qt) script using the subproc