AV on Mad Except

delphi package - automated exception handling
Post Reply
vasaju
Posts: 1
Joined: Mon Feb 22, 2016 8:49 am

AV on Mad Except

Post by vasaju »

I want to get some technical support for a weird issue on our application specifically on citrix environment. This application created in Delphi XE-5 and we have Mad except attached for tech debugging.

When the application starts the main thread is created then ME starts with its on thread for monitoring the exception, then the another custom thread starts from the application.
This tread will create a dynamic menu by scanning thru the folder structure. When ME is enabled the third thread crashes with an AV error.

In order to reconfirm have created sample application with same implementation (Main application thread, ME thread and a custom thread) and I managed to reproduce the issue .

I have done trials like below.

1. Implemented a break in thread with message box (No other changes) – No crash
2. Commented the custom thread - No crash
3. Commented the ME implementation – No crash.

I am very happy to share the sample code for your further analysis if required
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: AV on Mad Except

Post by madshi »

Sorry for the late reply. Yes, please share the sample code with me. You can email it to madshi (at) gmail (dot) com.
Post Reply