You may call it a "nessecity of my laziness" :)Sure, L:) Laziness is great power and the reason of why there're so many programming tools and libs avalaible.
BTW, you can debug deadlocks with gdb. You just need to attach it to running process.
1. Compile program with '-g' (have a libs with debug info around).
2. Run program. Wait when it hang.
3. Run 'gdb <program> <pid>' (and be sure that you dont have a <pid> file in local dir).
4. Do 'bt', etc in gdb.
Olexiy
_______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list