Eclipse startet nimma?!?!

foexle

foexle

Kaiser
hallo leute ...

heute morgen noch mit eclipse gearbeitet, das neue Update für den xserver aufgespielt nun bekomme ich den fehler.
Hat wer das selbe pro?

Schaut so aus, als ob kein Speicher allociert werden kann
Hier mal der Fehler.

Code:
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 430 error_code 11 request_code 149 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.)


danke scho mal

mfg
 
das selbe problem bei vlc

Code:
VLC media player 0.8.6c Janus
The program '.' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 475 error_code 11 request_code 149 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.)
 
Ich hatte gerade ein weiteres Xorg-core update bei mir, vielleicht behebt das ja deine Probleme.
 
Bekanntes Problem des letzten SecurityFixes. Dieser Workaround hat bei mir funktioniert: In die Extension-Sektion von /etc/X11/xorg.conf einfügen:
Code:
Section "Extensions"
  Option       "MIT-SHM" "no"
EndSection
 
es hat tatsächlich an dem scure update gelegen ... das 2. update hats wieder behoben :>
 
Ich weiß ja nicht von welcher Distribution ihr redet, aber unter Debian Etch hat das letzte Update von Xorg meinen mplayer um die Möglichkeit beraubt, ein Verzeichnis als dvd abzuspielen.
Nebenwirkungen z.B. in mandvd.
Damit rennt das scan-Skript vor die Wand, obwohl die erstellte DVD korrekt erstellt wurde.

Mal sehen, was da noch so kommt.
Bevor ich anfange mplayer erneut zu compilieren, warte ich mal ab.
 
Scheint aber nicht wirklich Distributionsabhängig zu sein.
Unter Archlinux hatte ich nach dem letzten Update genau die gleichen Probleme.
Bei mir hat es geholfen den XServer einfach selber zu patchen, danach ging alles wieder. Der Fix für Archlinux ist aber glaube ich auch schon seit gestern in den Repos.
 

Ähnliche Themen

Nginx als Reverse Proxy für Nextcloud und Emby

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

JBidWatcher: Problem bei loading Auctions in Verbindung mit mySQL

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

NagiosGrapher 1.7.1 funktioniert nicht

Zurück
Oben