Hi. When CVpcb hangs, can you try to attach gdb to the process and extract the backtrace for where it is hanging. The commands for doing this would be something like this:
gdb -p $(ps -C CVPCB -o pid=) bt Replace CVPCB with the name of the hanging process. The output from the 'bt' command might make it easier for the developer to figure out why the application is hanging. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org