Nope. Only memory leaks.

Myles.

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Leigh Wanstead
Sent: Monday, 14 May 2007 10:01
To: NZ Borland Developers Group - Delphi List
Subject: RE: [DUG] Long running apps & weirdness

 

>>2.  Running out of resources.  Open the task manager and keep an eye
on GDI objects (the worst), User Obects, Handles etc  GDI is the worst.
Windows goes crazy, you cant even shut >>down.  Old version of Nero used
to do this.  And ODBC driver for MSSQL did/does it too.

 

May I ask if MemCheck.pas can detect gdi object leak?

 

TIA

 

Regards

Leigh

http://www.smootharm.com

 

 

 

        -----Original Message-----
        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rohit Gupta
        Sent: Monday, May 14, 2007 9:53 AM
        To: NZ Borland Developers Group - Delphi List
        Subject: Re: [DUG] Long running apps & weirdness

        Trevor,
        
        Two things.
        
        1.  We have something similar right now to do with Crystal
Reports.  I fairly sure that I have found the two problems in it.  One
is that callback from a dll is into a nested procedure with local
variables and could be called after the object has been destroyed.  The
other is to do with strings.  The more strings we pass to the dll the
faster the crash.  Basically memory/stack/registers are getting trashed
leading to nonsense errors and even the app just disappearing.  
        
        2.  Running out of resources.  Open the task manager and keep an
eye on GDI objects (the worst), User Obects, Handles etc  GDI is the
worst.  Windows goes crazy, you cant even shut down.  Old version of
Nero used to do this.  And ODBC driver for MSSQL did/does it too.
        
        
        
        Trevor Jones wrote: 

        Hello,
          Just wondering if any of you have encountered really weird
bugs and
        support issues on machines that have been running for a long
time (without a
        reboot).
         
         
        Trevor
        _______________________________________________
        NZ Borland Developers Group - Delphi mailing list
        Post: [email protected]
        Admin: http://delphi.org.nz/mailman/listinfo/delphi
        Unsubscribe: send an email to [EMAIL PROTECTED] with
Subject: unsubscribe
         
         
          

         

        -- 

        Rohit Gupta

        B.E. Elec.   M.E.   Mem IEEE    Associate IEE

        Technical Manager

        Computer Fanatics Limited

         

        Tel     +64 9 4892280

        Fax    +64 9 4892290

        Email  [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

        Web    www.cfl.co.nz <http://www.cfl.co.nz/> 

         

________________________________

        This email and any attachments contain information, which is
confidential and may be subject to legal privilege and copyright. If you
are not the intended recipient, you must not use, distribute or copy
this email or attachments. If you have received this in error, please
notify us immediately by return email and then delete this email and any
attachments. 



Attention:
This communication is confidential and may be legally privileged.  If you are 
not the intended recipient, please do not use, disclose, copy or distribute it, 
other than to return it to us with your confirmation that it has been deleted 
from your system.
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: [email protected]
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Reply via email to