Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295796 - x11-base/xorg-server-1.6.3.901-r2 restart when "Ctrl + Alt + F1" - "Alt + F7"
Summary: x11-base/xorg-server-1.6.3.901-r2 restart when "Ctrl + Alt + F1" - "Alt + F7"
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-05 03:01 UTC by Alejandro
Modified: 2009-12-22 17:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Backtrace (bt_xserver,316 bytes, text/plain)
2009-12-05 03:04 UTC, Alejandro
Details
Backtrace with gdb (gdb_X,1.07 KB, text/plain)
2009-12-05 03:23 UTC, Alejandro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro 2009-12-05 03:01:51 UTC
At the login screen(xdm) or logged in my session(xfce4) if I press Ctrl + Alt + F1 and then Alt + F7 to go back the xserver restarts.
                                                                 
Looking at /var/log/xdm.log and /var/log/Xord.0.log I see that the problem occurs after I press Alt + F7.

Reproducible: Always

Steps to Reproduce:
1. At the login screen or logged in
2. Press Ctrl + Alt + F1
3. Press Alt + F7
Actual Results:  
xserver restart

Expected Results:  
See my session back.

emerge --info
Portage 2.1.6.13 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.31-gentoo-r6 i686)
=================================================================
System uname: Linux-2.6.31-gentoo-r6-i686-AMD_Sempron-tm-_2200+-with-gentoo-1.12.13
Timestamp of tree: Fri, 04 Dec 2009 17:45:01 +0000
app-shells/bash:     4.0_p35
dev-lang/python:     2.5.4-r3, 2.6.4, 3.1.1-r1
dev-util/cmake:      2.6.4-r3
sys-apps/baselayout: 1.12.13
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -ggdb"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -ggdb"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.localhost.net.ar/ "
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.samerica.gentoo.org/gentoo-portage"
USE="3dnow acl alsa bash-completion berkdb bzip2 cli cracklib crypt cups cxx dri emacs fortran gdbm gpm hal iconv ipv6 mmx modules mudflap ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection session spl sse ssl sysfs tcpd unicode x86 xorg zlib" ALSA_CARDS="via82xx" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Video driver.
x11-drivers/xf86-video-ati-6.12.1-r1

Video card.
ATI Technologies Inc RV350 AQ [Radeon 9600]
Comment 1 Alejandro 2009-12-05 03:04:32 UTC
Created attachment 212106 [details]
Backtrace
Comment 2 Alejandro 2009-12-05 03:23:15 UTC
Created attachment 212108 [details]
Backtrace with gdb

I got this running 'gdb --args X' from other machine via ssh.
Comment 3 Rémi Cardona (RETIRED) gentoo-dev 2009-12-22 17:42:33 UTC
Both traces are useless. The first one because there's not enough debug info, the second one because running X in gdb requires special voodoo if you want it to work.

Better fix the first one : please read this guide [1] and make X crash again, you should get a better trace. You should rebuild libdrm, xorg-server and xf86-video-ati.

Thanks
Comment 4 Rémi Cardona (RETIRED) gentoo-dev 2009-12-22 17:47:13 UTC
[1] http://www.gentoo.org/proj/en/qa/backtraces.xml