Difference between revisions of "Can't get task disk usage: opendir() failed"
From BOINC Wiki
(removing font) |
(adding break) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | You encounter this error when BOINC has too many files open at the same time, because it is not closing files when it is done with them. | + | You encounter this error when BOINC has too many files open at the same time, because it is not closing files when it is done with them. <br> |
+ | <br> | ||
+ | As a programmer, always use close() on objects you opened.<br> | ||
+ | If you're a user, try to exit & restart BOINC. Do report this behaviour at the project forums.<br> |
Latest revision as of 22:03, 23 November 2016
You encounter this error when BOINC has too many files open at the same time, because it is not closing files when it is done with them.
As a programmer, always use close() on objects you opened.
If you're a user, try to exit & restart BOINC. Do report this behaviour at the project forums.