This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Salman.Ahmed
Recipients Salman.Ahmed, andreask, gps, iandekit, rogerc, terry.reedy
Date 2011-01-25.20:56:48
SpamBayes Score 9.445361e-06
Marked as misclassified No
Message-id <1295989008.95.0.359086602951.issue5114@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this problem persists on Solaris 9 (SPARC) even with Python 2.7.1.
The problematic processes are:

ssahmed@blade:[~]$ ps -ef|grep -i python
 ssahmed   480   418  0 15:30:25 pts/1    9:14 ./python -Wd -3 -E -tt ./Lib/test/regrtest.py -l
 ssahmed  3062   480  0 15:43:22 pts/1    0:00 /space/home/ssahmed/Python-2.7.1/python -c if 1:            import sys, os, ti
 ssahmed  3063  3062  0 15:43:22 pts/1    0:00 /space/home/ssahmed/Python-2.7.1/python -c if 1:            import sys, os, ti

I was able to workaround the problem by killing the bottom-most process in the list.
History
Date User Action Args
2011-01-25 20:56:49Salman.Ahmedsetrecipients: + Salman.Ahmed, terry.reedy, gps, andreask, rogerc, iandekit
2011-01-25 20:56:48Salman.Ahmedsetmessageid: <1295989008.95.0.359086602951.issue5114@psf.upfronthosting.co.za>
2011-01-25 20:56:48Salman.Ahmedlinkissue5114 messages
2011-01-25 20:56:48Salman.Ahmedcreate