Strange behaviour on windows
- From: "vinu" <vinu_gt@xxxxxxxxx>
- Date: Thu, 16 Mar 2006 16:29:15 +0100
Hi All,
I have this strange problem which i have faced some times during
programming.
I have a debug build of my application(an .exe and many dlls). When this is
run i sometimes get memory exceptions in the free call.
But if i debug this code in step mode, everything seems to work fine.
Also my program does eavy usage of malloc and free calls, calling them quite
a few times.
I know this can slow down my application, but sometimes i get a freeze
state.
i.e CPU usage is 0, memory looks ok, thread count looks ok. But nothing is
happening.
I am sure i have not deadlocked in my code. Is there a possibility that
there is a deadlock happening in the MSVCRT library.
Any comments on these will be appreciate even if someone can direct me to a
correct forum.
Thanks
Vinu
.
- Follow-Ups:
- Re: Strange behaviour on windows
- From: Arnaud Debaene
- Re: Strange behaviour on windows
- From: Vladimir Scherbina
- Re: Strange behaviour on windows
- Prev by Date: Re: Inter-processor atomic operationss
- Next by Date: Re: Inter-processor atomic operationss
- Previous by thread: Re: Inter-processor atomic operationss
- Next by thread: Re: Strange behaviour on windows
- Index(es):
Relevant Pages
|