[Xfce-bugs] [Bug 927] Xfce hangs on startup with mcs-manager, starts up fine when mcs-manager is missing
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Mon May 9 11:05:31 CEST 2005
Do NOT reply to this email. To make further comments on this bug, use
the URL below:
http://bugzilla.xfce.org/show_bug.cgi?id=927
------- Additional Comments From bjt23 at cornell.edu 2005-05-09 09:05 UTC -------
Does xfce-mcs-manager hang if you try to start it after Xfce has started? If
so, try running it through gdb, and hit ctrl-c when it hangs, then type 'bt' at
the gdb prompt to see where.
First check to see if it hangs by running it from a terminal. By default, it
should detach from the terminal and fork into the background, so if it doesn't
do that within a few seconds, then it's hanging.
So you need to run it inside gdb, and instruct it not to fork into the background:
$ gdb xfce-mcs-manager
[gdb prints stuff]
(gdb) run --no-daemon-debug
[more stuff... wait a few seconds to make sure it's hanging]
<< press ctrl-c here >>
[gdb prints a couple lines and gives you a prompt]
(gdb) bt
[gdb prints a bunch of stuff and goes back to the prompt]
(gdb) quit
$
Just copy and paste all the output from when you start gdb. If it's long, put
it in a text file and attach it to this bug.
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Xfce-bugs
mailing list