[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#311422: XFree86: X server crashes with signal 11 randomly when using Firefox



Package: xserver-xfree86
Version: 4.3.0.dfsg.1-13

Hi guys,
I've been experiencing random X crashes whilst using
Firefox for quite some time now (no real pattern to
them, sometimes it takes hours to happen, sometimes
just a few minutes). Whenever it does happen, the
screen just goes black, and then returns me to my
login screen (kdm). Firefox seems to be the main
culprit, although I have also had X crashes with
VMWare whenever my guest OS (Windows 2000) changes
video resolution. I'm not sure if it's related or not,
but I'm listing it here just in case.

I installed xserver-xfree86-dbg, ran "ulimit -c
unlimited", ran a special X session as root with
"startx $(which startkde) -- :1", and (eventually!)
got a crash and a "core" file for gdb.
 
I'm listing below what I think is all relevant
information (X version, /etc/X11/XF86Config-4,
/var/log/XFree86.1.log, an example error that normally
appears in ~/.xsessionerrors, and the output from
gdb). Please note that the xsessionerrors file I'm
listing here isn't from this specific crash, but
another one I had in similar circumstances (sorry, I
forgot to take a copy of the one from this crash
before it was overwritten). If I've missed any
information I do apologise (my first bug report), just
mail me back here and I'll be happy to provide it.
Sorry for the length of all this as well, I thought
I'd rather provide too much than too little...

Thanks for any help!
Karl


karl@renderbox:~$ X -version
XFree86 Version 4.3.0.1 (Debian (static)
4.3.0.dfsg.1-13 20050513091634 fabbione@fabbione.net)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.29-pre2 i686 [ELF]
Build Date: 13 May 2005

karl@renderbox:~$ cat /etc/X11/XF86Config-4 
# XF86Config-4 (XFree86 X Window System server
configuration file)
#
# This file was generated by dexconf, the Debian X
Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the
XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on
xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade
of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be
automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4
/etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4
>/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall
back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLCore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

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

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"nv"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-60
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection



karl@renderbox:~$ cat /var/log/XFree86.1.log
XFree86 Version 4.3.0.1 (Debian (static)
4.3.0.dfsg.1-13 20050513091634 fabbione@fabbione.net)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.29-pre2 i686 [ELF] 
Build Date: 13 May 2005

This version of XFree86 has been extensively modified
by the Debian
Project, and is not supported by the XFree86 Project,
Inc., in any
way.  Bugs should be reported to the Debian Bug
Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug"
package and command
to ensure that bug reports contain as much useful
information as
possible.

Before filing a bug report, you may want to consult
the Debian X FAQ:
       XHTML version:
file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version:
file:///usr/share/doc/xfree86-common/FAQ.gz

OS Kernel: Linux version 2.6.8-1-386
(dilinger@toaster.hq.voxel.net) (gcc version 3.3.5
(Debian 1:3.3.5-2)) #1 Thu Nov 11 12:18:43 EST 2004 TF
Markers: (--) probed, (**) from config file, (==)
default setting,
         (++) from command line, (!!) notice, (II)
informational,
         (WW) warning, (EE) error, (NI) not
implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.1.log", Time: Tue May
31 21:41:39 2005
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does
not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not
exist.
	Entry deleted from font path.
(**) FontPath set to
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(--) using VT number 8

(WW) Open APM failed (/dev/apm_bios) (No such file or
directory)
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000,
mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3168 card 1849,3168 rev
82 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev
00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,002d card 0000,0000 rev
15 class 03,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1260,3873 card 1385,4105 rev
01 class 02,80,00 hdr 00
(II) PCI: 00:0c:0: chip 1102,0004 card 1102,1002 rev
04 class 04,01,00 hdr 80
(II) PCI: 00:0c:1: chip 1102,7003 card 1102,0060 rev
04 class 09,80,00 hdr 80
(II) PCI: 00:0c:2: chip 1102,4001 card 1102,0010 rev
04 class 0c,00,10 hdr 80
(II) PCI: 00:0f:0: chip 1106,3149 card 1849,3149 rev
80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1849,0571 rev
06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1849,3038 rev
81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1849,3038 rev
81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1849,3038 rev
81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1849,3038 rev
81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1849,3104 rev
86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1849,3227 rev
00 class 06,01,00 hdr 80
(II) PCI: 00:12:0: chip 1106,3065 card 1849,3065 rev
78 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL:
0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL:
0x0007 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL:
0x0008 (VGA_EN is set)
(--) PCI:*(0:9:0) nVidia Corporation NV5M64 [RIVA TNT2
Model 64/Model 64 Pro] rev 21, Mem @ 0xdf000000/24,
0xda000000/25, BIOS @ 0xdeff0000/16
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000
from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xdefeb500 - 0xdefeb5ff (0x100) MX[B]
	[1] -1	0	0xdefeb600 - 0xdefeb6ff (0x100) MX[B]
	[2] -1	0	0xdefe4000 - 0xdefe7fff (0x4000) MX[B]
	[3] -1	0	0xdefeb800 - 0xdefebfff (0x800) MX[B]
	[4] -1	0	0xddeff000 - 0xddefffff (0x1000) MX[B]
	[5] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[6] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[7] -1	0	0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
	[8] -1	0	0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
	[9] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[10] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[11] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[12] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[13] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[14] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[15] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[16] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[17] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[19] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[21] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[22] -1	0	0x0000d000 - 0x0000d03f (0x40) IX[B]
(II) Active PCI resource ranges after removing
overlaps:
	[0] -1	0	0xdefeb500 - 0xdefeb5ff (0x100) MX[B]
	[1] -1	0	0xdefeb600 - 0xdefeb6ff (0x100) MX[B]
	[2] -1	0	0xdefe4000 - 0xdefe7fff (0x4000) MX[B]
	[3] -1	0	0xdefeb800 - 0xdefebfff (0x800) MX[B]
	[4] -1	0	0xddeff000 - 0xddefffff (0x1000) MX[B]
	[5] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[6] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[7] -1	0	0xda000000 - 0xdbffffff (0x2000000) MX[B](B)
	[8] -1	0	0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
	[9] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[10] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[11] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[12] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[13] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[14] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[15] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[16] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[17] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[18] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[19] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[21] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[22] -1	0	0x0000d000 - 0x0000d03f (0x40) IX[B]
(II) OS-reported resource ranges after removing
overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdefeb500 - 0xdefeb5ff (0x100) MX[B]
	[6] -1	0	0xdefeb600 - 0xdefeb6ff (0x100) MX[B]
	[7] -1	0	0xdefe4000 - 0xdefe7fff (0x4000) MX[B]
	[8] -1	0	0xdefeb800 - 0xdefebfff (0x800) MX[B]
	[9] -1	0	0xddeff000 - 0xddefffff (0x1000) MX[B]
	[10] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[11] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[12] -1	0	0xda000000 - 0xdbffffff (0x2000000)
MX[B](B)
	[13] -1	0	0xdf000000 - 0xdfffffff (0x1000000)
MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[17] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[18] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[19] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[20] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[21] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[24] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[25] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[26] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[27] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[28] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[29] -1	0	0x0000d000 - 0x0000d03f (0x40) IX[B]
(II) MGA: driver for Matrox chipsets: mga2064w,
mga1064sg, mga2164w,
	mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200
PCI, mgag400,
	mgag550
(II) GLINT: driver for 3Dlabs chipsets: gamma, gamma2,
ti_pm2, ti_pm, r4,
	pm4, pm3, pm2v, pm2, pm, 300sx, 500tx, mx, delta
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA
TNT, RIVA TNT2,
	Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model
64,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro,
GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
	GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti,
GeForce2 Ultra,
	Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440,
GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, GeForce4 440 Go
64M,
	GeForce4 410 Go 16M, Quadro4 500 GoGL, Quadro4 550
XGL, Quadro4 NVS,
	GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with
AGP8X,
	GeForce4 MX 420 with AGP8X, GeForce4 448 Go, GeForce4
488 Go,
	Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL,
	GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti
200,
	GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
GeForce4 Ti 4400,
	0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4
750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200
with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700
GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800
Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313,
GeForce FX 5600SE,
	0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
	Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX
5200,
	GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX
5200SE,
	GeForce FX Go5200, GeForce FX Go5250, GeForce FX
Go5200 32M/64M,
	0x0329, Quadro NVS 280 PCI, Quadro FX 500, GeForce FX
Go5300,
	GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra,
GeForce FX 5900,
	GeForce FX 5900XT, GeForce FX 5950 Ultra, 0x0334,
Quadro FX 3000,
	GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX
5700LE,
	GeForce FX 5700VE, 0x0345, GeForce FX Go5700, GeForce
FX Go5700,
	0x0349, 0x034B, Quadro FX Go1000, Quadro FX 1100,
