I've posted bug 560114 on SF this week. Here's what it's about: I start a vnc display like this: vncserver :1 -geometry 1024x768 -depth 24
My ~/.vnc/xstartup file contains this: #!/bin/sh bbpager -w & bbkeys -i & sleep 2 && gkrellm -w & blackbox I connect to the vnc server through vncclient.exe from Windows, I use it for a while, then exit. The vnc server and blackbox are left running. A while later (between 10- 30 minutes) I check and find blackbox up to 99% CPU. Idea: could it have something to do with the fact that while I am in the vncclient I launch a terminal and do a "killall blackbox && blackbox &" ? I have to take it down with kill -9, it won't respond to something else. Ciprian Popovici
