From: Biswapesh C. <bis...@tc...> - 2003-04-03 07:11:40
|
Hi I was thinking of writing a GTK+ GUI on top of valgrind (mainly for the addrcheck skin for now) and integrating it with Anjuta. So, my questions are: 1. What is the recommended method for writing a GUI on top of valgrind ? Should I just fork()/exec() the process and parse the output Or, is it possible to use valgrind as a loadable library in some way ? 2. I'm having some problems while running large GTK+ programs (e.g. anjuta). For example, anjuta crashes on startup unless you pass the '--no-splash' flag. Then, some gconf errors occur only when running through valgrind. Are these known issues, and are they on the way to getting solved ? FWIW, I'm using RH 8.0 with GNOME 2.2 CVS. Thanks in advance. -- Biswa. |