Difference between revisions of "Boinc graphics make shmem failed: 2"

From BOINC Wiki
(Adding FAQ 509)
 
(removing broken link to original faq)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Despite its name, this is a science or project application error.  
+
Despite its name, this is a science or project application error. <br>
 
+
<br>
`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()'' (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. <br>
 
+
<br>
boinc_graphics_make_shmem failed: 2 means literally:  
+
boinc_graphics_make_shmem failed: 2 means literally: <br>
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 path name did not exist, or the path name was an empty string.<br>
 +
<br>
 +
For Macintosh users, see [[Can’t_create_shared_memory:_system_shmget_(Macintosh)]] on how to increase your shared memory segment.<br>
 +
<br>
 +
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | Jorden
 
  | Jorden
| 5
 
| 1
 
| 00:00:00
 
| 0000-00-00
 
| 83406
 
| 1
 
 
  | 509
 
  | 509
  | 2010-02-07 00:50:41
+
  | 07-02-2010
  | 2010-02-07 00:50:41
+
  |-
 +
|}

Latest revision as of 21:34, 16 August 2017

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 path name did not exist, or the path name was an empty string.

For Macintosh users, see Can’t_create_shared_memory:_system_shmget_(Macintosh) on how to increase your shared memory segment.

Original writer Original FAQ Date
Jorden 509 07-02-2010