PDA

View Full Version : Exception dialog closes immediately without user interaction


Holgerwa
12-Feb-2011, 05:22 PM
I am using Eurekalog 6.1.01 and Delphi 2009 Pro, trying to catch memory leaks.
If I set the Exception Dialog Type to Messagebox, it works well: The message box shows and I have to click OK to close it.

Setting the type to either MS Classic or Eurekalog, to see more information, the exception dialog is shown for a short moment and immediately closes.

What could be the cause of this?

Thanks for any help,
Holgerwa

Alex
14-Feb-2011, 12:15 PM
Hi,

I can't reproduce this.

Can you send us a simple demo to illustrate this issue please?

Holgerwa
14-Feb-2011, 08:35 PM
The strange thing is that it seems to only happens in my current project (multi-threaded app, pretty large).
I just checked other projects, they don't show the behavior.

Did you ever hear about something like this and have some hints on what to look out for?

Alex
16-Feb-2011, 10:27 AM
Hi,

It's the first time I hear about such issue. Do you use window messages for communication between threads? It may be a reason for the problem.

Have it worked before well? If yes - then what version of EurekaLog worked well?