Re: gdb attach
Re: gdb attach
- Subject: Re: gdb attach
- From: Eli Bach <email@hidden>
- Date: Wed, 10 Dec 2008 10:29:07 -0800
On Dec 10, 2008, at 5:42 AM, Rohitash wrote:
Folks,
I have a situation where some process of mine spins , fully
utilizing the cpu , and in un-interruptible wait ( state 'U') .
Trying to attach gdb , to see the current backtrace of the
process , makes gdb freeze.It also complains that the process with
pid specified for attach to gdb is not available.
Has anyone faced something similar ? Are there any workarounds ?
Thx.
Well, since it's your application, maybe try adding some logging
statements, so you can narrow down what the process doing when it gets
into this state?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >gdb attach (From: Rohitash <email@hidden>) |