Recently, my Mysql server crashed leaving the following lines in error.log:

120124 11:36:51  InnoDB: Operating system error number 1450 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/operating-system-error-codes.html
InnoDB: File name .\ib_logfile1
InnoDB: File operation call: 'Windows aio'.
InnoDB: Cannot continue operation.

In the link I've found "ERROR_NO_SYSTEM_RESOURCES", i.e., "Insufficient system resources exist to complete the requested service.", but I'm having no idea what resource could have been exhausted. I'm using Version 5.1.35 for Win64, at the time of the crash there were over 2 GB of free memory and multiple gigabytes free on each partition.

link|improve this question
Stack Overflow is a programming Q&A. This is a Server Fault topic. – Lightness Races in Orbit Jan 26 at 0:03
You're probably right, so please somebody move the question there. Btw., there are 600 question here containing the words "Mysql" and "crash", and quite a few of them have nothing to do with programming. – maaartinus Jan 26 at 0:20
It'll happen when enough closevotes are cast. And, by all means, begin voting on / flagging those off-topic questions! – Lightness Races in Orbit Jan 26 at 0:50
feedback

migrated from stackoverflow.com Jan 26 at 2:42

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.