fopen () returns NULL, wonderful cause: The current process opens multiple handles and forgets to close. (bug)

Source: Internet
Author: User

Today, when testing a program, suddenly the first time the error dialog box, prompted: the creation of a new file failed. fopen () returns NULL

I restarted the program test again, or prompted the same error.

After a few minutes of checking, a rule was found: when dealing with more than 500 files, it began to hang.

Finally found the reason, because there is a piece of code in the processing of files encountered errors, forget fclose ().

When dealing with more than 500 files, it also means that the current process fopen () more than 500 files, just as Windows has a limit on the number of handles to the process open file (Baidu a bit).

So the result: fopen () returns NULL.

2014-07-17

fopen () returns NULL, wonderful cause: The current process opens multiple handles and forgets to close. (bug)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.