Re: Hanging operating system issue

From: Prakash (p.gnanaprakash_at_gmail.com)
Date: 02/25/05


Date: 25 Feb 2005 06:00:04 -0800

Hi Marius,

Thanks for your reply. We have fixed the resource leaks and memory
leaks in our application at the maximum level. But still it has the
same issue.

Please give us some more suggestions.

Regards,
Prakash.

Marius Prisecaru wrote:
> Hi,
>
> "Prakash" <p.gnanaprakash@gmail.com> wrote in message
> news:1109333997.116845.176430@o13g2000cwo.googlegroups.com...
> > Hi all,
> > I have developed graphical editor applications in Windows CE.net. I
> > occurs. We have performed source level debugging also. We have
> > confirmed that all function calls are successful by providing the
> > logging facility on the source code.
>
> This being a graphics application, the first thing you REALLY need to
ensure
> is that you don't have any GDI leaks in your code.I'm saying this
because
> GDI leaks cause the system to hang in general... and since your
system is
> hanging and you are writing a graphics application, the GDI resources
> allocations/de-allocations would be a first thing to make sure is
done
> right.
>
> Marius



Relevant Pages

  • Re: Hanging operating system issue
    ... We have fixed the resource leaks and memory ... leaks in our application at the maximum level. ... > GDI leaks cause the system to hang in general... ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Hanging operating system issue
    ... We have fixed the resource leaks and memory ... leaks in our application at the maximum level. ... > GDI leaks cause the system to hang in general... ...
    (microsoft.public.windowsce.embedded)
  • Re: is such exception handling approach good?
    ... automatically released when the process exits, why there are any cases which ... (I think there is no memory leaked when the process ... So having resource leaks is bad, even if it does not cause harm in some cases. ...
    (microsoft.public.vc.language)
  • Re: is such exception handling approach good?
    ... automatically released when the process exits, ... (I think there is no memory leaked when the ... And there can be other types of resource leaks. ...
    (microsoft.public.vc.language)
  • What is a USER object and what a GDI object?
    ... I am currently trying to debug an application from it's GDI leaks. ... GetGuiResources(). ... I have a hard time finding out exactly what a USER object is? ...
    (microsoft.public.win32.programmer.kernel)