Bug 4663 - Xorg won't start up and crashes with core dump.
Summary: Xorg won't start up and crashes with core dump.
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 6.8.2
Hardware: SPARC FreeBSD
: high critical
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-02 03:42 UTC by Uknown
Modified: 2009-05-20 05:55 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Uknown 2005-10-02 03:42:02 UTC
No matter how I configure it or how I seem to set it, it just dumps to core
:/...  Any help would be appriciated.

#Xorg -config /root/xorg.conf.new

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 6.0 sparc64 [ELF] 
Current Operating System: FreeBSD What 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Wed Aug
24 09:32:00 UTC 2005    
root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64
Build Date: 07 August 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
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/Xorg.0.log", Time: Sun Oct  2 03:25:11 2005
(++) Using config file: "/root/xorg.conf.new"
AFB: Detected Elite3D/M6.
No matching visual for __GLcontextMode with visual class = 3 (32772), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 0 (32775), nplanes = 24

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 4.  Server aborting


Please consult the The X.Org Foundation support 
         at http://wiki.X.Org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

Abort (core dumped)
#

#------------ xorg.conf.new ----------------#

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
	Identifier  "Card0"
	Driver      "sunffb"
	BusID       "SBUS:/SUNW,ffb@1e,0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Comment 1 Uknown 2005-10-02 03:45:38 UTC
FreeBSD What 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Wed Aug 24 09:32:00 UTC 2005    
root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  sparc64

This is a Sun Ultra 60 1024 MB of RAM Creator/3D 2x450 mhz.
Comment 2 Adam Jackson 2005-10-02 09:48:25 UTC
please attach the X log file you generated when you did Xorg -configure.
Comment 3 Uknown 2005-10-02 13:37:02 UTC
# Xorg -configure

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 6.0 sparc64 [ELF] 
Current Operating System: FreeBSD What 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Wed Aug
24 09:32:00 UTC 2005    
root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64
Build Date: 07 August 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
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/Xorg.0.log", Time: Sun Oct  2 13:33:40 2005
List of video drivers:
        atimisc
        r128
        radeon
        sunffb
        sunleo
        suncg6
        suncg3
        suncg14
        suntcx
        sunbw2
        glint
        mga
        tdfx
        ati
        vesa
        vga
(++) Using config file: "/root/xorg.conf.new"


Xorg detected your mouse at device /dev/sysmouse.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.

Your xorg.conf file is /root/xorg.conf.new

To test the server, run 'X -config /root/xorg.conf.new'
Comment 4 Uknown 2005-10-04 03:51:53 UTC
(In reply to comment #2)
> please attach the X log file you generated when you did Xorg -configure.

# Xorg -configure

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 6.0 sparc64 [ELF] 
Current Operating System: FreeBSD What 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Wed Aug
24 09:32:00 UTC 2005    
root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64
Build Date: 07 August 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
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/Xorg.0.log", Time: Sun Oct  2 13:33:40 2005
List of video drivers:
        atimisc
        r128
        radeon
        sunffb
        sunleo
        suncg6
        suncg3
        suncg14
        suntcx
        sunbw2
        glint
        mga
        tdfx
        ati
        vesa
        vga
(++) Using config file: "/root/xorg.conf.new"


Xorg detected your mouse at device /dev/sysmouse.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.

Your xorg.conf file is /root/xorg.conf.new

To test the server, run 'X -config /root/xorg.conf.new'
Comment 5 Uknown 2005-10-04 03:55:52 UTC
Any other infromation needed?
---------------------------------------------------------
# df -h
Filesystem    Size    Used   Avail Capacity  Mounted on
/dev/da0a     1.9G     65M    1.7G     4%    /
devfs         1.0K    1.0K      0B   100%    /dev
/dev/da0e     8.6G     16K    7.9G     0%    /tmp
/dev/da1d      31G    1.6G     27G     6%    /usr
/dev/da0d     3.9G    8.0M    3.6G     0%    /var

---------------------------------------------------------
# uname -a
FreeBSD What 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Wed Aug 24 09:32:00 UTC 2005  
root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  sparc64
---------------------------------------------------------
Comment 6 Adam Jackson 2005-10-23 13:54:49 UTC
can you attach the log file from the crash?
Comment 7 Erik Andren 2006-04-20 06:50:13 UTC
Ping to the bug submitter!
Comment 8 Daniel Stone 2007-02-27 01:28:16 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 9 Jerome Glisse 2009-05-20 05:55:54 UTC
Closing this bug for inactivity reopen if you still have this issue with recent xorg, xf86-video-ati.


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