0x034F
(II) TGA: driver for Digital chipsets: tga, tga2
(II) S3: driver (version 0.3.5 for S3 chipset: 964-0,
964-1, 968,
	Trio32/64, Aurora64V+, Trio64V2/DX or /GX
(II) S3VIRGE: driver (version 1.8.6) for S3 ViRGE
chipsets: virge, 86C325,
	virge vx, 86C988, virge dx, virge gx, 86C375, 86C385,
virge gx2,
	86C357, virge mx, 86C260, virge mx+, 86C280, trio 3d,
86C365,
	trio 3d/2x, 86C362, 86C368
(II) SIS: driver for SiS chipsets: SIS5597/5598,
SIS530/620,
	SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540,
SIS315, SIS315H,
	SIS315PRO, SIS550, SIS650/M650/651/740,
SIS330(Xabre),
	SIS660/661FX/M661FX/M661MX/741/741GX/M741/760/M760,
SIS340
(II) RENDITION: rendition driver (version 4.0) for
chipsets: V1000,
	V2100/V2200
(II) NEOMAGIC: Driver for Neomagic chipsets: neo2070,
neo2090, neo2093,
	neo2097, neo2160, neo2200, neo2230, neo2360, neo2380
(II) I740: Driver for Intel i740 chipset: i740 (agp),
i740 (pci)
(II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets:
3dfx Banshee,
	3dfx Voodoo3, 3dfx Voodoo5
(II) SAVAGE: driver (version 1.1.27t) for S3 Savage
chipsets: Savage4,
	Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV,
Savage/MX,
	Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage
KM133,
	ProSavage PN133, ProSavage KN133, SuperSavage/MX 128,
	SuperSavage/MX 64, SuperSavage/MX 64C, SuperSavage/IX
128,
	SuperSavage/IX 128, SuperSavage/IX 64, SuperSavage/IX
64,
	SuperSavage/IXC 64, SuperSavage/IXC 64, ProSavage
DDR,
	ProSavage DDR-K
(II) via: driver for VIA chipsets: CLE266, KM400,
K8M800
(II) CIRRUS: driver for Cirrus chipsets: CLGD5430,
CLGD5434-4, CLGD5434-8,
	CLGD5436, CLGD5446, CLGD5480, CL-GD5462, CL-GD5464,
CL-GD5464BD,
	CL-GD5465, CL-GD7548
(II) VMWARE: driver for VMware SVGA: vmware0405,
vmware0710
(II) TSENG: driver for Tseng Labs chipsets: ET4000,
ET4000W32, ET4000W32i,
	ET4000W32p, ET6000, ET6100, 
(II) TRIDENT: driver for Trident chipsets: tvga9000,
tvga9000i, tvga8900c,
	tvga8900d, tvga9200cxr, tgui9400cxi, cyber9320,
cyber9388, cyber9397,
	cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4,
tgui9420dgi,
	tgui9440agi, tgui9660, tgui9680, providia9682,
providia9685,
	cyber9382, cyber9385, 3dimage975, 3dimage985,
blade3d, cyberbladei7,
	cyberbladei7d, cyberbladei1, cyberbladei1d,
cyberbladeAi1,
	cyberbladeAi1d, bladeXP, cyberbladeXPAi1
(II) CHIPS: Driver for Chips and Technologies
chipsets: ct65520, ct65525,
	ct65530, ct65535, ct65540, ct65545, ct65546, ct65548,
ct65550,
	ct65554, ct65555, ct68554, ct69000, ct69030, ct64200,
ct64300
(II) APM: driver for the Alliance chipsets: AP6422,
AT24, AT3D
(II) FBDEV: driver for framebuffer: fbdev, afb
(II) I128: driver for Number Nine I128 chipsets: i128,
i128v2, i128t2r,
	i128t2r4
(II) NSC: Nsc family driver (version 2.7.6) for
chipsets: 5530, SC1200,
	SC1400, REDCLOUD
(II) ATI: ATI driver (version 6.5.5) for chipsets:
ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128
Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128
Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB
(AGP?),
	ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD
(PCI),
	ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF
(AGP),
	ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH
(AGP?),
	ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ
(AGP?),
	ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL
(AGP?),
	ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN
(AGP?),
	ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP
(PCI),
	ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR
(PCI),
	ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT
(AGP?),
	ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV
(AGP?),
	ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX
(AGP?),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
	ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
	ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
	ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF
(AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro
ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro
ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI
Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon
QG (AGP),
	ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000
QZ (AGP/PCI),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility
M6 LZ (AGP),
	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1)
4336,
	ATI Radeon IGP330/340/350 (A4) 4137,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility
7000 IGP 4437,
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL
(AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB
(AGP),
	ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW
(AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If
(AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility
9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP),
	ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961
(AGP),
	ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964
(AGP),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon
9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF
(AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR
(AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
	ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600
(M10) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2 (M11) NV (AGP), ATI Radeon
9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
	ATI Radeon 9800XT NJ (AGP)
(II) I810: Driver for Intel Integrated Graphics
Chipsets: i810, i810-dc100,
	i810e, i815, i830M, 845G, 852GM/855GM, 865G
(II) IMSTT: driver (version 1.0.0) for IMS TwinTurbo
chipsets : imstt128,
	imstt3d
(II) NEWPORT: driver for Newport Graphics Card: XL
(II) ARK: driver (version 0.5.0 for ARK Logic chipset:
ark1000pv,
	ark2000pv, ark2000mt
(II) CYRIX: driver for Cyrix MediaGX Processors:
mediagx
(II) Silicon Motion: driver (version 1.3.1) for
Silicon Motion Lynx chipsets:
	Lynx, LynxE, Lynx3D, LynxEM, LynxEM+, Lynx3DM
(II) VESA: driver for VESA chipsets: vesa
(II) VGA: Generic VGA driver (version 4.0) for
chipsets: generic
(II) DUMMY: Driver for Dummy chipsets: dummy
(II) v4l driver for Video4Linux
(II) Primary Device is: PCI 00:09:0
(--) Assigning device section with no busID to primary
device
(--) Chipset RIVA TNT2 Model 64 found
(II) resource ranges after xf86ClaimFixedResources()
call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdefeb500 - 0xdefeb5ff (0x100) MX[B]
	[6] -1	0	0xdefeb600 - 0xdefeb6ff (0x100) MX[B]
	[7] -1	0	0xdefe4000 - 0xdefe7fff (0x4000) MX[B]
	[8] -1	0	0xdefeb800 - 0xdefebfff (0x800) MX[B]
	[9] -1	0	0xddeff000 - 0xddefffff (0x1000) MX[B]
	[10] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[11] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[12] -1	0	0xda000000 - 0xdbffffff (0x2000000)
MX[B](B)
	[13] -1	0	0xdf000000 - 0xdfffffff (0x1000000)
MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[17] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[18] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[19] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[20] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[21] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[24] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[25] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[26] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[27] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[28] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[29] -1	0	0x0000d000 - 0x0000d03f (0x40) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdefeb500 - 0xdefeb5ff (0x100) MX[B]
	[6] -1	0	0xdefeb600 - 0xdefeb6ff (0x100) MX[B]
	[7] -1	0	0xdefe4000 - 0xdefe7fff (0x4000) MX[B]
	[8] -1	0	0xdefeb800 - 0xdefebfff (0x800) MX[B]
	[9] -1	0	0xddeff000 - 0xddefffff (0x1000) MX[B]
	[10] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[11] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[12] -1	0	0xda000000 - 0xdbffffff (0x2000000)
MX[B](B)
	[13] -1	0	0xdf000000 - 0xdfffffff (0x1000000)
MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[20] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[21] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[22] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[23] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[24] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[25] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[26] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[27] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[28] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[29] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[30] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[31] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[32] -1	0	0x0000d000 - 0x0000d03f (0x40) IX[B]
	[33] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[34] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "RIVA TNT2 Model 64"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xDA000000
(--) NV(0): MMIO registers at 0xDF000000
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at
address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): I2C device "DDC:ddc2" registered at
address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a CRT:
(II) NV(0): Manufacturer: CPQ  Model: 1349  Serial#:
1194932278
(II) NV(0): Year: 1999  Week: 28
(II) NV(0): EDID Version: 1.1
(II) NV(0): Analog Display Input,  Input Voltage
Level: 0.700/0.700 V
(II) NV(0): Sync:  Separate  Composite
(II) NV(0): Max H-Image Size [cm]: horiz.: 33  vert.:
25
(II) NV(0): Gamma: 2.60
(II) NV(0): DPMS capabilities: StandBy Suspend Off;
RGB/Color Display
(II) NV(0): redX: 0.627 redY: 0.336   greenX: 0.279
greenY: 0.588
(II) NV(0): blueX: 0.143 blueY: 0.059   whiteX: 0.281
whiteY: 0.311
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@60Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 832x624@75Hz
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 1280  vsize 1024  refresh: 60 
vid: 32897
(II) NV(0): #1: hsize: 1024  vsize 768  refresh: 85 
vid: 22881
(II) NV(0): #2: hsize: 800  vsize 600  refresh: 85 
vid: 22853
(II) NV(0): #3: hsize: 640  vsize 480  refresh: 85 
vid: 22833
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 31.5 MHz   Image Size:  310 x 232
mm
(II) NV(0): h_active: 640  h_sync: 672  h_sync_end 736
h_blank_end 832 h_border: 0
(II) NV(0): v_active: 350  v_sync: 382  v_sync_end 385
v_blanking: 445 v_border: 0
(II) NV(0): Ranges: V min: 50  V max: 160 Hz, H min:
30  H max: 70 kHz, PixClock max 2550 MHz
(II) NV(0): Serial No: 928CD61TG986
(II) NV(0): Monitor name: COMPAQ S700
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 32768 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Generic Monitor: Using hsync range of
30.00-60.00 kHz
(II) NV(0): Generic Monitor: Using vrefresh range of
50.00-75.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh
out of range)
(II) NV(0): Not using default mode "320x175" (vrefresh
out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh
out of range)
(II) NV(0): Not using default mode "320x200" (vrefresh
out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh
out of range)
(II) NV(0): Not using default mode "360x200" (vrefresh
out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh
out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh
out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh
out of range)
(II) NV(0): Not using default mode "400x300" (vrefresh
out of range)
(II) NV(0): Not using default mode "1024x768"
(vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh
out of range)
(II) NV(0): Not using default mode "1024x768" (hsync
out of range)
(II) NV(0): Not using default mode "512x384" (hsync
out of range)
(II) NV(0): Not using default mode "1152x864" (hsync
out of range)
(II) NV(0): Not using default mode "576x432" (hsync
out of range)
(II) NV(0): Not using default mode "1280x960" (hsync
out of range)
(II) NV(0): Not using default mode "640x480" (hsync
out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync
out of range)
(II) NV(0): Not using default mode "640x512" (hsync
out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync
out of range)
(II) NV(0): Not using default mode "640x512" (hsync
out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync
out of range)
(II) NV(0): Not using default mode "640x512" (hsync
out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync
out of range)
(II) NV(0): Not using default mode "800x600" (hsync
out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync
out of range)
(II) NV(0): Not using default mode "800x600" (hsync
out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync
out of range)
(II) NV(0): Not using default mode "800x600" (hsync
out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync
out of range)
(II) NV(0): Not using default mode "800x600" (hsync
out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync
out of range)
(II) NV(0): Not using default mode "800x600" (hsync
out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync
out of range)
(II) NV(0): Not using default mode "896x672" (hsync
out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync
out of range)
(II) NV(0): Not using default mode "896x672" (hsync
out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync
out of range)
(II) NV(0): Not using default mode "928x696" (hsync
out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync
out of range)
(II) NV(0): Not using default mode "928x696" (hsync
out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync
out of range)
(II) NV(0): Not using default mode "960x720" (hsync
out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync
out of range)
(II) NV(0): Not using default mode "960x720" (hsync
out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync
out of range)
(II) NV(0): Not using default mode "700x525" (hsync
out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync
out of range)
(II) NV(0): Not using default mode "700x525" (hsync
out of range)
(II) NV(0): Not using default mode "1600x1024" (hsync
out of range)
(II) NV(0): Not using default mode "800x512" (hsync
out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync
out of range)
(II) NV(0): Not using default mode "960x720" (hsync
out of range)
(II) NV(0): Not using default mode "2048x1536" (width
requires unsupported line pitch)
(II) NV(0): Not using default mode "1024x768" (hsync
out of range)
(II) NV(0): Not using default mode "2048x1536" (width
requires unsupported line pitch)
(II) NV(0): Not using default mode "1024x768" (hsync
out of range)
(II) NV(0): Not using default mode "2048x1536" (width
requires unsupported line pitch)
(II) NV(0): Not using default mode "1024x768" (hsync
out of range)
(II) NV(0): Not using default mode "1280x960" (width
too large for virtual size)
(II) NV(0): Not using default mode "1152x768" (width
too large for virtual size)
(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): *Default mode "1024x768": 78.8 MHz, 60.1
kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1040
1136 1312  768 769 772 800 +hsync +vsync
(**) NV(0): *Default mode "800x600": 49.5 MHz, 46.9
kHz, 75.0 Hz
(II) NV(0): Modeline "800x600"   49.50  800 816 896
1056  600 601 604 625 +hsync +vsync
(**) NV(0): *Default mode "640x480": 31.5 MHz, 37.5
kHz, 75.0 Hz
(II) NV(0): Modeline "640x480"   31.50  640 656 720
840  480 481 484 500 -hsync -vsync
(**) NV(0):  Default mode "1024x768": 75.0 MHz, 56.5
kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768"   75.00  1024 1048
1184 1328  768 771 777 806 -hsync -vsync
(**) NV(0):  Default mode "1024x768": 65.0 MHz, 48.4
kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048
1184 1344  768 771 777 806 -hsync -vsync
(**) NV(0):  Default mode "832x624": 57.3 MHz, 49.7
kHz, 74.6 Hz
(II) NV(0): Modeline "832x624"   57.28  832 864 928
1152  624 625 628 667 -hsync -vsync
(**) NV(0):  Default mode "800x600": 50.0 MHz, 48.1
kHz, 72.2 Hz
(II) NV(0): Modeline "800x600"   50.00  800 856 976
1040  600 637 643 666 +hsync +vsync
(**) NV(0):  Default mode "800x600": 40.0 MHz, 37.9
kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968
1056  600 601 605 628 +hsync +vsync
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2
kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896
1024  600 601 603 625 +hsync +vsync
(**) NV(0):  Default mode "640x480": 31.5 MHz, 37.9
kHz, 72.8 Hz
(II) NV(0): Modeline "640x480"   31.50  640 664 704
832  480 489 491 520 -hsync -vsync
(**) NV(0):  Default mode "640x480": 25.2 MHz, 31.5
kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752
800  480 490 492 525 -hsync -vsync
(**) NV(0):  Default mode "640x480": 54.0 MHz, 60.0
kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x480"   54.00  640 688 744
900  480 480 482 500 doublescan +hsync +vsync
(**) NV(0):  Default mode "576x384": 32.5 MHz, 44.2
kHz, 54.8 Hz (D)
(II) NV(0): Modeline "576x384"   32.50  576 589 657
736  384 385 388 403 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 39.4 MHz, 60.1
kHz, 75.1 Hz (D)
(II) NV(0): Modeline "512x384"   39.40  512 520 568
656  384 384 386 400 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 37.5 MHz, 56.5
kHz, 70.1 Hz (D)
(II) NV(0): Modeline "512x384"   37.50  512 524 592
664  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "512x384": 32.5 MHz, 48.4
kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384"   32.50  512 524 592
672  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "416x312": 28.6 MHz, 49.7
kHz, 74.7 Hz (D)
(II) NV(0): Modeline "416x312"   28.64  416 432 464
576  312 312 314 333 doublescan -hsync -vsync
(**) NV(0):  Default mode "400x300": 24.8 MHz, 46.9
kHz, 75.1 Hz (D)
(II) NV(0): Modeline "400x300"   24.75  400 408 448
528  300 300 302 312 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 25.0 MHz, 48.1
kHz, 72.2 Hz (D)
(II) NV(0): Modeline "400x300"   25.00  400 428 488
520  300 318 321 333 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 20.0 MHz, 37.9
kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484
528  300 300 302 314 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 18.0 MHz, 35.2
kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300"   18.00  400 412 448
512  300 300 301 312 doublescan +hsync +vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.5
kHz, 75.0 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 328 360
420  240 240 242 250 doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.9
kHz, 72.8 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 332 352
416  240 244 245 260 doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 12.6 MHz, 31.5
kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376
400  240 245 246 262 doublescan -hsync -vsync
(--) NV(0): Display dimensions: (330, 250) mm
(--) NV(0): DPI set to (78, 78)
(--) Depth 24 pixmap format is 32 bpp
(II) resource ranges after preInit:
	[0] 0	0	0xda000000 - 0xdbffffff (0x2000000) MX[B]
	[1] 0	0	0xdf000000 - 0xdfffffff (0x1000000) MX[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xdefeb500 - 0xdefeb5ff (0x100) MX[B]
	[8] -1	0	0xdefeb600 - 0xdefeb6ff (0x100) MX[B]
	[9] -1	0	0xdefe4000 - 0xdefe7fff (0x4000) MX[B]
	[10] -1	0	0xdefeb800 - 0xdefebfff (0x800) MX[B]
	[11] -1	0	0xddeff000 - 0xddefffff (0x1000) MX[B]
	[12] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[13] -1	0	0xdeff0000 - 0xdeffffff (0x10000) MX[B](B)
	[14] -1	0	0xda000000 - 0xdbffffff (0x2000000)
MX[B](B)
	[15] -1	0	0xdf000000 - 0xdfffffff (0x1000000)
MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000)
MS[B](OprD)
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[B]
	[22] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[23] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[24] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[25] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[B]
	[26] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[27] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[28] -1	0	0x0000d800 - 0x0000d80f (0x10) IX[B]
	[29] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[30] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[31] -1	0	0x0000e400 - 0x0000e403 (0x4) IX[B]
	[32] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[33] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[34] -1	0	0x0000d000 - 0x0000d03f (0x40) IX[B]
	[35] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[36] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range
(0xda000000,0x2000000)
(II) NV(0): Using XFree86 Acceleration Architecture
(XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS enabled
(==) RandR enabled
(II) Keyboard "Generic Keyboard" handled by legacy
driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons,
Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(**) Option "Protocol" "ImPS/2"
(**) Generic Mouse: Protocol: "ImPS/2"
(**) Option "SendCoreEvents" "true"
(**) Generic Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Generic Mouse: Emulate3Buttons, Emulate3Timeout:
50
(**) Option "ZAxisMapping" "4 5"
(**) Generic Mouse: ZAxisMapping: buttons 4 and 5
(**) Generic Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Generic
Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured
Mouse" (type: MOUSE)
(II) Configured Mouse: ps2EnableDataReporting:
succeeded
(II) Generic Mouse: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
(WW) Open APM failed (/dev/apm_bios) (No such file or
directory)
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Configured Mouse: ps2EnableDataReporting:
succeeded
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
(WW) Open APM failed (/dev/apm_bios) (No such file or
directory)
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Configured Mouse: ps2EnableDataReporting:
succeeded
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
LookupDeviceIntRec id=0x0 not found
(WW) Open APM failed (/dev/apm_bios) (No such file or
directory)
(II) Generic Mouse: ps2EnableDataReporting: succeeded
(II) Configured Mouse: ps2EnableDataReporting:
succeeded

Fatal server error:
Caught signal 11.  Server aborting


When reporting a problem related to a server crash,
please send
the full server output, not just the last messages.
This can be found in the log file
"/var/log/XFree86.1.log".
Please report problems to submit@bugs.debian.org.



karl@renderbox:~$ cat ~/.xsessionerror_crashed
Xsession: X session started for karl at Fri May 27
15:58:16 BST 2005
startkde: Starting up...
QPixmap: Cannot create a QPixmap when no GUI is being
used
QPixmap: Cannot create a QPixmap when no GUI is being
used
X Error: BadValue (integer parameter out of range for
operation) 2
  Major opcode:  155
  Minor opcode:  2
  Resource id:  0xffff
QPixmap: Cannot create a QPixmap when no GUI is being
used
QPixmap: Cannot create a QPixmap when no GUI is being
used
kbuildsycoca running...
kxkb: WARNING: Unable to open /tmp/kde-karl/gb.xkm: No
such file or directory
kdecore (KAction): WARNING: KAction::insertKAccel(
kaccel = 0x81087a8 ): KAccel object already contains
an action name "del"
KomposeSettings::instance() - Creating Singleton
instance
KomposeGlobal::enablePixmapExports()
KomposeGlobal::initSharedPixmaps() - Pixmap not
available
KomposeGlobal::initSharedPixmaps()
KomposeViewManager::instance() - Creating Singleton
instance
KomposeSettings::readConfig()
KomposeSettings::readConfig()
KomposeGlobal::initImlib() - Imlib2 support enabled.
KomposeTaskManager::instance() - Creating Singleton
instance
KomposeGlobal::enablePixmapExports()
KomposeGlobal::initSharedPixmaps()
QPixmap: Cannot create a QPixmap when no GUI is being
used
QPixmap: Cannot create a QPixmap when no GUI is being
used
KomposeTaskManager::slotWindowAdded(WId 37748743 ) -
Adding KomposeTask
KomposeTaskManager::slotTaskActivated ( 37748743 )
KomposeTaskVisualizer::slotTaskActivated() (WId
37748743) - Screenshot already exists, but passive
mode on - Grabbing new one.
KomposeTaskVisualizer::captureScreenshot_GrabWindow()
(WId 37748743) - Grabbed screenshot.
amarok: BEGIN: App::App()
amarok:   BEGIN: EngineBase*
EngineController::loadEngine(const QString&)
amarok:     [PluginManager] Plugin trader constraint:
[X-KDE-amaroK-framework-version] == 5 and
[X-KDE-amaroK-plugintype] == 'engine' and
[X-KDE-amaroK-name] != 'void-engine' and
[X-KDE-amaroK-rank] > 0
amarok:     [PluginManager] Plugin trader constraint:
[X-KDE-amaroK-framework-version] == 5 and
[X-KDE-amaroK-plugintype] == 'engine' and
[X-KDE-amaroK-name] == 'void-engine' and
[X-KDE-amaroK-rank] > 0
amarok:     [PluginManager] Trying to load:
libamarok_void-engine_plugin
amarok: 
amarok:     PluginManager Service Info:
amarok:     ---------------------------
amarok:     name                          : <no
engine>
amarok:     library                       :
libamarok_void-engine_plugin
amarok:     desktopEntryPath              :
amarok_void-engine_plugin.desktop
amarok:     X-KDE-amaroK-plugintype       : engine
amarok:     X-KDE-amaroK-name             :
void-engine
amarok:     X-KDE-amaroK-authors          : (Max
Howell,Mark Kretschmann)
amarok:     X-KDE-amaroK-rank             : 1
amarok:     X-KDE-amaroK-version          : 1
amarok:     X-KDE-amaroK-framework-version: 5
amarok: 
QObject::connect: Cannot connect
Engine::Base::statusText( const QString& ) to
(null)::shortMessage( const QString& )
QObject::connect: Cannot connect
Engine::Base::infoMessage( const QString& ) to
(null)::longMessage( const QString& )
amarok:   END__: EngineBase*
EngineController::loadEngine(const QString&) - Took
0.01s
amarok:   BEGIN: CollectionDB::CollectionDB()
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x400008
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x400008
amarok:     [CollectionDB] Available db connections: 1
amarok:     [CollectionDB] Available db connections: 5
amarok:   END__: CollectionDB::CollectionDB() - Took
0.03s
QLayout: Adding KToolBar/mainToolBar (child of
QVBox/unnamed) to layout for
PlaylistWindow/PlaylistWindow
amarok:   Creating browsers. Please report long start
times!
amarok:     BEGIN: ContextBrowser
amarok:       [void ContextBrowser::setStyleSheet()] 
amarok:       BEGIN: amaroK::Color::Color(const
QColor&)
amarok:         [ContextBrowser] Initial Color
Properties: s:0 v:222
amarok:         [ContextBrowser] Unapplied Contrast:
160
amarok:         [ContextBrowser] Over-compensation:
127
amarok:         [ContextBrowser] Final Colour
Properties: s:30 v:95
amarok:       END__: amaroK::Color::Color(const
QColor&) - Took 0s
amarok:     END__: ContextBrowser - Took 0.05s
amarok:     BEGIN: CollectionBrowser
amarok:      
[CollectionView::CollectionView(CollectionBrowser*)] 
amarok:       [void CollectionView::renderView()] 
amarok:     END__: CollectionBrowser - Took 0.03s
amarok:     BEGIN: PlaylistBrowser
amarok:     END__: PlaylistBrowser - Took 0.19s
amarok:     BEGIN: MediaBrowser
amarok:     END__: MediaBrowser - Took 0.02s
amarok:     BEGIN: FileBrowser
amarok:       [StatusBar] KSqueezedTextLabel,
mainTextLabel: 17: 0
amarok:       [StatusBar] QHBox, progressBox: 26: 0
amarok:       [StatusBar] QLabel, unnamed: 17: 0
amarok:       [StatusBar] QWidget, positionBox: 21: 0
amarok:       [StatusBar] QWidget, unnamed: 16: 0
amarok:     END__: FileBrowser - Took 0.04s
amarok:   BEGIN: UrlLoader
amarok:     BEGIN: UrlLoader::UrlLoader(const
KURL::List&, QListViewItem*, bool)
amarok:       [KDE::ProgressBar::ProgressBar(QWidget*,
QLabel*)] 
amarok:       [StatusBar] Creating timer for:
1updateProgressAppearance()
amarok:     END__: UrlLoader::UrlLoader(const
KURL::List&, QListViewItem*, bool) - Took 0s
amarok:     BEGIN: void App::applySettings(bool)
amarok:       BEGIN: void App::applyColorScheme()
amarok:       END__: void App::applyColorScheme() -
Took 0s
amarok:       [void ContextBrowser::setStyleSheet()] 
amarok:       BEGIN: amaroK::Color::Color(const
QColor&)
amarok:         [ContextBrowser] Initial Color
Properties: s:0 v:222
amarok:         [ContextBrowser] Unapplied Contrast:
160
amarok:         [ContextBrowser] Over-compensation:
127
amarok:         [ContextBrowser] Final Colour
Properties: s:30 v:95
amarok:       END__: amaroK::Color::Color(const
QColor&) - Took 0s
amarok:       [Scrobbler] Handshake url:
http://post.audioscrobbler.com/?hs=true&p=1.1&c=ark&v=0.1&u=lethalsidepartn
amarok:       [virtual bool
BrowserBar::event(QEvent*)] Line: 182
amarok:       [virtual void BrowserBar::polish()] 
amarok:       BEGIN: void ContextBrowser::showHome()
amarok:       END__: void ContextBrowser::showHome() -
Took 0.28s
amarok:       [BlockAnalyzer] FallTime: 300
amarok:       [BlockAnalyzer] FallTime: 360
QObject::disconnect: Unexpected null parameter
QObject::connect: Cannot connect (null)::hide() to
Baghira::DeMaximizer::hide()
KomposeTaskManager::slotWindowAdded(WId 44040200 ) -
Adding KomposeTask
amarok:       [ThreadWeaver] Job completed:
PlaylistReader. Jobs pending: 0
amarok:       [ThreadWeaver] Job completed: UrlLoader.
Jobs pending: 0
amarok:     END__: UrlLoader - Took 0.38s
amarok:     [StatusBar] Creating timer for:
1hideMainProgressBar()
amarok:     [StatusBar] 1updateProgressAppearance()
amarok:     BEGIN: EngineBase*
EngineController::loadEngine()
amarok:       BEGIN: EngineBase*
EngineController::loadEngine(const QString&)
amarok:         [PluginManager] Plugin trader
constraint: [X-KDE-amaroK-framework-version] == 5 and
[X-KDE-amaroK-plugintype] == 'engine' and
[X-KDE-amaroK-name] != 'gst-engine' and
[X-KDE-amaroK-rank] > 0
amarok:         [PluginManager] Plugin trader
constraint: [X-KDE-amaroK-framework-version] == 5 and
[X-KDE-amaroK-plugintype] == 'engine' and
[X-KDE-amaroK-name] == 'gst-engine' and
[X-KDE-amaroK-rank] > 0
amarok:         [PluginManager] Trying to load:
libamarok_gstengine_plugin
amarok: [GstEngine::GstEngine()] 
amarok: 
amarok:         PluginManager Service Info:
amarok:         ---------------------------
amarok:         name                          :
GStreamer Engine
amarok:         library                       :
libamarok_gstengine_plugin
amarok:         desktopEntryPath              :
amarok_gstengine_plugin.desktop
amarok:         X-KDE-amaroK-plugintype       : engine
amarok:         X-KDE-amaroK-name             :
gst-engine
amarok:         X-KDE-amaroK-authors          : (Mark
Kretschmann)
amarok:         X-KDE-amaroK-rank             : 255
amarok:         X-KDE-amaroK-version          : 1
amarok:         X-KDE-amaroK-framework-version: 5
amarok: 
amarok: BEGIN: virtual bool GstEngine::init()
amarok:   BEGIN: bool GstEngine::createPipeline()
amarok:     [Gst-Engine] Thread scheduling priority: 2
amarok:     [Gst-Engine] Sound output method: alsasink
amarok:     [Gst-Engine] CustomSoundDevice: false
amarok:     [Gst-Engine] Sound Device: 
amarok:     [Gst-Engine] CustomOutputParams: false
amarok:     [Gst-Engine] Output Params: 
amarok: [void gst_equalizer_base_init(void*)] 
amarok: [void
gst_equalizer_class_init(GstEqualizerClass*)] 
amarok: [void gst_equalizer_init(GstEqualizer*)] 
amarok: [GstPadLinkReturn gst_equalizer_link(GstPad*,
const GstCaps*)] 
Caps negotiation succeeded with 44100 Hz @ 2 channels
amarok:   END__: bool GstEngine::createPipeline() -
Took 0.19s
amarok: END__: virtual bool GstEngine::init() - Took
0.35s
amarok:       END__: EngineBase*
EngineController::loadEngine(const QString&) - Took
0.37s
amarok:     END__: EngineBase*
EngineController::loadEngine() - Took 0.37s
amarok:     [void CollectionView::renderView()] 
amarok:   END__: void App::applySettings(bool) - Took
0.87s
STARTUP
amarok: END__: App::App() - Took 1.43s
amarok: [static void
GstEngine::candecode_handoff_cb(GstElement*,
GstBuffer*, void*)] 
amarok: [virtual KDE::ProgressBar::~ProgressBar()] 
amarok: [StatusBar] 1hideMainProgressBar()
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x400008
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x400008
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x400008
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x400008
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x400008
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x400008
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x400008
amarok: [Scrobbler] Handshake result parsed:
challenge=18D7616C73487AEBA67F413CD94B9E82,
submitUrl=http://post.audioscrobbler.com:80/protocol_1.1
KomposeTaskManager::slotWindowAdded(WId 46137458 ) -
Adding KomposeTask
KomposeTaskManager::slotTaskActivated ( 46137458 )
KomposeTaskVisualizer::slotTaskActivated() (WId
46137458) - Screenshot already exists, but passive
mode on - Grabbing new one.
KomposeTaskVisualizer::captureScreenshot_GrabWindow()
(WId 46137458) - Grabbed screenshot.
KomposeTaskManager::slotTaskActivated ( 37748743 )
KomposeTaskVisualizer::slotTaskActivated() (WId
37748743) - Screenshot already exists, but passive
mode on - Grabbing new one.
KomposeTaskVisualizer::captureScreenshot_GrabWindow()
(WId 37748743) - Grabbed screenshot.
KomposeTaskManager::slotTaskActivated ( 27262984 )
QImage::smoothScale: Image is a null image
*** loading the extensions datasource
QObject::disconnect: Unexpected null parameter
QObject::connect: Cannot connect (null)::hide() to
Baghira::DeMaximizer::hide()
KomposeTaskManager::slotWindowAdded(WId 16777293 ) -
Adding KomposeTask
KomposeTaskManager::slotTaskActivated ( 16777293 )
KomposeTaskVisualizer::slotTaskActivated() (WId
16777293) - Screenshot already exists, but passive
mode on - Grabbing new one.
KomposeTaskVisualizer::captureScreenshot_GrabWindow()
(WId 16777293) - Grabbed screenshot.
amarok: [void
CollectionDB::createTables(DbConnection*)] 
amarok: [KDE::ProgressBar::ProgressBar(QWidget*,
QLabel*)] 
amarok: [StatusBar] 1updateProgressAppearance()
amarok: [void CollectionDB::dropTables(DbConnection*)]

amarok: [void CollectionView::renderView()] 
amarok: [ThreadWeaver] Job completed:
CollectionReader. Jobs pending: 0
KomposeTaskManager::slotWindowAdded(WId 16777783 ) -
Adding KomposeTask
KomposeTaskManager::slotTaskActivated ( 16777783 )
KomposeTaskVisualizer::slotTaskActivated() (WId
16777783) - Screenshot already exists, but passive
mode on - Grabbing new one.
KomposeTaskVisualizer::captureScreenshot_GrabWindow()
(WId 16777783) - Grabbed screenshot.
amarok: [virtual KDE::ProgressBar::~ProgressBar()] 
amarok: [StatusBar] 1hideMainProgressBar()
QObject::disconnect: Unexpected null parameter
QObject::connect: Cannot connect (null)::hide() to
Baghira::DeMaximizer::hide()
KomposeTaskManager::slotTaskActivated ( 0 )
KomposeTaskManager::slotTaskActivated ( 16777293 )
KomposeTaskVisualizer::slotTaskActivated() (WId
16777293) - Screenshot already exists, but passive
mode on - Grabbing new one.
KomposeTaskVisualizer::captureScreenshot_GrabWindow()
(WId 16777293) - Grabbed screenshot.
KomposeTaskManager::slotTaskActivated ( 46137458 )
KomposeTaskVisualizer::slotTaskActivated() (WId
46137458) - Screenshot already exists, but passive
mode on - Grabbing new one.
KomposeTaskVisualizer::captureScreenshot_GrabWindow()
(WId 46137458) - Grabbed screenshot.
KomposeTaskManager::slotWindowAdded(WId 46137528 ) -
Adding KomposeTask
KomposeTaskManager::slotTaskActivated ( 46137528 )
KomposeTaskVisualizer::slotTaskActivated() (WId
46137528) - Screenshot already exists, but passive
mode on - Grabbing new one.
KomposeTaskVisualizer::captureScreenshot_GrabWindow()
(WId 46137528) - Grabbed screenshot.
KomposeTaskManager::slotTaskActivated ( 46137458 )
KomposeTaskVisualizer::slotTaskActivated() (WId
46137458) - Screenshot already exists, but passive
mode on - Grabbing new one.
QObject::disconnect: Unexpected null parameter
QObject::connect: Cannot connect (null)::hide() to
Baghira::DeMaximizer::hide()
QObject::disconnect: Unexpected null parameter
QObject::connect: Cannot connect (null)::hide() to
Baghira::DeMaximizer::hide()
KomposeTaskManager::slotTaskActivated ( 27262984 )
KomposeTaskManager::slotTaskActivated ( 44040200 )
KomposeTaskVisualizer::slotTaskActivated() (WId
44040200) - Screenshot already exists, but passive
mode on - Grabbing new one.
KomposeTaskVisualizer::captureScreenshot_GrabWindow()
(WId 44040200) - Grabbed screenshot.
KomposeTaskManager::slotTaskActivated ( 16777293 )
KomposeTaskVisualizer::slotTaskActivated() (WId
16777293) - Screenshot already exists, but passive
mode on - Grabbing new one.
DCOPClient::attachInternal. Attach failed Could not
open network socket
DCOPClient::attachInternal. Attach failed Could not
open network socket
DCOPClient::attachInternal. Attach failed Could not
open network socket
DCOPClient::attachInternal. Attach failed Could not
open network socket
The application 'Gecko' lost its connection to the
display :0.0;
most likely the X server was shut down or you
killed/destroyed
the application.


karl@renderbox:~$ su
<password>
renderbox:/home/karl# gdb $(which XFree86-debug)
/root/core

GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General
Public License, and you are
welcome to change it and/or distribute copies of it
under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show
warranty" for details.
This GDB was configured as "i386-linux"...Using host
libthread_db library "/lib/tls/libthread_db.so.1".


warning: core file may not match specified executable
file.
Core was generated by
`/root/.mozilla/firefox/8faz7at9.default/extensions/{463F6CA5-EE3C-4be1-B7E6-7FE'.
Program terminated with signal 11, Segmentation fault.
#0  0x40ae3363 in ?? ()
(gdb) bt full
#0  0x40ae3363 in ?? ()
No symbol table info available.
#1  0x40acdb46 in ?? ()
No symbol table info available.
#2  0x00000000 in ?? ()
No symbol table info available.
#3  0xbffff8c0 in ?? ()
No symbol table info available.
#4  0x4000bcd0 in ?? ()
No symbol table info available.
#5  0x0804b300 in ?? ()
No symbol table info available.
#6  0xffffffff in ?? ()
No symbol table info available.
#7  0xbffff7f4 in ?? ()
No symbol table info available.
#8  0xbffff7f4 in ?? ()
No symbol table info available.
#9  0x080528d0 in MGAPreInit (pScrn=0x0,
flags=1085921344) at mga_driver.c:2403
        pMga = 0xbffff8c0
        from = X_PROBED
---Type <return> to continue, or q <return> to quit---
  
        i = 1085070150
        real = 3.1269379259480563
        bytesPerPixel = 81
        clockRanges = 0x804c7f8
        s = 0x4070453c "\020ám"
        flags24 = 134557128
        pMgaEnt = 0x4054fdef
        Default = -1073743884
#10 0x0804a2df in ?? ()
No symbol table info available.
#11 0x00000000 in ?? ()
No symbol table info available.
#12 0x40b9d840 in ?? ()
No symbol table info available.
#13 0x0804f070 in MGAFreeRec (pScrn=0xbffff8cc) at
mga_driver.c:509
No locals.
#14 0x0804ab1f in ?? ()
No symbol table info available.
#15 0xbffff8cc in ?? ()
No symbol table info available.
#16 0x08052dd8 in MGAUnmapMem (pScrn=0x1) at
mga_driver.c:2597
---Type <return> to continue, or q <return> to quit---

        pMga = 0xbffffa6c
#17 0x40a80974 in ?? ()
No symbol table info available.
#18 0x00000001 in ?? ()
No symbol table info available.
#19 0xbffffa64 in ?? ()
No symbol table info available.
#20 0xbffffa6c in ?? ()
No symbol table info available.
#21 0x00000000 in ?? ()
No symbol table info available.
#22 0x40b9ce80 in ?? ()
No symbol table info available.
#23 0x40016540 in ?? ()
No symbol table info available.
#24 0x0804b224 in ?? ()
No symbol table info available.
#25 0xbffffa38 in ?? ()
No symbol table info available.
#26 0xbffff9e0 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---

#27 0x40a80936 in ?? ()
No symbol table info available.
#28 0x00000000 in ?? ()
No symbol table info available.
#29 0x00000000 in ?? ()
No symbol table info available.
#30 0x00000000 in ?? ()
No symbol table info available.
#31 0x40016ca0 in ?? ()
No symbol table info available.
#32 0x00000001 in ?? ()
No symbol table info available.
#33 0x08049b14 in ?? ()
No symbol table info available.
#34 0x00000000 in ?? ()
No symbol table info available.
#35 0x4000bcd0 in ?? ()
No symbol table info available.
#36 0x4000c380 in ?? ()
No symbol table info available.
#37 0x40016ca0 in ?? ()
---Type <return> to continue, or q <return> to quit---
  
No symbol table info available.
#38 0x00000001 in ?? ()
No symbol table info available.
#39 0x08049b14 in ?? ()
No symbol table info available.
#40 0x00000000 in ?? ()
No symbol table info available.
#41 0x08049b35 in ?? ()
No symbol table info available.
#42 0x0804a440 in ?? ()
No symbol table info available.
#43 0x00000001 in ?? ()
No symbol table info available.
#44 0xbffffa64 in ?? ()
No symbol table info available.
#45 0x0804b1dc in ?? ()
No symbol table info available.
#46 0x0804b224 in ?? ()
No symbol table info available.
#47 0x4000c380 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
 
#48 0xbffffa5c in ?? ()
No symbol table info available.
#49 0x00000000 in ?? ()
No symbol table info available.
#50 0x00000001 in ?? ()
No symbol table info available.
#51 0xbffffb84 in ?? ()
No symbol table info available.
#52 0x00000000 in ?? ()
No symbol table info available.
#53 0xbffffbf7 in ?? ()
No symbol table info available.
#54 0xbffffbfe in ?? ()
No symbol table info available.
#55 0xbffffc12 in ?? ()
No symbol table info available.
#56 0xbffffc22 in ?? ()
No symbol table info available.
#57 0xbffffc2d in ?? ()
No symbol table info available.
#58 0xbffffc7d in ?? ()
---Type <return> to continue, or q <return> to quit---
  
No symbol table info available.
#59 0xbffffcc8 in ?? ()
No symbol table info available.
#60 0xbffffcdc in ?? ()
No symbol table info available.
#61 0xbffffd23 in ?? ()
No symbol table info available.
#62 0xbffffd33 in ?? ()
No symbol table info available.
#63 0xbffffd44 in ?? ()
No symbol table info available.
#64 0xbffffd5a in ?? ()
No symbol table info available.
#65 0xbffffd85 in ?? ()
No symbol table info available.
#66 0xbffffd8f in ?? ()
No symbol table info available.
#67 0xbffffd9d in ?? ()
No symbol table info available.
#68 0xbffffe09 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#69 0xbffffe3d in ?? ()
No symbol table info available.
#70 0xbffffe51 in ?? ()
No symbol table info available.
#71 0xbffffea0 in ?? ()
No symbol table info available.
#72 0xbffffeaa in ?? ()
No symbol table info available.
#73 0xbffffeb5 in ?? ()
No symbol table info available.
#74 0xbffffebd in ?? ()
No symbol table info available.
#75 0xbffffec8 in ?? ()
No symbol table info available.
#76 0xbffffee6 in ?? ()
No symbol table info available.
#77 0xbffffeff in ?? ()
No symbol table info available.
#78 0xbfffff0c in ?? ()
No symbol table info available.
#79 0xbfffff19 in ?? ()
---Type <return> to continue, or q <return> to quit---
     
  No symbol table info available.
#80 0xbfffff36 in ?? ()
No symbol table info available.
#81 0xbfffff4f in ?? ()
No symbol table info available.
#82 0xbfffff61 in ?? ()
No symbol table info available.
#83 0xbfffff74 in ?? ()
No symbol table info available.
#84 0x00000000 in ?? ()
No symbol table info available.
#85 0x00000020 in ?? ()
No symbol table info available.
#86 0xffffe400 in ?? ()
No symbol table info available.
#87 0x00000021 in ?? ()
No symbol table info available.
#88 0xffffe000 in ?? ()
No symbol table info available.
#89 0x00000010 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---

  #90 0xbfebfbff in ?? ()
No symbol table info available.
#91 0x00000006 in ?? ()
No symbol table info available.
#92 0x00001000 in ?? ()
No symbol table info available.
#93 0x00000011 in ?? ()
No symbol table info available.
#94 0x00000064 in ?? ()
No symbol table info available.
#95 0x00000003 in ?? ()
No symbol table info available.
#96 0x08048034 in ?? ()
No symbol table info available.
#97 0x00000004 in ?? ()
No symbol table info available.
#98 0x00000020 in ?? ()
No symbol table info available.
#99 0x00000005 in ?? ()
No symbol table info available.
#100 0x00000007 in ?? ()
---Type <return> to continue, or q <return> to quit---
 
No symbol table info available.
#101 0x00000007 in ?? ()
No symbol table info available.
#102 0x40000000 in ?? ()
No symbol table info available.
#103 0x00000008 in ?? ()
No symbol table info available.
#104 0x00000000 in ?? ()
No symbol table info available.
#105 0x00000009 in ?? ()
No symbol table info available.
#106 0x08049b14 in ?? ()
No symbol table info available.
#107 0x0000000b in ?? ()
No symbol table info available.
#108 0x00000000 in ?? ()
No symbol table info available.
#109 0x0000000c in ?? ()
No symbol table info available.
#110 0x00000000 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
 
#111 0x0000000d in ?? ()
No symbol table info available.
#112 0x00000000 in ?? ()
No symbol table info available.
#113 0x0000000e in ?? ()
No symbol table info available.
#114 0x00000000 in ?? ()
No symbol table info available.
#115 0x00000017 in ?? ()
No symbol table info available.
#116 0x00000000 in ?? ()
No symbol table info available.
#117 0x0000000f in ?? ()
No symbol table info available.
#118 0xbffffb7f in ?? ()
No symbol table info available.
#119 0x00000000 in ?? ()
No symbol table info available.
#120 0x00000000 in ?? ()
No symbol table info available.
#121 0x69000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
 
No symbol table info available.
#122 0x00363836 in ?? ()
No symbol table info available.
#123 0x6f6f722f in ?? ()
No symbol table info available.
#124 0x6d2e2f74 in ?? ()
No symbol table info available.
#125 0x6c697a6f in ?? ()
No symbol table info available.
#126 0x662f616c in ?? ()
No symbol table info available.
#127 0x66657269 in ?? ()
No symbol table info available.
#128 0x382f786f in ?? ()
No symbol table info available.
#129 0x377a6166 in ?? ()
No symbol table info available.
#130 0x2e397461 in ?? ()
No symbol table info available.
#131 0x61666564 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#132 0x2f746c75 in ?? ()
No symbol table info available.
#133 0x65747865 in ?? ()
No symbol table info available.
#134 0x6f69736e in ?? ()
No symbol table info available.
#135 0x7b2f736e in ?? ()
No symbol table info available.
#136 0x46333634 in ?? ()
No symbol table info available.
#137 0x35414336 in ?? ()
No symbol table info available.
#138 0x3345452d in ?? ()
No symbol table info available.
#139 0x62342d43 in ?? ()
No symbol table info available.
#140 0x422d3165 in ?? ()
No symbol table info available.
#141 0x2d364537 in ?? ()
No symbol table info available.
#142 0x45454637 in ?? ()
---Type <return> to continue, or q <return> to quit---

No symbol table info available.
#143 0x35393131 in ?? ()
No symbol table info available.
#144 0x34373333 in ?? ()
No symbol table info available.
#145 0x6f632f7d in ?? ()
No symbol table info available.
#146 0x6e6f706d in ?? ()
No symbol table info available.
#147 0x73746e65 in ?? ()
No symbol table info available.
#148 0x786f462f in ?? ()
No symbol table info available.
#149 0x6e755479 in ?? ()
No symbol table info available.
#150 0x43447365 in ?? ()
No symbol table info available.
#151 0x4800504f in ?? ()
No symbol table info available.
#152 0x30313d5a in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
 
#153 0x444b0030 in ?? ()
No symbol table info available.
#154 0x554d5f45 in ?? ()
No symbol table info available.
#155 0x4849544c in ?? ()
No symbol table info available.
#156 0x3d444145 in ?? ()
No symbol table info available.
#157 0x736c6166 in ?? ()
No symbol table info available.
#158 0x48530065 in ?? ()
No symbol table info available.
#159 0x3d4c4c45 in ?? ()
No symbol table info available.
#160 0x6e69622f in ?? ()
No symbol table info available.
#161 0x7361622f in ?? ()
No symbol table info available.
#162 0x45540068 in ?? ()
No symbol table info available.
#163 0x783d4d52 in ?? ()
---Type <return> to continue, or q <return> to quit---
 
No symbol table info available.
#164 0x6d726574 in ?? ()
No symbol table info available.
#165 0x4b544700 in ?? ()
No symbol table info available.
#166 0x43525f32 in ?? ()
No symbol table info available.
#167 0x4c49465f in ?? ()
No symbol table info available.
#168 0x2f3d5345 in ?? ()
No symbol table info available.
#169 0x2f637465 in ?? ()
No symbol table info available.
#170 0x2d6b7467 in ?? ()
No symbol table info available.
#171 0x2f302e32 in ?? ()
No symbol table info available.
#172 0x726b7467 in ?? ()
No symbol table info available.
#173 0x722f3a63 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---

#174 0x2f746f6f in ?? ()
No symbol table info available.
#175 0x6b74672e in ?? ()
No symbol table info available.
#176 0x322d6372 in ?? ()
No symbol table info available.
#177 0x2f3a302e in ?? ()
No symbol table info available.
#178 0x746f6f72 in ?? ()
No symbol table info available.
#179 0x646b2e2f in ?? ()
No symbol table info available.
#180 0x68732f65 in ?? ()
No symbol table info available.
#181 0x2f657261 in ?? ()
No symbol table info available.
#182 0x666e6f63 in ?? ()
No symbol table info available.
#183 0x672f6769 in ?? ()
No symbol table info available.
#184 0x63726b74 in ?? ()
---Type <return> to continue, or q <return> to quit---
  
No symbol table info available.
#185 0x5f444c00 in ?? ()
No symbol table info available.
#186 0x4c455250 in ?? ()
No symbol table info available.
#187 0x3d44414f in ?? ()
No symbol table info available.
#188 0x7273752f in ?? ()
No symbol table info available.
#189 0x62696c2f in ?? ()
No symbol table info available.
#190 0x62696c2f in ?? ()
No symbol table info available.
#191 0x73747261 in ?? ()
No symbol table info available.
#192 0x2e707364 in ?? ()
No symbol table info available.
#193 0x302e6f73 in ?? ()
No symbol table info available.
#194 0x73752f3a in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
  
#195 0x696c2f72 in ?? ()
No symbol table info available.
#196 0x696c2f62 in ?? ()
No symbol table info available.
#197 0x74726162 in ?? ()
No symbol table info available.
#198 0x732e6373 in ?? ()
No symbol table info available.
#199 0x3a302e6f in ?? ()
No symbol table info available.
#200 0x62696c2f in ?? ()
No symbol table info available.
#201 0x62696c2f in ?? ()
No symbol table info available.
#202 0x732e6c64 in ?? ()
No symbol table info available.
#203 0x00322e6f in ?? ()
No symbol table info available.
#204 0x4c5f5347 in ?? ()
No symbol table info available.
#205 0x2f3d4249 in ?? ()
---Type <return> to continue, or q <return> to quit---
     
No symbol table info available.
#206 0x746f6f72 in ?? ()
No symbol table info available.
#207 0x6f662e2f in ?? ()
No symbol table info available.
#208 0x0073746e in ?? ()
No symbol table info available.
#209 0x5f4b5447 in ?? ()
No symbol table info available.
#210 0x465f4352 in ?? ()
No symbol table info available.
#211 0x53454c49 in ?? ()
No symbol table info available.
#212 0x74652f3d in ?? ()
No symbol table info available.
#213 0x74672f63 in ?? ()
No symbol table info available.
#214 0x74672f6b in ?? ()
No symbol table info available.
#215 0x3a63726b in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
  
#216 0x6f6f722f in ?? ()
No symbol table info available.
#217 0x672e2f74 in ?? ()
No symbol table info available.
#218 0x63726b74 in ?? ()
No symbol table info available.
#219 0x6f722f3a in ?? ()
No symbol table info available.
#220 0x2e2f746f in ?? ()
No symbol table info available.
#221 0x2f65646b in ?? ()
No symbol table info available.
#222 0x72616873 in ?? ()
No symbol table info available.
#223 0x6f632f65 in ?? ()
No symbol table info available.
#224 0x6769666e in ?? ()
No symbol table info available.
#225 0x6b74672f in ?? ()
No symbol table info available.
#226 0x48006372 in ?? ()
---Type <return> to continue, or q <return> to quit---

No symbol table info available.
#227 0x4c485355 in ?? ()
No symbol table info available.
#228 0x4e49474f in ?? ()
No symbol table info available.
#229 0x4c41463d in ?? ()
No symbol table info available.
#230 0x57004553 in ?? ()
No symbol table info available.
#231 0x4f444e49 in ?? ()
No symbol table info available.
#232 0x3d444957 in ?? ()
No symbol table info available.
#233 0x34393134 in ?? ()
No symbol table info available.
#234 0x00313733 in ?? ()
No symbol table info available.
#235 0x5f45444b in ?? ()
No symbol table info available.
#236 0x4c4c5546 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
 
#237 0x5345535f in ?? ()
No symbol table info available.
#238 0x4e4f4953 in ?? ()
No symbol table info available.
#239 0x7572743d in ?? ()
No symbol table info available.
#240 0x4f4d0065 in ?? ()
No symbol table info available.
#241 0x4c4c495a in ?? ()
No symbol table info available.
#242 0x49465f41 in ?? ()
No symbol table info available.
#243 0x485f4556 in ?? ()
No symbol table info available.
#244 0x3d454d4f in ?? ()
No symbol table info available.
#245 0x7273752f in ?? ()
No symbol table info available.
#246 0x62696c2f in ?? ()
No symbol table info available.
#247 0x7a6f6d2f in ?? ()
---Type <return> to continue, or q <return> to quit---

No symbol table info available.
#248 0x616c6c69 in ?? ()
No symbol table info available.
#249 0x7269662d in ?? ()
No symbol table info available.
#250 0x786f6665 in ?? ()
No symbol table info available.
#251 0x45535500 in ?? ()
No symbol table info available.
#252 0x6f723d52 in ?? ()
No symbol table info available.
#253 0x5800746f in ?? ()
No symbol table info available.
#254 0x53525543 in ?? ()
No symbol table info available.
#255 0x535f524f in ?? ()
No symbol table info available.
#256 0x3d455a49 in ?? ()
No symbol table info available.
#257 0x5f444c00 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---

#258 0x5242494c in ?? ()
No symbol table info available.
#259 0x5f595241 in ?? ()
No symbol table info available.
#260 0x48544150 in ?? ()
No symbol table info available.
#261 0x73752f3d in ?? ()
No symbol table info available.
#262 0x696c2f72 in ?? ()
No symbol table info available.
#263 0x6f6d2f62 in ?? ()
No symbol table info available.
#264 0x6c6c697a in ?? ()
No symbol table info available.
#265 0x69662d61 in ?? ()
No symbol table info available.
#266 0x6f666572 in ?? ()
No symbol table info available.
#267 0x752f3a78 in ?? ()
No symbol table info available.
#268 0x6c2f7273 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#269 0x6d2f6269 in ?? ()
No symbol table info available.
#270 0x6c697a6f in ?? ()
No symbol table info available.
#271 0x662d616c in ?? ()
No symbol table info available.
#272 0x66657269 in ?? ()
No symbol table info available.
#273 0x702f786f in ?? ()
No symbol table info available.
#274 0x6967756c in ?? ()
No symbol table info available.
#275 0x2f3a736e in ?? ()
No symbol table info available.
#276 0x2f727375 in ?? ()
No symbol table info available.
#277 0x2f62696c in ?? ()
No symbol table info available.
#278 0x697a6f6d in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#279 0x2f616c6c in ?? ()
No symbol table info available.
#280 0x67756c70 in ?? ()
No symbol table info available.
#281 0x3a736e69 in ?? ()
No symbol table info available.
#282 0x7273752f in ?? ()
No symbol table info available.
#283 0x62696c2f in ?? ()
No symbol table info available.
#284 0x53455300 in ?? ()
No symbol table info available.
#285 0x4e4f4953 in ?? ()
No symbol table info available.
#286 0x4e414d5f in ?? ()
No symbol table info available.
#287 0x52454741 in ?? ()
No symbol table info available.
#288 0x636f6c3d in ?? ()
No symbol table info available.
#289 0x722f6c61 in ?? ()
---Type <return> to continue, or q <return> to quit---

No symbol table info available.
#290 0x65646e65 in ?? ()
No symbol table info available.
#291 0x786f6272 in ?? ()
No symbol table info available.
#292 0x6d742f3a in ?? ()
No symbol table info available.
#293 0x492e2f70 in ?? ()
No symbol table info available.
#294 0x752d4543 in ?? ()
No symbol table info available.
#295 0x2f78696e in ?? ()
No symbol table info available.
#296 0x34363035 in ?? ()
No symbol table info available.
#297 0x49414d00 in ?? ()
No symbol table info available.
#298 0x762f3d4c in ?? ()
No symbol table info available.
#299 0x6d2f7261 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#300 0x2f6c6961 in ?? ()
No symbol table info available.
#301 0x6c72616b in ?? ()
No symbol table info available.
#302 0x54415000 in ?? ()
No symbol table info available.
#303 0x732f3d48 in ?? ()
No symbol table info available.
#304 0x3a6e6962 in ?? ()
No symbol table info available.
#305 0x6e69622f in ?? ()
No symbol table info available.
#306 0x73752f3a in ?? ()
No symbol table info available.
#307 0x62732f72 in ?? ()
No symbol table info available.
#308 0x2f3a6e69 in ?? ()
No symbol table info available.
#309 0x2f727375 in ?? ()
No symbol table info available.
#310 0x3a6e6962 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#311 0x7273752f in ?? ()
No symbol table info available.
#312 0x6e69622f in ?? ()
No symbol table info available.
#313 0x3131582f in ?? ()
No symbol table info available.
#314 0x73752f3a in ?? ()
No symbol table info available.
#315 0x6f6c2f72 in ?? ()
No symbol table info available.
#316 0x2f6c6163 in ?? ()
No symbol table info available.
#317 0x6e696273 in ?? ()
No symbol table info available.
#318 0x73752f3a in ?? ()
No symbol table info available.
#319 0x6f6c2f72 in ?? ()
No symbol table info available.
#320 0x2f6c6163 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#321 0x006e6962 in ?? ()
No symbol table info available.
#322 0x3d445750 in ?? ()
No symbol table info available.
#323 0x6f6f722f in ?? ()
No symbol table info available.
#324 0x414c0074 in ?? ()
No symbol table info available.
#325 0x653d474e in ?? ()
No symbol table info available.
#326 0x42475f6e in ?? ()
No symbol table info available.
#327 0x4c485300 in ?? ()
No symbol table info available.
#328 0x353d4c56 in ?? ()
No symbol table info available.
#329 0x4d4f4800 in ?? ()
No symbol table info available.
#330 0x722f3d45 in ?? ()
No symbol table info available.
#331 0x00746f6f in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#332 0x474e414c in ?? ()
No symbol table info available.
#333 0x45474155 in ?? ()
No symbol table info available.
#334 0x5f6e653d in ?? ()
No symbol table info available.
#335 0x653a4247 in ?? ()
No symbol table info available.
#336 0x53555f6e in ?? ()
No symbol table info available.
#337 0x5f6e653a in ?? ()
No symbol table info available.
#338 0x653a4247 in ?? ()
No symbol table info available.
#339 0x4358006e in ?? ()
No symbol table info available.
#340 0x4f535255 in ?? ()
No symbol table info available.
#341 0x48545f52 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#342 0x3d454d45 in ?? ()
No symbol table info available.
#343 0x74696877 in ?? ()
No symbol table info available.
#344 0x616c6765 in ?? ()
No symbol table info available.
#345 0x4c007373 in ?? ()
No symbol table info available.
#346 0x414e474f in ?? ()
No symbol table info available.
#347 0x6b3d454d in ?? ()
No symbol table info available.
#348 0x006c7261 in ?? ()
No symbol table info available.
#349 0x50534944 in ?? ()
No symbol table info available.
#350 0x3d59414c in ?? ()
No symbol table info available.
#351 0x302e313a in ?? ()
No symbol table info available.
#352 0x55415800 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#353 0x524f4854 in ?? ()
No symbol table info available.
#354 0x3d595449 in ?? ()
No symbol table info available.
#355 0x6f6f722f in ?? ()
No symbol table info available.
#356 0x582e2f74 in ?? ()
No symbol table info available.
#357 0x68747561 in ?? ()
No symbol table info available.
#358 0x7469726f in ?? ()
No symbol table info available.
#359 0x4f430079 in ?? ()
No symbol table info available.
#360 0x54524f4c in ?? ()
No symbol table info available.
#361 0x3d4d5245 in ?? ()
No symbol table info available.
#362 0x6d6f6e67 in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#363 0x65742d65 in ?? ()
No symbol table info available.
#364 0x6e696d72 in ?? ()
No symbol table info available.
#365 0x58006c61 in ?? ()
No symbol table info available.
#366 0x505f4552 in ?? ()
No symbol table info available.
#367 0x49464f52 in ?? ()
No symbol table info available.
#368 0x505f454c in ?? ()
No symbol table info available.
#369 0x3d485441 in ?? ()
No symbol table info available.
#370 0x45525800 in ?? ()
No symbol table info available.
#371 0x4154535f in ?? ()
No symbol table info available.
#372 0x4f5f5452 in ?? ()
No symbol table info available.
#373 0x494c4646 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#374 0x003d454e in ?? ()
No symbol table info available.
#375 0x5f455258 in ?? ()
No symbol table info available.
#376 0x4f504d49 in ?? ()
No symbol table info available.
#377 0x505f5452 in ?? ()
No symbol table info available.
#378 0x49464f52 in ?? ()
No symbol table info available.
#379 0x3d53454c in ?? ()
No symbol table info available.
#380 0x6f722f00 in ?? ()
No symbol table info available.
#381 0x2e2f746f in ?? ()
No symbol table info available.
#382 0x697a6f6d in ?? ()
No symbol table info available.
#383 0x2f616c6c in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#384 0x65726966 in ?? ()
No symbol table info available.
#385 0x2f786f66 in ?? ()
No symbol table info available.
#386 0x7a616638 in ?? ()
No symbol table info available.
#387 0x39746137 in ?? ()
No symbol table info available.
#388 0x6665642e in ?? ()
No symbol table info available.
#389 0x746c7561 in ?? ()
No symbol table info available.
#390 0x7478652f in ?? ()
No symbol table info available.
#391 0x69736e65 in ?? ()
No symbol table info available.
#392 0x2f736e6f in ?? ()
No symbol table info available.
#393 0x3336347b in ?? ()
No symbol table info available.
#394 0x41433646 in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#395 0x45452d35 in ?? ()
No symbol table info available.
#396 0x342d4333 in ?? ()
No symbol table info available.
#397 0x2d316562 in ?? ()
No symbol table info available.
#398 0x36453742 in ?? ()
No symbol table info available.
#399 0x4546372d in ?? ()
No symbol table info available.
#400 0x39313145 in ?? ()
No symbol table info available.
#401 0x37333335 in ?? ()
No symbol table info available.
#402 0x632f7d34 in ?? ()
No symbol table info available.
#403 0x6f706d6f in ?? ()
No symbol table info available.
#404 0x746e656e in ?? ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#405 0x6f462f73 in ?? ()
No symbol table info available.
#406 0x75547978 in ?? ()
No symbol table info available.
#407 0x4473656e in ?? ()
No symbol table info available.
#408 0x00504f43 in ?? ()
No symbol table info available.
#409 0x00000000 in ?? ()
No symbol table info available.
Cannot access memory at address 0xc0000000
(gdb) Quit
renderbox:/home/karl#


	
	
		
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com



Reply to: