Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
835 views

Compare Delphi Exception Handlers

How would you compare MadExcept to EurekaLog as an Exception handler for your Delphi application? Why would you pick one over the other? Are there any other exception handlers for Delphi that should ...
2
votes
4answers
126 views

Is there a way to do normal logging with EureakLog?

I am using (and old version of) EurekaLog. It is great for logging exceptions, but is there a way to make it just log things normally? Or is it just not meant for that?
2
votes
4answers
319 views

Problem with “unwanted” exception dialogs in Delphi

I've problem with exception dialogs: I'm using RemObjects SDK for Client/Server -application. When there's connection problem, the client starts throwing "simple" exceptions dialogs, just text and a ...
1
vote
3answers
511 views

Access violation while the program was idle - not trace information to track down the bug

I have a program that just popped up an AV. Until now the Eureka Log could find the source code line that generated the error but now it displays only this: Access violation at address 7E452E4E in ...
1
vote
3answers
1k views

What is Causing This Memory Leak in Delphi?

I just can't figure out this memory leak that EurekaLog is reporting for my program. I'm using Delphi 2009. Here it is: Memory Leak: Type=Data; Total size=26; Count=1; The stack is: System.pas ...
0
votes
4answers
455 views

Weird call stack when application has frozen

I apparently have an dead lock problem in one of my applications and started investigating EurekaLog stack traces. Here's one recent: Call Stack Information: ...