Difference between revisions of "Boinc graphics make shmem failed: 2"
From BOINC Wiki
(Adding FAQ 509) |
(adding table) |
||
Line 5: | Line 5: | ||
boinc_graphics_make_shmem failed: 2 means literally: | boinc_graphics_make_shmem failed: 2 means literally: | ||
ENOENT No such file or directory. A component of a specified pathname did not exist, or the pathname was an empty string. | ENOENT No such file or directory. A component of a specified pathname did not exist, or the pathname was an empty string. | ||
+ | |||
+ | |||
+ | {| class="wikitable" style="text-align: center;" | ||
+ | ! Original writer | ||
+ | ! Original FAQ | ||
+ | ! Date | ||
+ | |- | ||
| Jorden | | Jorden | ||
− | | | + | | [http://boincfaq.mundayweb.com/index.php?language=1&view=509 509] |
− | + | | 07-02-2010 | |
− | | | + | |- |
− | + | |} | |
− | |||
− | |||
− | |||
− | | | ||
− | | |
Revision as of 22:01, 29 August 2016
Despite its name, this is a science or project application error.
`boinc_graphics_make_shmem()` (called from the main science application) creates a shared memory segment of a predefined size. When this shared memory segment cannot be made, e.g. due to out-of-memory problems, the application will fail to start up and fail the task.
boinc_graphics_make_shmem failed: 2 means literally: ENOENT No such file or directory. A component of a specified pathname did not exist, or the pathname was an empty string.
Original writer | Original FAQ | Date |
---|---|---|
Jorden | 509 | 07-02-2010 |