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 ocean-city
Recipients ocean-city
Date 2008-08-14.11:15:40
SpamBayes Score 7.401834e-06
Marked as misclassified No
Message-id <1218712541.93.0.882333872164.issue3551@psf.upfronthosting.co.za>
In-reply-to
Content
This is traceback when run reproducable.py.

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "e:\python-dev\trunk\lib\multiprocessing\forking.py", line 341,
in main
    prepare(preparation_data)
  File "e:\python-dev\trunk\lib\multiprocessing\forking.py", line 456,
in prepar
e
    '__parents_main__', file, path_name, etc
  File "reproducable.py", line 20, in <module>
    conn.send_bytes(really_big_msg)
IOError: [Errno 1450] Insufficient system resources complete the
requested service to exist.
History
Date User Action Args
2008-08-14 11:15:41ocean-citysetrecipients: + ocean-city
2008-08-14 11:15:41ocean-citysetmessageid: <1218712541.93.0.882333872164.issue3551@psf.upfronthosting.co.za>
2008-08-14 11:15:41ocean-citylinkissue3551 messages
2008-08-14 11:15:40ocean-citycreate