Filter out specific AV

delphi package - automated exception handling
Post Reply
ertank
Posts: 10
Joined: Sat Feb 17, 2024 8:42 pm

Filter out specific AV

Post by ertank »

Hello,

There is a known problem with one of our service applications. We always get an access violation at specific place that we are investigating right now.
Service application automatically send reports and service application runs in recurring times. So, even one customer may have this "silent" error several hundred times in a day. In other words, our mailboxes are full of same error reports.

We wonder if we can ignore only this specific access violation, but still keep madExcept to send any other possible access violations.

Thanks & Regards,
Ertan
madshi
Site Admin
Posts: 10766
Joined: Sun Mar 21, 2004 5:25 pm

Re: Filter out specific AV

Post by madshi »

Can you please post the full AV bug report here? You can (of course) edit out sensitive things.
Post Reply