Very strange error that can not get the line of code where i

delphi package - automated exception handling
Post Reply
luciano_f
Posts: 47
Joined: Thu Feb 01, 2018 5:11 pm

Very strange error that can not get the line of code where i

Post by luciano_f »

I can not replicate this to send you a project with the problem.
see the attached Error Log.


now I got more information
the problem seems to be an internal error in MadExcept see the attached file
Attachments
ErroLog_Data_Expert2.zip
(2.06 KiB) Downloaded 276 times
ErroLog_Data_Expert.zip
(648 Bytes) Downloaded 274 times
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Very strange error that can not get the line of code whe

Post by madshi »

One of the 2 reports is missing a lot of information, because of which it's hard to say anything. The other reports suggests a problem in "madExcept32.dll", which is a helper DLL used for the "active error search" options like leak reporting or the "instantly crash on buffer overrun" feature. This report contains the following information:

Code: Select all

allocated memory   : 1,69 GB
largest free block : 6,98 MB
Which suggests that the process simply ran out of RAM. Unfortunately, the "active error search" features consume a LOT of RAM. So this can happen. These features are only meant to be used on your development PC, and only to debug specific problems. For normal use, I recommend to disable the "active error search" options.
Post Reply