If I reload my application (from the browser with the reload button) a lots of times like 50 reload/10 seconds
it gives me this error:
events.js:45
throw arguments[1]; // Unhandled 'error' event
^
Error: EBADF, Bad file descriptor
This seems to me like a bandwidth error or something like that, originally I've got the error when I played with the HTML 5 Audio API, and If I loaded the audio file 10-15 times sequentially then I've got the error, but now I've discovered that I get the error without the Audio API too just by reloading the site a lots of times, also Safari gives me the error much faster than Chrome (WTF?)
I'm using Node.js 0.4.8 with express
+ jade
and I'm also connected to a MySQL database with the db-mysql
module.
I can't find any articles on the web about this topic what helps, so pleeease let me know what can cause this error because it's really confusing :(