X Window System error while starting easyeclipse 1.2.2.2

Bug #183961 reported by mristhaus
4
Affects Status Importance Assigned to Milestone
xorg-server (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: xserver-xorg-core

Since I updated this package this morning via the normal ubuntu update mechanism, I can not start easy-eclipse-1.2.2.2 (lampp-edition downloaded from easyeclipse.org). The following errors apear:

The program 'EasyEclipse' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 380 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.)

I'm using an ATI Mobility FireGL V5200 in a Lenovo Z61p (using the videdrivers that shipped with Ubuntu 7.10).

Here's my xorg.conf (Slightly edited by myself due to a dualviewconfiguration, but it worked until this morning):

Section "Files"
EndSection

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "kbd"
 Option "CoreKeyboard"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "de"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver "mouse"
 Option "CorePointer"
 Option "Device" "/dev/input/mice"
 Option "Protocol" "ImPS/2"
 Option "ZAxisMapping" "4 5"
 Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
 Identifier "Synaptics Touchpad"
 Driver "synaptics"
 Option "SendCoreEvents" "true"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
 Option "HorizEdgeScroll" "0"
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "stylus"
 Option "Device" "/dev/input/wacom"
 Option "Type" "stylus"
 Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "eraser"
 Option "Device" "/dev/input/wacom"
 Option "Type" "eraser"
 Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "cursor"
 Option "Device" "/dev/input/wacom"
 Option "Type" "cursor"
 Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
 Identifier "Standardgrafikkarte"
 Boardname "ati"
 Busid "PCI:1:0:0"
 Driver "fglrx"
 Screen 0
 Option "HWCursor" "false"
EndSection

Section "Monitor"
 Identifier "Standardbildschirm"
 Vendorname "Generic LCD Display"
 Modelname "LCD Panel 1920x1200"
 Horizsync 31.5-74.5
 Vertrefresh 56.0 - 65.0
  modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
  modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  modeline "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
  modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
  modeline "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
 Gamma 1.0
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "Standardgrafikkarte"
 Monitor "Standardbildschirm"
 Defaultdepth 24
 SubSection "Display"
  Depth 24
  Virtual 1920 1200
  Modes "1920x1200@60" "1680x1050@60" "1600x1024@60" "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
  screen 1 "screen1" rightof "Default Screen"
 Inputdevice "Generic Keyboard"
 Inputdevice "Configured Mouse"

 Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
 Load "glx"
 Load "dbe"
 Load "v4l"
EndSection
Section "Extensions"
 Option "Composite" "0"
EndSection
Section "device" #
 Identifier "device1"
 Boardname "ati"
 Busid "PCI:1:0:0"
 Driver "fglrx"
 Screen 1
 Option "HWCursor" "false"
EndSection
Section "screen" #
 Identifier "screen1"
 Device "device1"
 Defaultdepth 24
 Monitor "monitor1"
 SubSection "Display"
  Depth 24
  Modes "1400x1050@60"
 EndSubSection
EndSection
Section "monitor" #
 Identifier "monitor1"
 Vendorname "Generic LCD Display"
 Modelname "LCD Panel 1400x1050"
 Gamma 1.0
EndSection
Section "ServerFlags"
 Option "Xinerama" "false"
EndSection

Revision history for this message
Parthan SR (parth-technofreak) wrote :

Thanks for taking your time to file the bug. In future, if you want to attach content from logs or files for your bug, please do it as a separate attachment to your bug and do not paste it in the bug report itself. Its hard for us to read your bug report.

Revision history for this message
Parthan SR (parth-technofreak) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Please attach your X server configuration file (/etc/X11/xorg.conf) and X server log file (/var/log/Xorg.0.log) to the bug report as individual uncompressed file attachments using the "Attachment:" box below. Could you please also try to run without any /etc/X11/xorg.conf and let Xorg autodetect your display and video card? Please also attach the /var/log/Xorg.0.log from this attempt. Thanks in advance.

Changed in xorg-server:
assignee: nobody → parth-technofreak
status: New → Incomplete
Revision history for this message
mristhaus (mristhaus) wrote :

Here's my xorg.conf (may differ from the one posted above since I'm searching a solution for this bug by now)

Revision history for this message
mristhaus (mristhaus) wrote :

And here's the log

Revision history for this message
mristhaus (mristhaus) wrote :

Removing the xorg.conf did not solve the problem, so here's the logfile from this attempt... thx for your fast support so far!

Revision history for this message
Bernd Koecke (bernd-koecke) wrote :

We have the same problem here on different systems. I checked it on a Dell Latitude D610 with Intel Integrated Garphics Chipset and an old machine with nVidia Gforce FX 5200. The laptop runs with internal and external monitor, the machine with a normal monitor. The problem went away after downgraded the security update to the old version:
libxfont1 working version: 1:1.3.0-0ubuntu1 broken version: 1:1.3.0-0ubuntu1.1
xserver-xorg-core working version 2:1.3.0.0.dfsg-12ubuntu broken version 2:1.3.0.0.dfsg-12ubuntu

I checked the following combinations on the D610 which all crashed until I made the downgrade:

OS: Kubuntu Gutsy, updated step by step from dapper last weekend
Eclipse was self installed via separate download
Eclipse 3.3 on Sun-Java 5 (build 1.5.0_13-b05) from distribution
Eclipse 3.3 on Sun-Java 6 (build 1.6.0_02-b05) self installed
Eclipse 3.2 on Sun-Java 5 (build 1.5.0_13-b05) from distribution

Hope that helps a little bit.

Revision history for this message
YetAnotherAccountName (martin-pirker) wrote :

I think I see the same.
Gutsy x86.
Upgrade today from xorg-xserver-core 1.3.0.0.dfsg-12ubuntu8 (gutsy) to .... 8.1(gutsy-security).

Running Eclipse "3.3.1.1 M20071023-1652" on Java SE "build 1.6.0_03-b05"
blows up with:
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 1333 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.)

Downgrading xorg-server-core makes Eclipse run again.

Revision history for this message
Parthan SR (parth-technofreak) wrote :

Confirming the bug as there were others confirming the same error and the bug getting fixed on a xserver-xorg-core downgrade.

Changed in xorg-server:
assignee: parth-technofreak → nobody
status: Incomplete → Confirmed
Revision history for this message
Albert Damen (albrt) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 183969, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.