FS#45794 - [xf86-video-intel] shmget failed: error 28 (No space left on device)
Attached to Project:
Arch Linux
Opened by Martin Zajíc (zajca) - Monday, 27 July 2015, 13:06 GMT
Last edited by Laurent Carlier (lordheavy) - Thursday, 30 July 2015, 10:22 GMT
Opened by Martin Zajíc (zajca) - Monday, 27 July 2015, 13:06 GMT
Last edited by Laurent Carlier (lordheavy) - Thursday, 30 July 2015, 10:22 GMT
|
Details
Description:
With last kernel I started getting this error on some gtk and QT apps, application are imposible to use sice they are rendered totaly wrong. This never happened to me before. Mainly I have problem with keepassx (GTK) and VirtualBox (QT). keepassX: [code] QNativeImage: Unable to attach to shared memory segment. (keepassx:18324): Gdk-WARNING **: shmget failed: error 28 (No space left on device) X Error: BadDrawable (invalid Pixmap or Window parameter) 9 Major opcode: 62 (X_CopyArea) Resource id: 0x0 [/code] VirtualBox: [code] Qt WARNING: libpng warning: iCCP: known incorrect sRGB profile Qt WARNING: QNativeImage: Unable to attach to shared memory segment. (VirtualBox:18190): Gdk-WARNING **: shmget failed: error 28 (No space left on device) Qt WARNING: X Error: BadDrawable (invalid Pixmap or Window parameter) 9 Major opcode: 62 (X_CopyArea) Resource id: 0x0 [/code] I'm not sure if it's kernel problem or graphic driver. |
This task depends upon
Closed by Laurent Carlier (lordheavy)
Thursday, 30 July 2015, 10:22 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#45824
Thursday, 30 July 2015, 10:22 GMT
Reason for closing: Duplicate
Additional comments about closing:
https://wiki.archlinux.org/index.php/Intel_graphics#SNA_issues
This is how applications looks like: http://i.imgur.com/DX3GPok.png
Linux ping 4.1.2-2-ARCH #1 SMP PREEMPT Wed Jul 15 08:30:32 UTC 2015 x86_64 GNU/Linux
qt4 4.8.7-2
xf86-video-intel 1:2.99.917+381+g5772556-1
> uname -a
Linux desktop 4.1.2-2-ARCH #1 SMP PREEMPT Wed Jul 15 08:30:32 UTC 2015 x86_64 GNU/Linux
VLC and Skype give some strange UI glitches after a short time after being started.
However this time I closed Netbeans which seems to have cured it, so maybe its related to Java?
I noted that
$ ipcs -m
shows an execessive amount of shared memory segments (all marked as dest=destroyed). Is there a way to find out where these come from?
FS#45824related to your problem?FS#45824indeed duplicates this, though with different symptoms.Can you try downgrading openjdk7 to see if the same fix works?