Page 1 of 1

Crash madExcept_.bpl

Posted: Mon Jan 11, 2021 8:26 am
by MasterDi
Hi, Madshi

When I close the app, an error occurs:
Problem Event Name: APPCRASH
Fault Module Name: madExcept_.bpl_unloaded
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 5c00272f
How to understand why?

Re: Crash madExcept_.bpl

Posted: Mon Jan 11, 2021 8:03 pm
by madshi
It's hard to say without having a lot more information.

Is it possible that your application has secondary threads running which aren't fully closed yet when your application closes? That might produce an error like this. Please make sure that all your secondary threads have either run through or are "paused". For example, imagine a secondary thread tries to allocate some memory while the main thread has already finalizes the memory manager! Of course that would result in a crash.