Hallo,
seit etwa 2 Wochen, habe ich das Problem, dass wxmaxima nichtmehr startet:
[c0re@hell ~]$ wxmaxima
The program 'wxmaxima' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 189 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.)
Nunja ich habe mittlerweile wxmaxima und dependencies mehrmals neu installiert(jeweils aus den Repos), jeweils mit dem selben Fehler, maxima selbst funktioniert zwar, aber ich würde ungern auf das komfortable Frontend verzichten.
Dass zu wenig Speicher vorhanden sei, kann ich mir nicht erklären, laut conky ist gerade mal ein Drittel(342 MB von 1011 MB) des RAMs belegt und die 1GB große swap Partiton komplett frei. An Festplattenspeicher stehen auch noch etwa 20 GB auf "/" und nochmal 50 auf "/home" zur Verfügung.
Naja da der Fehler anscheinend mit dem X-Server in Verbindung steht, meine X-Pakete:
[root@hell c0re]# pacman -Q | grep xorg
xorg-apps 1.0.3-2
xorg-font-utils 1.0.3-3
xorg-fonts-100dpi 1.0.1-1
xorg-fonts-75dpi 1.0.1-2
xorg-fonts-alias 1.0.1-1
xorg-fonts-encodings 1.0.2-2
xorg-fonts-misc 1.0.0-3
xorg-server 1.4.0.90-4
xorg-server-utils 1.0.4-2
xorg-utils 1.0.2-4
xorg-xauth 1.0.2-1
xorg-xinit 1.0.7-3
xorg-xkb-utils 1.0.2-2
xorg-xsm 1.0.1-2
Als Windowmanager bzw Desktop Environment setze ich Fluxbox ein(fluxbox 1.0.0-1).
Atsutane