Re: A bug in Gtk+?



Zeeshan Ali wrote:
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




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