Re: ContextSwitchDeadlock Problem
- From: "Willy Denoyette [MVP]" <willy.denoyette@xxxxxxxxxx>
- Date: Tue, 13 Feb 2007 15:41:55 +0100
"Kalpana" <kalpana@xxxxxxxxxx> wrote in message news:%234G9re2THHA.1364@xxxxxxxxxxxxxxxxxxxxxxx
It is not working.
Is there is any chance of having this problem due to the handles invoked
from WndProc()?
Previoulsy i had a problem with Utilitylibrary.Rebar --> WndProc()
recursive call (deadlock). I posted this problem but no one reply --> so
for the temporary survive i kept a condition for termination (to avoid
deadlock). condition is:
if (m.Msg == (int)Msg.WM_WINDOWPOSCHANGED)
return;
if condition reaches then control will be returned from WndProc().
We realy can't help you if you are only posting some lines of code, what else are you doing after this..
if (m.Msg == (int)Msg.WM_WINDOWPOSCHANGED)
return;
..... // ????
Willy.
.
- Follow-Ups:
- Re: ContextSwitchDeadlock Problem
- From: Kalpana Naraboina
- Re: ContextSwitchDeadlock Problem
- References:
- Re: ContextSwitchDeadlock Problem
- From: Kalpana
- Re: ContextSwitchDeadlock Problem
- Prev by Date: Re: String to byte[] reloaded
- Next by Date: How to create a definitions file acceptable to both HTML Help Workshop and C#
- Previous by thread: Re: ContextSwitchDeadlock Problem
- Next by thread: Re: ContextSwitchDeadlock Problem
- Index(es):
Relevant Pages
|