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

Bug#197180: marked as done (xserver-xfree86: [s3virge] SEGVs in XAAPaintWindow() and XAADestroyPixmap())



Your message dated Tue, 9 Jan 2007 10:30:49 +0100
with message-id <20070109093049.GA16302@grep.be>
and subject line Bug#197180: xserver-xfree86: [s3virge] SEGVs in XAAPaintWindow() and XAADestroyPixmap()
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xfree86
Version: 4.2.1-8
Severity: normal

Hi

If I ever try to fire up xine, my X server will segfault in
seconds. It happens most of all when I try to use xine at full screen,
but that is not required to make the server go down.

I ran xine in the X server from the package 'xserver-xfree86-dbg',
twice. This produced the following two backtraces:

(gdb) where
#0  0x40073a41 in kill () from /lib/libc.so.6
#1  0x40073862 in raise () from /lib/libc.so.6
#2  0x40074976 in abort () from /lib/libc.so.6
#3  0x0824b5f9 in ddxGiveUp () at xf86Init.c:1094
#4  0x082b2520 in AbortServer () at utils.c:436
#5  0x082b37a5 in FatalError (f=0x85a1640 "Caught signal %d.  Server
aborting\n") at utils.c:1399
#6  0x0825c9e6 in xf86SigHandler (signo=11) at xf86Events.c:1085
#7  <signal handler called>
#8  0x081c5032 in XAAPaintWindow (pWin=0x8a16790, prgn=0xbffff850,
what=0) at xaaPaintWin.c:109
#9  0x08372eb8 in miSpritePaintWindowBackground (pWin=0x8a16790,
pRegion=0xbffff850, what=0) at misprite.c:844
#10 0x08358a97 in miClearToBackground (pWin=0x8a16790, x=0, y=0, w=0,
h=0, generateExposures=0) at miwindow.c:131
#11 0x08373153 in miSpriteClearToBackground (pWin=0x8a16790, x=0, y=0,
w=0, h=0, generateExposures=0) at misprite.c:947
#12 0x0828f3b4 in ProcClearToBackground (client=0x88a4a58) at
dispatch.c:1722
#13 0x0828d549 in Dispatch () at dispatch.c:462
#14 0x0829d468 in main (argc=1, argv=0xbffffda4, envp=0xbffffdac) at
main.c:488

and the second:

(gdb) where
#0  0x40073a41 in kill () from /lib/libc.so.6
#1  0x40073862 in raise () from /lib/libc.so.6
#2  0x40074976 in abort () from /lib/libc.so.6
#3  0x0824b5f9 in ddxGiveUp () at xf86Init.c:1094
#4  0x082b2520 in AbortServer () at utils.c:436
#5  0x082b37a5 in FatalError (f=0x85a1640 "Caught signal %d.  Server
aborting\n") at utils.c:1399
#6  0x0825c9e6 in xf86SigHandler (signo=11) at xf86Events.c:1085
#7  <signal handler called>
#8  0x081b4841 in XAADestroyPixmap (pPix=0x8afac08) at xaaInit.c:585
#9  0x08390818 in XvDestroyPixmap (pPix=0x8afac08) at xvmain.c:392
#10 0x08377eba in ShmDestroyPixmap (pPixmap=0x8afac08) at shm.c:317
#11 0x082a4cd1 in ChangeWindowAttributes (pWin=0x89ad0a0, vmask=1,
vlist=0x89474dc, client=0x8a8bd48) at window.c:1085
#12 0x0828d80b in ProcChangeWindowAttributes (client=0x8a8bd48) at
dispatch.c:561
#13 0x0828d549 in Dispatch () at dispatch.c:462
#14 0x0829d468 in main (argc=1, argv=0xbffffa64, envp=0xbffffa6c) at
main.c:488

The log which is part of this bugreport is the one that was produced
as a result of the second attempt. I have no log from the first one
anymore.

-- Package-specific info:
01:00.0 VGA compatible controller: S3 Inc. 86c368 [Trio 3D/2X] (rev 02)
01:00.0 Class 0300: 5333:8a13 (rev 02)

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) 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.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

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/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	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"	"pc105"
	Option		"XkbLayout"	"be"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	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		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"S3 Trio3D/2X"
	Driver		"s3virge"
	VideoRam	8192
EndSection

Section "Monitor"
	Identifier	"Belinea 10 15 36"
	HorizSync	28-49
	VertRefresh	43-72
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"S3 Trio3D/2X"
	Monitor		"Belinea 10 15 36"
	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

### END DEBCONF SECTION


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian (static) 4.2.1-8 20030609132746 james@nocrew.org) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.21-rc1-ac1-cryptoloop i686 [ELF] 
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.0.log", Time: Thu Jun 12 22:02:06 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Belinea 10 15 36"
(**) |   |-->Device "S3 Trio3D/2X"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "be"
(**) XKB: layout: "be"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(--) using VT number 7

