PDA

View Full Version : Possible Bug?


softtouch
14-Oct-2005, 02:00 AM
Hi,

I played around with all different kind of exceptions, they are all catched by Eurekalog. But I tried something which causes also windows to popup exception dialogs.

procedure tform1.test;
var
mem:pointer;
begin
freemem(mem);
end;

This is catched by eurekalog, but after 1/2 - 1 second (during the eurekalog dialog is shown), windows popup a lot of "access Violation at..." dialogs, everytime I move the mouse...
I looks like eurekalog catch the exceptions, but windows too....
Its just with this one reace of test code. All other kind of exceptions are catched fine, no problem.

Any idea?

Regards
Guenter

admin
17-Oct-2005, 12:20 PM
softtouch wrote:
> Hi,
>
> I played around with all different kind of exceptions, they are all
> catched by Eurekalog. But I tried something which causes also windows
> to popup exception dialogs.
>
> procedure tform1.test;
> var
> mem:pointer;
> begin
> freemem(mem);
> end;
>
> This is catched by eurekalog, but after 1/2 - 1 second (during the
> eurekalog dialog is shown), windows popup a lot of "access Violation
> at..." dialogs, everytime I move the mouse...
> I looks like eurekalog catch the exceptions, but windows too....
> Its just with this one reace of test code. All other kind of exceptions
> are catched fine, no problem.
>
> Any idea?
>
> Regards
> Guenter

I have find and fix the bug.
Thank you very much! ;)

It isn't a really EurekaLog bug, but rather a standard Borland RTL
behavior that raised an exceptions flood.

I have only set EurekaLog so as handled exceptions flood in sequence. :)

The new fix will be available in the next 5.0.5 version.


--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG showing line n.