I installed gentoo in my Thinkpad T420 these days,and installed gnome3.When closed the thinkpad lid,it could suspend to ram successfully ,but when I opened the thinkpad lid and gentoo began to resume ,gnome3 crashed immediately. And then the gdm restarted after gnome3 had crashed. Reproducible: Sometimes Steps to Reproduce: 1.boot with gdm and login gnome3. 2.close the notebook(Thinkpad T420) lid to let it suspend to ram. 3.open notebook lid and let it resume. Actual Results: desktop background presented no more than one second and gnome3 crashed immediately.And then gdm restarted soon and show the users list to login. Expected Results: show the users list to login without gnome3 crashed. localhost logdir # emerge -pv xorg-server libX11 gtk+ glib xorg-drivers These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-libs/libX11-1.4.3 USE="ipv6 -doc -static-libs -test" 0 kB [ebuild R ] dev-libs/glib-2.28.8 USE="introspection static-libs -debug -doc -fam (-selinux) -test -xattr" 0 kB [ebuild R ] x11-base/xorg-drivers-1.10 INPUT_DEVICES="evdev keyboard mouse synaptics -acecad -aiptek -joystick -tslib -virtualbox -vmmouse -void -wacom" VIDEO_CARDS="nvidia -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-geode) -glint -i128 (-i740) (-impact) -intel -mach64 -mga -neomagic (-newport) -nouveau -nv (-omapfb) -qxl -r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -via -virtualbox -vmware (-voodoo)" 0 kB [ebuild R ~] x11-base/xorg-server-1.10.3 USE="ipv6 nptl udev xorg xvfb -dmx -doc -kdrive -minimal -static-libs -tslib -xnest" 0 kB [ebuild R ~] x11-libs/gtk+-3.0.12 USE="introspection vim-syntax xinerama (-aqua) -cups -debug -doc -examples -test" 0 kB Total: 5 packages (5 reinstalls), Size of downloads: 0 kB
Created attachment 282033 [details] Xorg.0.log.old-crashed xorg-server log file after gnome-session crashed when resuming
Created attachment 282037 [details] Xorg.0.log-no crash xorg-server log file after resuming from suspend to ram without gnome-session crashing
Created attachment 282039 [details] emerge --info information emerge --info information on my notebook.
Created attachment 282041 [details] xsession-errors file in home directory my ~/.xsession-errors and there is no .xsession-errors.old on my notebook.
Are you able to reproduce from other desktop or window manager? From Xorg.log looks like a problem occurs involving your USB keyboard
(In reply to comment #5) > Are you able to reproduce from other desktop or window manager? From Xorg.log > looks like a problem occurs involving your USB keyboard Well,after I remove my USB keyboard ,it don't crash any more when resuming. Is a bug of gnome or xorg-server?Or there is some wrong with my USB keyboard? My USB keyboard works fine except suspend,is there any way to fix the problem wihout removing the USB keyboard? Thank you for your great help!
Not sure where exactly is the problem, but probably evdev is a good start ;-) I would also attach "dmesg" output after resuming and suffering the problem
(In reply to comment #7) > Not sure where exactly is the problem, but probably evdev is a good start ;-) > > I would also attach "dmesg" output after resuming and suffering the problem I used a new USB keyboard and it worked really fine when resuming.So maybe it would be my old USB keyboard's fault. Thank you !