On 12 March 2013 10:54, Calvin Morrison mutantturkey@gmail.com wrote:
I'm not sure how to do it if the process is still running, maybe some else knows?
Does this only occur when the user tries to disconnect? Is it happening before then?
Kicker has some problems you might want to look through our bug tracker:
http://bugs.pearsoncomputing.net/buglist.cgi?quicksearch=kicker
I would also try setting up a fresh profile and see if it's still occuring.
More helpful would be to attach GDB to the runaway process and post a backtrace. gdb --pid $PID_OF_KICKER will attach gdb, then 'bt' will print the backtrace.
Tim