Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355541 - x11-wm/fluxbox-1.1.1-r1 crashes if using x11-misc/idesk-0.7.5-r1
Summary: x11-wm/fluxbox-1.1.1-r1 crashes if using x11-misc/idesk-0.7.5-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-19 10:29 UTC by KoTe
Modified: 2011-02-19 10:33 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description KoTe 2011-02-19 10:29:33 UTC
After opening and closing any application in X mode, X crashes:
localhost ~ # startx
xauth:  file /root/.serverauth.4028 does not exist


X.Org X Server 1.9.2
Release Date: 2010-10-30
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.36-gentoo-r5 i686 Gentoo
Current Operating System: Linux localhost 2.6.36-gentoo-r5 #3 SMP Thu Feb 10 12:03:28 Local time zone must be set--see zic  i686
Kernel command line: root=/dev/sda2
Build Date: 09 February 2011  11:19:18PM

Current version of pixman: 0.20.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 19 12:21:47 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0)
 Idesk starting in :0
[idesk] Background's file not found.
[idesk] Background's source not found.
xinit: connection to X server lost

waiting for X server to shut down XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 15496 requests (15496 known processed) with 0 events remaining.



Also it works just fine if I run idesk not in startup, but like : startx, terminal, idesk 


Reproducible: Always

Steps to Reproduce:
1. emerge fluxbox idesk 
2. modify .fluxbox/startup:

exec fluxbox -log "/root/.fluxbox/log" &
idesk  


3. startx 
4. run any app in X mode, close it 

Actual Results:  
waiting for X server to shut down XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0"
      after 15455 requests (15455 known processed) with 0 events remaining.


Expected Results:  
it should just close the application, not all X server :(

------------------------------------------
Log File: /root/.fluxbox/log
Fluxbox version: 1.1.1-gentoo-r1
Compiled: Feb  9 2011 03:41:37
Compiler: GCC
Compiler version: 4.4.4

Defaults:
    menu: /usr/share/fluxbox/menu
   style: /usr/share/fluxbox/styles/Emerge
    keys: /usr/share/fluxbox/keys
    init: /usr/share/fluxbox/init
     nls: /usr/share/fluxbox/nls

Compiled options (- => disabled):
-DEBUG
EWMH
GNOME
IMLIB2
NLS
REMEMBER
RENDER
SHAPE
SLIT
TOOLBAR
XFT
XINERAMA
XMB
XPM

------------------------------------------
Comment 1 KoTe 2011-02-19 10:33:11 UTC
my mistake, 
startup should look like :
.fluxbox/startup:

idesk &  
exec fluxbox -log "/root/.fluxbox/log"