Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X server Caught signal 4. Server aborting [Unsolved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
iphands
n00b
n00b


Joined: 01 Oct 2005
Posts: 61

PostPosted: Wed Feb 28, 2007 3:30 am    Post subject: X server Caught signal 4. Server aborting [Unsolved] Reply with quote

I am lost...... Plz guide me

Code:

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/localhost:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.18-gentoo-r6 #1 PREEMPT Tue Feb 27 21:51:57 Local time zone must be set--see  i686
Build Date: 25 February 2007
        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: Tue Feb 27 22:23:52 2007
(==) Using config file: "/etc/X11/xorg.conf"
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+us" };
    xkb_geometry             { include "pc(pc105)" };

Backtrace:
0: X(xf86SigHandler+0x88) [0x80c55d8]

Fatal server error:
Caught signal 4.  Server aborting

Aborted


Sample xorg.conf
Code:

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

Section "Files"

#       FontPath     "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/OTF"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/CID/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

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

Section "InputDevice"
    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"

        #DisplaySize      320   240     # mm
 ### Comment all HorizSync and VertSync values to use DDC:
    Identifier     "Monitor0"
    VendorName     "PTW"
    ModelName      "309"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
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>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV17 [GeForce4 MX 440]"
    BusID          "PCI:1:11:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    SubSection     "Display"
        Viewport    0 0
    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


I've also tried to use vesa and nv drivers....
Code:

localhost log # emerge --info
Portage 2.1.2-r9 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.18-gentoo-r6 i686)
=================================================================
System uname: 2.6.18-gentoo-r6 i686 Intel(R) Celeron(TM) CPU                1300MHz
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 21 Feb 2007 15:20:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/terminfo"
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/"
LINGUAS="en en_GB"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="3dnow X aac aalib alsa asf asm berkdb bitmap-fonts cairo cdr cli cracklib crypt cups dedicated dri esd ffmpeg firefox flac fortran gdbm gnome gpm gtk gtk2 hal howl iconv ipv6 isdnlog java jpeg libg++ lm_sensors mad midi mmx mpeg ncurses nfs nls no-nptl nptl nptlonly nsplugin nvidia ogg opelgl pam pcre pdf perl png ppds pppd python readline reflection rouge samba sdl session spl sse sse2 ssl tcpd teamarena theora tiff truetype-fonts type1-fonts unicode usb v4l vorbis win32codecs x86 xatrix xine xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_GB" USERLAND="GNU" VIDEO_CARDS="vesa nv"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


Last edited by iphands on Fri Mar 02, 2007 12:04 am; edited 2 times in total
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Wed Feb 28, 2007 3:44 am    Post subject: Re: Caught signal 4. Server aborting Reply with quote

iphands wrote:
Backtrace:
0: X(xf86SigHandler+0x88) [0x80c55d8]

Try a different version of x11-base/xorg-server, because it owns /usr/bin/X.
Back to top
View user's profile Send private message
iphands
n00b
n00b


Joined: 01 Oct 2005
Posts: 61

PostPosted: Wed Feb 28, 2007 6:02 pm    Post subject: Re: Caught signal 4. Server aborting Reply with quote

PaulBredbury wrote:
iphands wrote:
Backtrace:
0: X(xf86SigHandler+0x88) [0x80c55d8]

Try a different version of x11-base/xorg-server, because it owns /usr/bin/X.


Nope I've already tried 1.1.1-r4 , 1.1.1-r1 ,and 1.2.0-r1! Thx for the heads up though.

Also I have half a dozen (at least) machines running Gentoo and 1.1.1-r4 & 1.1.1-r1 works fine for all these.

Code:

localhost ~ # X
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/localhost:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.18-gentoo-r6 i686
Current Operating System: Linux localhost 2.6.18-gentoo-r6 #1 PREEMPT Tue Feb 27 21:51:57 Local time zone must be set--see  i686
Build Date: 28 February 2007
        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: Wed Feb 28 13:01:21 2007
(==) Using config file: "/etc/X11/xorg.conf"

Backtrace:
0: X(xf86SigHandler+0x88) [0x80c1368]

Fatal server error:
Caught signal 4.  Server aborting

Aborted


Still looks the same
Back to top
View user's profile Send private message
iphands
n00b
n00b


Joined: 01 Oct 2005
Posts: 61

PostPosted: Thu Mar 01, 2007 2:55 am    Post subject: New stuff Reply with quote

I recompiled without fomit-frame-pointer Doh!.... and enabled the debug use flag.
I now get...
Code:

localhost ~ # X
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/localhost:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.18-gentoo-r6 #2 PREEMPT Wed Feb 28 18:41:44 Local time zone must be set--see  i686
Build Date: 28 February 2007
        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: Wed Feb 28 21:54:53 2007
(==) Using config file: "/etc/X11/xorg.conf"
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+us" };
    xkb_geometry             { include "pc(pc105)" };

Backtrace:
0: X(xf86SigHandler+0x84) [0x80c4294]
1: [0xb7f7b420]

Fatal server error:
Caught signal 4.  Server aborting

Aborted


And this from a gdb run:
Code:
localhost ~ # gdb X
GNU gdb 6.6
Copyright (C) 2006 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 "i686-pc-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/X
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1211066704 (LWP 17593)]
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/localhost:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux localhost 2.6.18-gentoo-r6 #2 PREEMPT Wed Feb 28 18:41:44 Local time zone must be set--see  i686
Build Date: 28 February 2007
        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: Wed Feb 28 21:55:34 2007
(==) Using config file: "/etc/X11/xorg.conf"
[tcsetpgrp failed in terminal_inferior: Operation not permitted]
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+us" };
    xkb_geometry             { include "pc(pc105)" };

Program received signal SIGILL, Illegal instruction.
[Switching to Thread -1211066704 (LWP 17593)]
0xb7f27160 in FontParseXLFDName () from /usr/lib/libXfont.so.1


Here is the bottom portion of an strace on /usr/bin/X
Code:
write(5, "\7\0\260\2", 4)               = 4
close(5)                                = 0
stat64("/proc/bus/pci/00", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
open("/proc/bus/pci/00/1e.0", O_RDWR)   = 5
lseek(5, 62, SEEK_SET)                  = 62
read(5, "\6\0", 2)                      = 2
lseek(5, 62, SEEK_SET)                  = 62
write(5, "\16\0", 2)                    = 2
ioctl(4, KDSETMODE, 0)                  = 0
ioctl(4, VIDIOC_RESERVED or VT_GETMODE, 0xbf938734) = 0
ioctl(4, VIDIOC_ENUM_FMT or VT_SETMODE, 0xbf938734) = 0
ioctl(4, VIDIOC_G_COMP or VT_ACTIVATE, 0x7) = 0
close(4)                                = 0
chown32("/dev/tty0", 0, 0)              = 0
chown32("/dev/tty8", 0, 5)              = 0
close(0)                                = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(17372, 17372, SIGABRT)           = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++



Anyone know whats up?
Back to top
View user's profile Send private message
iphands
n00b
n00b


Joined: 01 Oct 2005
Posts: 61

PostPosted: Thu Mar 01, 2007 11:16 pm    Post subject: Reply with quote

Bump.....
I desperately need a fix.

Thanks,
-Ian
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum