Mail Archives: cygwin-developers/2001/07/16/12:18:07
Greg,
On Mon, Jul 16, 2001 at 11:58:29AM -0400, Greg Smith wrote:
> Hi Jason, I believe I have recreated the problem on a nt4 sp6 pIII-650
> system, but I just want to make sure:
>
> GSmith AT GREG /Python-2.1
> $ ./python /tmp/test.py
> child execvp-ing
>
> and the script never finishes, correct ?
Yes! (I'm relieved that it was not just me!) If you kill the child,
then you should see the following:
$ ./python ../nothreads/test.py
child execvp-ing
status = 15
parent done
Instead if you attach to the child, then you should see a stack trace
like the one in the following:
http://www.cygwin.com/ml/cygwin-developers/2001-07/msg00074.html
Thanks,
Jason
--
Jason Tishler
Director, Software Engineering Phone: 732.264.8770 x235
Dot Hill Systems Corp. Fax: 732.264.8798
82 Bethany Road, Suite 7 Email: Jason DOT Tishler AT dothill DOT com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com
- Raw text -