#1 Le 18/01/2008, à 16:33
- kenfi
[RESOLU] The program 'Eclipse' received an X Window System error ...
Bonjour,
J'suis nouveau sous Ubuntu, et je commençait à aimer les sudo et autres.
Seulement, ce matin je me suis réveillé avec une surprise, Eclipse ne demarre plus, il fait la grosse tête et m'affiche cette erreur :
The program 'Eclipse' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 909 error_code 11 request_code 145 minor_code 5)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
au secours venez m'aider, j'ai besoin d'Eclipse pour finir mon projet et ça devient urgent.
Quelque soit votre idée, elle est la bienvennue !
Merci à tous (°_°)
Dernière modification par kenfi (Le 21/01/2008, à 10:30)
Hors ligne
#2 Le 18/01/2008, à 17:02
- kenfi
Re : [RESOLU] The program 'Eclipse' received an X Window System error ...
Allo, je suis toujours là .
Je cherche toujours la réponse.
Merci de participer
Hors ligne
#3 Le 18/01/2008, à 17:56
- tibo1902
Re : [RESOLU] The program 'Eclipse' received an X Window System error ...
Bonjour,
J'suis nouveau sous Ubuntu, et je commençait à aimer les sudo et autres.
Seulement, ce matin je me suis réveillé avec une surprise, Eclipse ne demarre plus, il fait la grosse tête et m'affiche cette erreur :The program 'Eclipse' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 909 error_code 11 request_code 145 minor_code 5)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)au secours venez m'aider, j'ai besoin d'Eclipse pour finir mon projet et ça devient urgent.
Quelque soit votre idée, elle est la bienvennue !
Merci à tous (°_°)
Même problème que toi, pas encore trouvé la solution.
J'utilise europa-fall2
#4 Le 18/01/2008, à 18:00
- tibo1902
Re : [RESOLU] The program 'Eclipse' received an X Window System error ...
Allo, je suis toujours là .
Je cherche toujours la réponse.
Merci de participer
On doit effectuer un downgrade de xorg :
sudo aptitude install xserver-xorg-core=2:1.2.0-3ubuntu8
#5 Le 18/01/2008, à 18:01
- kenfi
Re : [RESOLU] The program 'Eclipse' received an X Window System error ...
Tibo, la solution m'a été filée par Jean.
c'est un bug lie a la mise a jour de ce matin
ton bonheur est ici
http://forum.ubuntu-fr.org/viewtopic.php?id=183842
Hors ligne
#6 Le 18/01/2008, à 18:05
- kenfi
Re : [RESOLU] The program 'Eclipse' received an X Window System error ...
moi j'ai fait
sudo wget http://launchpadlibrarian.net/9590664/xserver-xorg-core_1.3.0.0.dfsg-12ubuntu8_i386.deb
sudo dpkg -i xserver-xorg-core_1.3.0.0.dfsg-12ubuntu8_i386.deb
et ça marche après redémarage !
Hors ligne
#7 Le 18/01/2008, à 19:48
- nemo136
Re : [RESOLU] The program 'Eclipse' received an X Window System error ...
Pour veux qui n'ont pas envie de downgrader, y a un fix temporaire, rajouter ces trois lignes (ou la ligne centrale si la section est déjà présente) dans son /etc/X11/xorg.conf
Section "Extensions"
Option "MIT-SHM" "no"
EndSection
l'idée vient de http://ubuntuforums.org/showthread.php?t=671065&page=3 et ça a marché chez moi. Par contre, il faut l'enlever quand le bug aura été résolu...
Hors ligne
#8 Le 19/01/2008, à 02:55
- LoserSpirit
Re : [RESOLU] The program 'Eclipse' received an X Window System error ...
C'est réglé je viens juste d'installer la dernière mise à jour qui corrige le problème
Hors ligne