(II) Open APM successful
(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 8086,7190 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
(II) PCI: 00:0f:0: chip 1274,1371 card 1274,1371 rev 06 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 5333,8a13 card 5333,8a13 rev 02 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (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) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x8c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) S3 Trio3D/2X rev 2, Mem @ 0xf0000000/26
(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) Active PCI resource ranges:
	[0] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[1] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[2] -1 0	0x00001040 - 0x0000107f (0x40) IX[B]
	[3] -1 0	0x00001020 - 0x0000103f (0x20) IX[B]
	[4] -1 0	0x00001000 - 0x0000100f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[1] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[2] -1 0	0x00001040 - 0x0000107f (0x40) IX[B]
	[3] -1 0	0x00001020 - 0x0000103f (0x20) IX[B]
	[4] -1 0	0x00001000 - 0x0000100f (0x10) 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	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[6] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[7] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[9] -1 0	0x00001040 - 0x0000107f (0x40) IX[B]
	[10] -1 0	0x00001020 - 0x0000103f (0x20) IX[B]
	[11] -1 0	0x00001000 - 0x0000100f (0x10) 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/TNT2 Pro, RIVA TNT2 Ultra, Vanta, Riva TNT2 M64,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR, GeForce2 GTS/Pro,
	GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460,
	GeForce4 MX 440, GeForce4 MX 420, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go M32, Quadro4 500XGL, GeForce4 440 Go M64,
	Quadro4 200/400NVS, Quadro4 550XGL, Quadro4 GoGL, 0x0180, 0x0181,
	0x0182, 0x0188, 0x018A, 0x018B, GeForce2 Integrated, 0x01F0,
	GeForce3, GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC,
	GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200,
	Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, 0x0280, 0x0281,
	0x0288, 0x0289
(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.3) 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, SIS530, SIS6326, SIS300,
	SIS630, SIS540
(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.26) 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) 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, cyberbladeXPm/8, cyberbladeXPm/16, 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) ATI: ATI driver (version 6.4.16) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
	ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
	ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
	ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
	ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
	ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
	ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
	ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
	ATI Rage 128 Mobility ML (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 QY (AGP), ATI Radeon VE QZ (AGP),
	ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LX (AGP),
	ATI Radeon Mobility LY (AGP), ATI Radeon Mobility LZ (AGP),
	ATI Radeon 8500 QL (AGP), ATI Radeon 8500 QM (AGP),
	ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
	ATI Radeon 7500 QW (AGP), ATI Radeon 9000 If (AGP)
(II) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,
	i830M
(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) v4l driver for Video4Linux
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset trio 3d/2x 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	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[6] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[7] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[9] -1 0	0x00001040 - 0x0000107f (0x40) IX[B]
	[10] -1 0	0x00001020 - 0x0000103f (0x20) IX[B]
	[11] -1 0	0x00001000 - 0x0000100f (0x10) 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	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[6] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[7] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[8] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[9] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[10] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1 0	0x00001040 - 0x0000107f (0x40) IX[B]
	[13] -1 0	0x00001020 - 0x0000103f (0x20) IX[B]
	[14] -1 0	0x00001000 - 0x0000100f (0x10) IX[B]
	[15] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[16] 0 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) S3VIRGE(0): Depth 24, (--) framebuffer bpp 24
