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 pythonbug1shal
Recipients pythonbug1shal
Date 2014-06-17.20:10:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403035861.92.0.338846597048.issue21796@psf.upfronthosting.co.za>
In-reply-to
Content
The following error is with using python 2.7.3 on HP-UX 11.11
Very occasionally get following error. The error occurs once every 20 - 30 days. OS HP-UX 11.11

applicationCode.py is invoked via  a cgi wrapper by apache httpd .

############### ERROR LISTNG #############################

sem_init: Device busy
Traceback (most recent call last):
  File "applicationCode.py", line 4, in <module>
      import cgi

        File "local/lib/python2.7/cgi.py", line 51, in <module>
        import mimetools

        File "local/lib/python2.7/SECURITY WARNING!!
        import tempfile

        File "local/lib/python2.7/tempfile.py", line 83, in <module>
        once_lock = _allocate_lock()

        thread.error: can't allocate lock

##### END OF ERROR LISTING ##################



applicationCode.py

has line of

form = cgi.FieldStorage()
History
Date User Action Args
2014-06-17 20:11:03pythonbug1shalsetrecipients: + pythonbug1shal
2014-06-17 20:11:01pythonbug1shalsetmessageid: <1403035861.92.0.338846597048.issue21796@psf.upfronthosting.co.za>
2014-06-17 20:11:01pythonbug1shallinkissue21796 messages
2014-06-17 20:11:01pythonbug1shalcreate