Public bug reported:

Binary package hint: gdm

Hello,

When running gdmsetup from Terminal, the Login Window Preferences box
appears for a split second, but then I see a Segmentation Fault.  When
going to System-> Administration-> Login Window, I get the same
behavior.

This is similar to a few other bugs which I found, which indicated that
they would be fixed by removing a Wacom entry from xorg.conf or the
presence of /etc/gdm/gdm.conf-custom.  I do not have the Wacom entry,
and my gdm.conf-custom is intact.  Any other ideas?  Please let me know
what logs etc you need from me.  I've included some info below:

--------------------------------------------------------------------------------------------

[EMAIL PROTECTED]:/etc/gdm$ lsb_release -rd
Description:    Ubuntu 8.04.1
Release:        8.04
--------------------------------------------------------------------------------------------
[EMAIL PROTECTED]:/etc/gdm$ apt-cache policy gdm
gdm:
  Installed: 2.20.6-0ubuntu2
  Candidate: 2.20.6-0ubuntu2
  Version table:
 *** 2.20.6-0ubuntu2 0
        500 http://us.archive.ubuntu.com hardy-updates/main Packages
        100 /var/lib/dpkg/status
     2.20.5-0ubuntu3 0
        500 http://us.archive.ubuntu.com hardy/main Packages
--------------------------------------------------------------------------------------------
[EMAIL PROTECTED]:/etc/gdm$ cat gdm.conf-custom
# GDM Configuration Customization file.
(snip)
# Have fun!

[daemon]

RemoteGreeter=/usr/lib/gdm/gdmgreeter

[security]

[xdmcp]

Enable=true

[gui]

[greeter]


SoundOnLoginFile=

DefaultFace=

GlobalFaceDir=///

[chooser]

[debug]

[servers]


--------------------------------------------------------------------------------------------

[EMAIL PROTECTED]:/etc/X11$ cat xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Thu Feb 14 18:20:37 PST 
2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Module"
    Load           "glx"
    Load           "v4l"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
    VendorName     "Generic LCD Display"
    ModelName      "LCD Panel 1680x1050"
    HorizSync       31.5 - 65.5
    VertRefresh     56.0 - 65.0
    Gamma           1
    ModeLine       "[EMAIL PROTECTED]" 36.0 800 824 896 1024 600 601 603 625 
+hsync +vsync
    ModeLine       "[EMAIL PROTECTED]" 40.0 800 840 968 1056 600 601 605 628 
+hsync +vsync
    ModeLine       "[EMAIL PROTECTED]" 80.1 1280 1344 1480 1680 768 769 772 795 
-hsync +vsync
    ModeLine       "[EMAIL PROTECTED]" 74.5 1280 1336 1472 1664 720 721 724 746 
-hsync +vsync
    ModeLine       "[EMAIL PROTECTED]" 83.5 1280 1344 1480 1680 800 801 804 828 
-hsync +vsync
    ModeLine       "[EMAIL PROTECTED]" 106.5 1440 1520 1672 1904 900 901 904 
932 -hsync +vsync
    ModeLine       "[EMAIL PROTECTED]" 136.4 1600 1704 1872 2144 1024 1025 1028 
1060 -hsync +vsync
    ModeLine       "[EMAIL PROTECTED]" 147.1 1680 1784 1968 2256 1050 1051 1054 
1087 -hsync +vsync
EndSection

Section "Monitor"
 #  
    Identifier     "monitor1"
    Gamma           1
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    BoardName      "vesa"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
 #  
    Identifier     "device1"
    Driver         "vesa"
    BoardName      "vesa"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       24
        Modes      "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" 
"[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" 
"[EMAIL PROTECTED]"
    EndSubSection
EndSection

Section "Screen"
 #  
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
EndSection

--------------------------------------------------------------------------------------------

(gdb) target exec gdmsetup
(gdb) run
Starting program: /usr/sbin/gdmsetup 
(no debugging symbols found)
(snip)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb7363940 (LWP 6781)]
(no debugging symbols found)
(snip)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7363940 (LWP 6781)]
0x00000000 in ?? ()
(gdb) 
--------------------------------------------------------------------------------------------

Syslog:

Jul  6 15:38:02 jw kernel: [  584.156952] gdmsetup[6604]: segfault at 00000000 
eip 00000000 esp bff3fd9c error 4
Jul  6 15:38:17 jw kernel: [  598.511274] gdmsetup[6611]: segfault at 00000000 
eip 00000000 esp bfaeb14c error 4
Jul  6 15:38:19 jw kernel: [  601.198676] gdmsetup[6613]: segfault at 00000000 
eip 00000000 esp bfa1f87c error 4
Jul  6 15:38:56 jw kernel: [  637.582335] gdmsetup[6623]: segfault at 00000000 
eip 00000000 esp bffdbe2c error 4
Jul  6 15:47:03 jw kernel: [ 1123.896105] gdmsetup[6740]: segfault at 00000000 
eip 00000000 esp bfa628bc error 4

--------------------------------------------------------------------------------------------

If there's any other information I can provide that might be helpful in
tracking this down, please let me know!

Thanks!

John

ProblemType: Bug
Architecture: i386
Date: Sun Jul  6 15:55:56 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: nvidia
Package: gdm 2.20.6-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
SourcePackage: gdm
Uname: Linux 2.6.24-19-generic i686

** Affects: gdm (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug

-- 
gdmsetup immediately segfaults
https://bugs.launchpad.net/bugs/246088
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to