Bug 12966 - xorg-git crash
Summary: xorg-git crash
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium critical
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 17:22 UTC by ojab
Modified: 2007-10-27 02:04 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Xorg.0.log (84.78 KB, application/bynary)
2007-10-26 17:22 UTC, ojab
no flags Details

Description ojab 2007-10-26 17:22:28 UTC
When I'm trying ot run any application except of emacs & urxvt, X crashes

X: symbol lookup error: /usr/lib/X11/modules//libfb.so: undefined symbol: pixman_image_set_source_clipping
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 659 requests (659 known processed) with 0 events remaining.
urxvt: X connection to ':0.0' broken, unable to recover, exiting.
xinit:  connection to X server lost.

-su-3.2$ /usr/lib/X11/modules//libfb.so
Segmentation fault

-su-3.2$ ld /usr/lib/X11/modules//libfb.so
ld: warning: cannot find entry symbol _start; not setting start address
/usr/lib/X11/modules//libfb.so: undefined reference to `AllocateWindowPrivateIndex'
/usr/lib/X11/modules//libfb.so: undefined reference to `miPolyArc'
/usr/lib/X11/modules//libfb.so: undefined reference to `miRectAlloc'
/usr/lib/X11/modules//libfb.so: undefined reference to `miZeroClipLine'
/usr/lib/X11/modules//libfb.so: undefined reference to `RegisterBlockAndWakeupHandlers'
/usr/lib/X11/modules//libfb.so: undefined reference to `miCreateScreenResources'
/usr/lib/X11/modules//libfb.so: undefined reference to `miPictureInit'
/usr/lib/X11/modules//libfb.so: undefined reference to `miFillPolygon'
..............................................................
/usr/lib/X11/modules//libfb.so: undefined reference to `pixman_image_set_has_client_clip'
/usr/lib/X11/modules//libfb.so: undefined reference to `miWideLine'
/usr/lib/X11/modules//libfb.so: undefined reference to `miEmptyBox'

LFS system, xserver compiled with --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --localstatedir=/var --with-module-dir=/usr/lib/X11/modules --with-dri-driver-path=/usr/lib/X11/modules/dri --with-xkb-output=/var/lib/xkb --enable-install-setuid

I've tried different drivers (nouveau, nv, fbdev, vesa).

I don't really know what another info do you need for correct investigation, please advice.
Comment 1 ojab 2007-10-26 17:22:57 UTC
Created attachment 12224 [details]
Xorg.0.log
Comment 2 Daniel Stone 2007-10-27 02:04:14 UTC
You're trying to run with an older version of pixman than you've compiled with.  Update to 0.9.5.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.