Skip to content

Instantly share code, notes, and snippets.

@sjorge
Last active August 29, 2015 14:13
Show Gist options
  • Save sjorge/311f7a9cca7fce4877ae to your computer and use it in GitHub Desktop.
Save sjorge/311f7a9cca7fce4877ae to your computer and use it in GitHub Desktop.
shm - gimp
[root@02-08-20-5f-45-e1 ~]# lxshmat.d
gimp-2.8 9401 <- shmat(0 0x0 0x0)=0x7ffffd859000
gimp-2.8 9401 <- shmat(1 0x0 0x0)=0x7ffffd470000
gimp-2.8 9401 <- shmat(2 0x0 0x0)=0x7ffffd470000
script-fu 9595 <- shmat(2 0x0 0x0)=0xffffffffffffffea
gimp-2.8 9401 <- shmat(3 0x0 0x0)=0x7ffffa48f000
file-jpeg 9599 <- shmat(2 0x0 0x0)=0xffffffffffffffea
file-jpeg 9600 <- shmat(2 0x0 0x0)=0xffffffffffffffea
file-jpeg 9601 <- shmat(2 0x0 0x0)=0xffffffffffffffea
root@lxubuntu64:~# gimp
Failed to execute child process "dbus-launch" (No such file or directory)
//bin/dbus-launch terminated abnormally without any error message
(script-fu:9595): LibGimp-ERROR **: shmat() failed: Invalid argument
Could not attach to gimp shared memory segment
GIMP-Error: Plug-in crashed: "script-fu"
(/usr/lib/gimp/2.0/plug-ins/script-fu)
The dying plug-in may have messed up GIMP's internal state. You may want to save your images and restart GIMP to be on the safe side.
(file-jpeg:9599): LibGimp-ERROR **: shmat() failed: Invalid argument
Could not attach to gimp shared memory segment
(file-jpeg:9600): LibGimp-ERROR **: shmat() failed: Invalid argument
Could not attach to gimp shared memory segment
(file-jpeg:9601): LibGimp-ERROR **: shmat() failed: Invalid argument
Could not attach to gimp shared memory segment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment