Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260829 - xorg-server related:gui programs failed to start sometime after X starts
Summary: xorg-server related:gui programs failed to start sometime after X starts
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 08:24 UTC by yegle
Modified: 2009-03-06 04:11 UTC (History)
0 users

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


Attachments
emerge --info result (emerge-info,11.52 KB, text/plain)
2009-03-02 08:25 UTC, yegle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yegle 2009-03-02 08:24:51 UTC
Sorry that I cannot give more detailed summary because I don't know which package causes this.
I installed kde 4.2 on my laptop. 
When this bug happens,every program hangs when starting.
strace output like this:

strace smplayer:
....
connect(14, {sa_family=AF_FILE, path=@"/tmp/.ICE-unix/3622"...}, 22) = 0
fcntl64(14, F_SETFD, FD_CLOEXEC)        = 0
write(14, "\0\1\0\0\0\0\0\0"..., 8)     = 8
read(14,*********hang here*******************

strace vi
....
connect(3, {sa_family=AF_FILE, path=@"/tmp/.ICE-unix/3622"...}, 22) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "\0\1\0\0\0\0\0\0"..., 8)      = 8
read(3,**************hang here************

This _sometimes_ happens about half an hour after X starts and maybe _unproducable_ for everyone. 
I googled yesterday and found ubuntu has this problem too.
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/58171

since when I cannot open vi without '-X' option,this should be related to xorg-server

Reproducible: Always

Steps to Reproduce:
1.start kde and login
2.wait.you can do anything to kill time:-)
3.well,something happend.you found you cannot open any gui program anymore now.
Comment 1 yegle 2009-03-02 08:25:23 UTC
Created attachment 183652 [details]
emerge --info result
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-05 21:50:03 UTC
Just a wild guess, but according to your "emerge --info" you're using nvidia-drivers which has some nasty bugs in version 180.35. Please have a look at bug #260441 in case you're using that version. If downgrading the driver fixes your problems, please mark this bug as duplicate of the above mentioned bug.
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2009-03-05 23:38:00 UTC
Re-open if appropriate.
Comment 4 yegle 2009-03-06 04:11:12 UTC
(In reply to comment #2)
> Just a wild guess, but according to your "emerge --info" you're using
> nvidia-drivers which has some nasty bugs in version 180.35. Please have a look
> at bug #260441 in case you're using that version. If downgrading the driver
> fixes your problems, please mark this bug as duplicate of the above mentioned
> bug.
> 

Hi there~
I remerged the world and I cannot reproduce this problem anymore.
But when I remerge the world =nvidia-drivers-180.35 was masked and I installed =nvidia-drivers-180.29.So **maybe** this is related to nvidia-drivers problem.