(==) S3VIRGE(0): RGB weight 888
(==) S3VIRGE(0): Default visual is TrueColor
(==) S3VIRGE(0): Using HW Cursor
(==) S3VIRGE(0): Using fb.
(==) S3VIRGE(0): mx_cr3a_fix.
(==) S3VIRGE(0): XVideo allowed (depends on chipset).
(II) S3VIRGE(0): initializing int10
(II) S3VIRGE(0): Primary V_BIOS segment is: 0xc000
(II) S3VIRGE(0): VESA BIOS detected
(II) S3VIRGE(0): VESA VBE Version 2.0
(II) S3VIRGE(0): VESA VBE Total Mem: 4096 kB
(II) S3VIRGE(0): VESA VBE OEM: S3 Incorporated. 86C362
(II) S3VIRGE(0): VESA VBE OEM Software Rev: 1.1
(II) S3VIRGE(0): VESA VBE OEM Vendor: S3 Incorporated.
(II) S3VIRGE(0): VESA VBE OEM Product: Trio3D/2X
(II) S3VIRGE(0): VESA VBE OEM Product Rev: Rev C
(--) S3VIRGE(0): Chipset: "trio 3d/2x"
(II) S3VIRGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) S3VIRGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) S3VIRGE(0): VESA VBE DDC supported
(II) S3VIRGE(0): VESA VBE DDC Level 2
(II) S3VIRGE(0): VESA VBE DDC transfer in appr. 1 sec.
(II) S3VIRGE(0): VESA VBE DDC read successfully
(II) S3VIRGE(0): Manufacturer: MAX  Model: 600  Serial#: 1254
(II) S3VIRGE(0): Year: 2002  Week: 31
(II) S3VIRGE(0): EDID Version: 1.3
(II) S3VIRGE(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) S3VIRGE(0): Sync:  Separate
(II) S3VIRGE(0): Max H-Image Size [cm]: horiz.: 30  vert.: 23
(II) S3VIRGE(0): Gamma: 2.20
(II) S3VIRGE(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) S3VIRGE(0): First detailed timing is preferred mode
(II) S3VIRGE(0): redX: 0.597 redY: 0.350   greenX: 0.310 greenY: 0.530
(II) S3VIRGE(0): blueX: 0.153 blueY: 0.131   whiteX: 0.310 whiteY: 0.330
(II) S3VIRGE(0): Supported VESA Video Modes:
(II) S3VIRGE(0): 720x400@70Hz
(II) S3VIRGE(0): 640x480@60Hz
(II) S3VIRGE(0): 640x480@67Hz
(II) S3VIRGE(0): 640x480@72Hz
(II) S3VIRGE(0): 640x480@75Hz
(II) S3VIRGE(0): 800x600@60Hz
(II) S3VIRGE(0): 800x600@72Hz
(II) S3VIRGE(0): 800x600@75Hz
(II) S3VIRGE(0): 832x624@75Hz
(II) S3VIRGE(0): 1024x768@60Hz
(II) S3VIRGE(0): 1024x768@70Hz
(II) S3VIRGE(0): 1024x768@75Hz
(II) S3VIRGE(0): Manufacturer's mask: 0
(II) S3VIRGE(0): Supported additional Video Mode:
(II) S3VIRGE(0): clock: 65.0 MHz   Image Size:  304 x 228 mm
(II) S3VIRGE(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) S3VIRGE(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) S3VIRGE(0): Serial No: 023101254
(II) S3VIRGE(0): Ranges: V min: 50  V max: 75 Hz, H min: 30  H max: 60 kHz, PixClock max 80 MHz
(II) S3VIRGE(0): Monitor name: Belinea101536
(==) S3VIRGE(0): Using gamma correction (1.0, 1.0, 1.0)
(--) S3VIRGE(0): videoram:  4096k (plus 4096k off-screen)
(--) S3VIRGE(0): Detected current MCLK value of 83.224 MHz
(WW) S3VIRGE(0): config file hsync range 28-49kHz not within DDC hsync range 30-60kHz
(WW) S3VIRGE(0): config file vrefresh range 43-72Hz not within DDC vrefresh range 50-75Hz
(II) S3VIRGE(0): Belinea 10 15 36: Using hsync range of 28.00-49.00 kHz
(II) S3VIRGE(0): Belinea 10 15 36: Using vrefresh range of 43.00-72.00 Hz
(II) S3VIRGE(0): Clock range:  20.00 to 270.00 MHz
(II) S3VIRGE(0): Not using default mode "640x350" (vrefresh out of range)
(II) S3VIRGE(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "640x400" (vrefresh out of range)
(II) S3VIRGE(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "720x400" (vrefresh out of range)
(II) S3VIRGE(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "640x480" (vrefresh out of range)
(II) S3VIRGE(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "640x480" (vrefresh out of range)
(II) S3VIRGE(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "640x480" (vrefresh out of range)
(II) S3VIRGE(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "800x600" (vrefresh out of range)
(II) S3VIRGE(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1024x768" (vrefresh out of range)
(II) S3VIRGE(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1152x864" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1280x960" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1280x960" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1280x1024" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1280x1024" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1280x1024" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "832x624" (hsync out of range)
(II) S3VIRGE(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) S3VIRGE(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) S3VIRGE(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(--) S3VIRGE(0): Virtual size is 1024x768 (pitch 1024)
(**) S3VIRGE(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) S3VIRGE(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) S3VIRGE(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) S3VIRGE(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) S3VIRGE(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) S3VIRGE(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(--) S3VIRGE(0): Display dimensions: (300, 230) mm
(--) S3VIRGE(0): DPI set to (86, 84)
(==) Depth 24 pixmap format is 32 bpp
(II) resource ranges after preInit:
	[0] 0 0	0xf0000000 - 0xf3ffffff (0x4000000) MS[B]
	[1] -1 0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[2] -1 0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[3] -1 0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1 0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1 0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1 0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[7] -1 0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[8] 0 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[9] 0 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[10] 0 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[11] -1 0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1 0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1 0	0x00001040 - 0x0000107f (0x40) IX[B]
	[14] -1 0	0x00001020 - 0x0000103f (0x20) IX[B]
	[15] -1 0	0x00001000 - 0x0000100f (0x10) IX[B]
	[16] 0 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[17] 0 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) S3VIRGE(0): Write-combining range (0xf0000000,0x400000)
(II) S3VIRGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) S3VIRGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(**) S3VIRGE(0): Using FB
(II) S3VIRGE(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Solid Horizontal and Vertical Lines
	Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		16 128x128 slots
		4 256x256 slots
(==) S3VIRGE(0): Backing store disabled
(==) S3VIRGE(0): Silken mouse enabled
(**) Option "dpms"
(**) S3VIRGE(0): DPMS enabled
(II) S3VIRGE(0): Using overlay video
(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 "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"
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
	No such file or directory.
(EE) Generic Mouse: cannot open input device
(EE) PreInit failed for input device "Generic Mouse"
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) Open APM successful

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.0.log".
Please report problems to submit@bugs.debian.org.


-rw-r--r--    1 root     root        26070 2003-06-12 22:03 /var/log/XFree86.0.log
-rw-r--r--    1 root     root        28133 2003-05-13 19:07 /var/log/XFree86.1.log
-rw-r--r--    1 root     root        28172 2003-03-02 16:45 /var/log/XFree86.8.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux rock 2.4.20 #1 ma apr 7 16:54:11 CEST 2003 i686
Locale: LANG=nl_BE, LC_CTYPE=nl_BE

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.2.41     Debian configuration management sy
ii  libc6                         2.3.1-17   GNU C Library: Shared libraries an
ii  xserver-common                4.2.1-8    files and utilities common to all 
ii  zlib1g                        1:1.1.4-12 compression library - runtime

-- debconf information:
  xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
* xserver-xfree86/config/device/use_fbdev: false
* xserver-xfree86/config/monitor/selection-method: Medium
  xserver-xfree86/config/doublequote_in_string_error: 
* xserver-xfree86/config/device/bus_id: 
* xserver-xfree86/config/device/video_ram: 8192
* xserver-xfree86/config/monitor/lcd: true
  xserver-xfree86/config/inputdevice/keyboard/internal: 
* xserver-xfree86/config/device/driver: s3virge
* xserver-xfree86/config/monitor/vert-refresh: 43-72
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/display/modes: 1024x768, 800x600, 640x480
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe
  xserver-xfree86/move_existing_nondebconf_config: false
  xserver-xfree86/config/monitor/range_input_error: 
* xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant: 
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
* xserver-xfree86/config/write_files_section: true
* xserver-xfree86/autodetect_monitor: true
* xserver-xfree86/config/device/identifier: S3 Trio3D/2X
* shared/default-x-server: xserver-xfree86-dbg
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: false
* xserver-xfree86/config/inputdevice/keyboard/layout: be
* xserver-xfree86/config/monitor/horiz-sync: 28-49
* xserver-xfree86/config/monitor/identifier: Belinea 10 15 36
  shared/no_known_x-server: 
* xserver-xfree86/autodetect_mouse: false
* xserver-xfree86/config/monitor/mode-list: 1024x768 @ 60Hz
* xserver-xfree86/clobber_XF86Config-4: true
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
* xserver-xfree86/aware_XF86Config-4: 
  xserver-xfree86/multiple_possible_x-drivers: 
* xserver-xfree86/config/inputdevice/keyboard/model: pc105
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
* shared/clobber_x-server_symlink: false
  xserver-xfree86/config/inputdevice/mouse/retry_detection: 
  xserver-xfree86/config/device/bus_id_error: 
* xserver-xfree86/config/inputdevice/keyboard/options: 
  xserver-xfree86/config/nonnumeric_string_error: 
* xserver-xfree86/config/inputdevice/mouse/protocol: ImPS/2
  shared/multiple_possible_x-servers: 
  xserver-xfree86/config/null_string_error: 
* xserver-xfree86/manage_config_with_debconf: true



--- End Message ---
--- Begin Message ---
On Sat, Jan 06, 2007 at 12:36:35PM +0100, Brice Goglin wrote:
> Hi Wouter,
> 
> About 4 years ago, you reported a bug to the Debian BTS regarding a
> segfault of the X server when using xine. Have you been able to
> reproduce this problem recently? If not, I will close the bug in the
> next weeks.

The box that contains this card is now running sarge since quite a
while. I just installed xine there and ran it; there were no issues
anymore this time.

So I'm closing this bug; if it happens again after the release of sarge,
I'll be sure to reopen it ;)

-- 
Fun will now commence
  -- Seven Of Nine, "Ashes to Ashes", stardate 53679.4

--- End Message ---

Reply to: