This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Threaded Cygwin Python Import Problem


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@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.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]