Exception on shutdown

delphi package - automated exception handling
Post Reply
Greentram
Posts: 1
Joined: Mon Sep 23, 2019 6:24 am

Exception on shutdown

Post by Greentram »

Any ideas? Windows 32 app - this has only started happening since switching to Rio 10.3.2 and doesn't happen every time.

Thanks.

Code: Select all

exception class    : EAccessViolation
exception message  : Access violation at address 006BE984 in module 'EuroBeam.exe'. Read of address 000000C4.

main thread ($4a50):
006be984 EuroBeam.exe Vcl.Forms           TApplication.GetDialogHandle
0077c71f EuroBeam.exe Vcl.SysStyles       TSysDialogStyleHook.Destroy
0040b25c EuroBeam.exe System              TObject.Free
00684b09 EuroBeam.exe Vcl.Themes          TCustomStyleEngine.Destroy@
0040ca1a EuroBeam.exe System              FinalizeUnits
004b2bb4 EuroBeam.exe madExcept     17019 InterceptFinalizeUnits
004b2bbc EuroBeam.exe madExcept     17030 InterceptHalt0FinalizeUnits
0040ce28 EuroBeam.exe System              @Halt0
013b166d EuroBeam.exe EuroBeam            initialization
76d96357 KERNEL32.DLL                     BaseThreadInitThunk
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Exception on shutdown

Post by madshi »

Best guess would be that something is freed during finalization which was already freed before. But this is only a wild guess.
Post Reply