Bernhard R. Link a écrit :
* BERTRAND Benedicte<m...@systella.fr>  [110417 17:33]:
When I try to launch gv, X session (xfce, gnome, windowmaker) aborts.
This bug occurs even if gv is launched without any argument from command line.
I'm unable to obtain more information in log files.

I think it is very unlikely that this can happen without at least a
bug in other components. I guess most likely is the Xserver crashing.

Is there anything at the end of /var/log/Xorg.0.log (or rather
/var/log/Xorg.0.log.old once a new X xserver is started?)

Does ~/.xsession-errors show messages related to this?

In .xsessions-errors, I have :

/usr/bin/wmaker(catchXError(startup.c:177)): warning: internal X error: RenderBadPicture (invalid Picture parameter)
        Request code: 149
        Request minor code: 7
        Resource ID: 0x8000b6
        Error serial: 69290

/usr/bin/wmaker(catchXError(startup.c:177)): warning: internal X error: RenderBadPicture (invalid Picture parameter)
        Request code: 149
        Request minor code: 7
        Resource ID: 0x8000b6
        Error serial: 274468

/usr/bin/wmaker(catchXError(startup.c:177)): warning: internal X error: RenderBadPicture (invalid Picture parameter)
        Request code: 149
        Request minor code: 7
        Resource ID: 0x8000b6
        Error serial: 274819

but I'm not sure that my problem is related to these messages as I have tested with other windowmanagers.

In Xorg.log.0.old, I found :

Backtrace:
[3432424.172] 0: /usr/bin/X (0x10000+0x66088) [0x76088]
[3432424.172] 1: /lib/libpthread.so.0 (0xf7e24000+0x11158) [0xf7e35158]
[3432424.172] 2: /usr/bin/X (ProcessWorkQueue+0x34) [0x5a614]
[3432424.172] 3: /usr/bin/X (WaitForSomething+0xc0) [0x78be0]
[3432424.172] 4: /usr/bin/X (0x10000+0x272a4) [0x372a4]
[3432424.172] 5: /usr/bin/X (0x10000+0x1f6ec) [0x2f6ec]
[3432424.173] 6: /lib/libc.so.6 (__libc_start_main+0x10c) [0xf7ab064c]
[3432424.173] 7: /usr/bin/X (_start+0x2c) [0x2f10c]
[3432424.173] Segmentation fault at address (nil)
[3432424.173]
Fatal server error:
[3432424.173] Caught signal 11 (Segmentation fault). Server aborting
[3432424.173]
[3432424.173]
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.

        My xorg.conf contains:

Section "Files"
        FontPath        "unix/:7100"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
        Load    "cfb"
        Load    "cfb32"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
        Option          "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "Sun XVR 500"
        Driver          "glint"
        Option          "UseFBDev"              "true"
EndSection

Section "Device"
        Identifier      "Creator 3D"
        Driver          "sunffb"
        Option          "UseFBDev"              "false"
EndSection

Section "Monitor"
        Identifier      "�~Icran générique"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Creator 3D"
        Monitor         "�~Icran générique"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           32
                Modes           "1280x1024" "800x600"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

Distribution is debian/testing uptodate (xorg 1:7.6+6, xserver-xorg-core 2:1.9.5-1).

        Best regards,

        BB




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to