Re: A bug in Gtk+?
- From: Olexiy Avramchenko <olexiy ctech cn ua>
- To: Zeeshan Ali <zeenix gmail com>
- Cc: Gtk Mailing List <gtk-app-devel-list gnome org>
- Subject: Re: A bug in Gtk+?
- Date: Wed, 23 Feb 2005 11:58:17 +0200
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]