[Nemiver-list] Nemiver didn't goes forwad after gtk_init



Hello,

from the start the Application is working. But I couldn't really debug it, because when I use next or step Nemiver always stop at gkt_init and didn't go forward. I have made a little video about this http://www.coca.cx/nemiver.mpeg it doesn't matter if I use next or step both have the same result.

The only way over gtk_init is to set a break point after it and make a Continue but this is now good solution I think.

I hope somebody could help me.

Oh, I use nemiver 0.4.0 with a little patch I have attached and when I type in the console "NMV_LOG_DOMAINS=main.c nemiver > log.txt" the log.txt remains empty.

take care,
Michael
--- src/common/nmv-proc-mgr.cc.orig     2007-06-06 21:53:54.000000000 +0200
+++ src/common/nmv-proc-mgr.cc  2007-06-06 20:51:46.000000000 +0200
@@ -85,7 +85,7 @@
 {
     glibtop_proclist buf_desc ;
     memset (&buf_desc, 0, sizeof (buf_desc)) ;
-    unsigned int *pids=NULL;
+    pid_t *pids=NULL;
 
     m_process_list.clear () ;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]