GunSmoker
We were contacted by a client who complained that EurekaLog was generating an error report in the wrong place. In fact, the client had an expected exception that he wanted to hide by showing a… … Read more
12 months ago in best practice, Delphi, how-to, technical, tips0
GunSmoker
Or: don’t create your own DLLs without reading this article! This article is not about EurekaLog, but about writing your own DLLs in general. This article is based on questions on the forums: “How do… … Read more
1 year ago in best practice, Delphi, how-to, technical0
GunSmoker
We were contacted by a customer that claimed that his application worked fine until he added EurekaLog to it. Specifically, his application starts to raise an EAccessViolation exception with the following message: Access violation at… … Read more
1 year ago in Access Violation, bug reports, Delphi, EL 7.x, how-to, Stories, technical0
GunSmoker
Short Answer Yes, EurekaLog supports CLang and LLVM in both 32 and 64 bits – with some limitations. Exception is the very recent “Windows 64-bit (Modern)” platform, which was added into the RAD Studio 12… … Read more
1 year ago in bug reports, compiling, Delphi, EL 7.x, feature, technical, win640
GunSmoker
Google has announced that it’s disabling the Less Secure Apps feature on some Google accounts from May 30th, 2022. To help keep your account secure, starting May 30, 2022, Google will no longer support the… … Read more
3 years ago in Delphi, EL 7.x, how-to, technical0
GunSmoker
EurekaLog is an exception tracer, i.e. a tool that installs hooks and catches exceptions being thrown, allowing you to generate a report on unhandled exceptions. However, it does provide various kinds of additional functionality that… … Read more
3 years ago in additional features, Delphi, EL 7.x, feature, how-to, technical0
GunSmoker
We were contacted by a person who reported unforeseen consequences of uploading EurekaLog-enabled application to the VirusTotal service. It was like this: the client compiled an application with EurekaLog. The application was configured to send… … Read more
4 years ago in Delphi, EL 7.x, technical0
GunSmoker
We were contacted by a person who complained that his application was working fine until he added EurekaLog to it. An “Out of system resources” exception was raised after adding EurekaLog to project. The exception… … Read more
4 years ago in bug reports, debugging, Delphi, EL 7.x, Stories, technical0
GunSmoker
We were contacted by a person who claimed to have found a bug in EurekaLog. He justified this statement as follows: if you create a new DataSnap application and add EurekaLog to it, the application… … Read more
4 years ago in Access Violation, Bug, Delphi, EL 7.x, Stories, technical0
GunSmoker
We were contacted by a person who complained that his application was working fine until he added EurekaLog to it. An Integer Overflow exception was raised after adding EurekaLog to project. The exception occurred inside… … Read more
4 years ago in bug reports, debugging, Delphi, EL 7.x, Stories, technical0
GunSmoker
We were contacted by a person who complained that his application was working fine until he added EurekaLog to it. An AccessViolation exception was raised after adding EurekaLog to project. The message was: “Access violation… … Read more
4 years ago in Access Violation, bug reports, debugging, Delphi, EL 7.x, Stories, technical0
GunSmoker
Do you know what the different colors in the callstack mean? These colors help you to understand how call stack was build: Red means crash or leak location. This is the exception’s address. Each bug… … Read more
4 years ago in bug reports, Delphi, EL 7.x, feature, how it works, technical, tips0