lkml.org 
[lkml]   [2000]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: 2.3.51 -- I am still seeing the"shmget: shm filesystem not mounted" error
From
Date
John Cavan <john.cavan@sympatico.ca> writes:

> Recompile the Gimp and it works fine. I don't why it fails with the new
> kernel, but the recompile does solve the problem (it did for me). Go
> figure.

The new kernel does not allow shmat to a removed segment.

#strace -f -e shmget,shmat,shmctl,shmdt gimp fotos/Pingu.jpg
[...]
shmget(IPC_PRIVATE, 16384, IPC_CREAT|0x1ff|0666) = 950281
shmat(950281, 0, 0) = 0x40013000
shmctl(950281, IPC_RMID, 0) = 0
[pid 3912] shmat(950281, 0, 0) = -1 EINVAL (Invalid argument)

Greetings
Christoph



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.495 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site