Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Threading issue: [Error 9]: bad file descriptor
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Kevin, post: 1716582"] Has anyone else run into random IOErrors ([Error 9] bad file descriptor) in multi-threaded Python apps? I've searched the newsgroups, and the only references I can find to that seem to be sporadically related to threading, but nobody seems to have a "fix" or even a clear understanding of what the issue is. The app I'm running into this with (once in a while... not really repeatable predictably) is using 3 threads, and I'm using locks around all shared objects. The error seems to be happening mostly when I'm trying to delete a temporary file that was originally created by a different thread. ANy suggestions? Thanks, Kevin. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Threading issue: [Error 9]: bad file descriptor
Top