Search found 54 matches

by Han312
Wed Dec 14, 2022 4:40 pm
Forum: madExcept
Topic: EOutOfMemory - any idea what could be the reason
Replies: 5
Views: 4663

Re: EOutOfMemory - any idea what could be the reason

No - it was just a normal environment. Nothing unusual.
by Han312
Tue Dec 13, 2022 7:58 am
Forum: madExcept
Topic: EOutOfMemory - any idea what could be the reason
Replies: 5
Views: 4663

Re: EOutOfMemory - any idea what could be the reason

I never used the "instantly crash" feature. Do you mean with new exceptions some like this one? exception class : EExternalException exception message : Externe Exception 80000003. main thread ($4420): 77581ee2 +0000 ntdll.dll 004b7ff9 +0019 TRW.exe madExcept InterceptClassDestroy
by Han312
Mon Dec 05, 2022 11:23 am
Forum: madExcept
Topic: EOutOfMemory - any idea what could be the reason
Replies: 5
Views: 4663

EOutOfMemory - any idea what could be the reason

We get sometimes reports with an EOutOfMemory exception. Rarely - but they are there. It is 64-Bit-software. But even for 32 bit the system should have enough memory. We check always for memory leaks, but not every possible combination. The chance to have one is low. Any idea what could be the reaso...
by Han312
Mon Feb 21, 2022 7:22 am
Forum: madExcept
Topic: How to change email of subscription?
Replies: 1
Views: 2120

How to change email of subscription?

In a few days my madExcept subscription will expire.
How can I change the email address?
by Han312
Fri Mar 19, 2021 2:00 pm
Forum: madExcept
Topic: MemoryLeaks 64 bit
Replies: 3
Views: 3363

Re: MemoryLeaks 64 bit

The last years it helped to ignore their unit (there were other leaks) HideLeak ( 'hasp_unit' ); By adding HideLeak ( 'AddKernelHandle' ); HideLeak ( 'AddHandle' ); HideLeak ( 'AddMemAlloc' ); I have calm. But I would ignore these leaks in the whole project. From the MBR it is not possible to see wh...
by Han312
Fri Mar 19, 2021 10:10 am
Forum: madExcept
Topic: MemoryLeaks 64 bit
Replies: 3
Views: 3363

MemoryLeaks 64 bit

I get several memoryleaks reported with MadExcept 5.1 & Delphi 10.4.2.

They seem to be part of a driver

name: \Device\Afd
name: \BaseNamedObjects\SafeNet-SentinelSMEM
part of the leak report
part of the leak report
Unbenannt.png (55.3 KiB) Viewed 3363 times
I get these leak reports only with 64-bit not with 32-bit
How can i hide these messages?
by Han312
Fri Oct 23, 2020 3:20 pm
Forum: madExcept
Topic: Ignoring specifing Exceptions
Replies: 2
Views: 3292

Re: Ignoring specifing Exceptions

Thanks. It works that way.
I change the subject of the mail and filter the bug report later.
by Han312
Thu Oct 22, 2020 10:20 am
Forum: madExcept
Topic: Ignoring specifing Exceptions
Replies: 2
Views: 3292

Ignoring specifing Exceptions

We are getting sometimes exceptions like exception number : 1 exception class : EAccessViolation exception message : Zugriffsverletzung bei Adresse 0000000050AF82C8 in Modul 'nvoglv64.DLL'. Lesen von Adresse 0000000000000013. Is it possible to ignore exceptions from module 'nvoglv64.DLL' and filter ...
by Han312
Mon Feb 03, 2020 12:11 pm
Forum: madExcept
Topic: How can I ignore an exception?
Replies: 6
Views: 6251

Re: How can I ignore an exception?

The user does not close the software the proper way. Therefore I do not want to invest much time.

So I guess that the least problematic way is to use version 2.
I was so focussed on switching off madexcept that I did not see the most obvious solution. :sorry:
by Han312
Mon Feb 03, 2020 9:05 am
Forum: madExcept
Topic: How can I ignore an exception?
Replies: 6
Views: 6251

Re: How can I ignore an exception?

We get many exception messages from customers which were caused within of OnFormCloseQuery. If there are projects which were changed but not saved then we pop up a message to ask what to do. Now we have customers who have open projects and want to shut down windows. Or we open a dialog box after sta...
by Han312
Tue Jan 28, 2020 10:36 am
Forum: madExcept
Topic: How can I ignore an exception?
Replies: 6
Views: 6251

How can I ignore an exception?

For leaks there is a function HideLeak.
Does something similar exist for exceptions?

I would like to ignore TCustomForm.CloseQuery.
Is this possible?
by Han312
Thu Dec 12, 2019 9:20 am
Forum: madExcept
Topic: Screen.Monitors
Replies: 2
Views: 4211

Re: Screen.Monitors

It also looks so whether GetDisplayModeString is affected. I store now the data and added some lines which work fine. operating system : Windows 10 Tablet PC x64 build 18362 display mode : 1536x864, 32 bit TM - monitors[0] : 1920x1080@125%, EW: 1536, T:0 L:0, Intel(R) UHD Graphics 620, (primary) or ...
by Han312
Fri Nov 29, 2019 8:34 am
Forum: madExcept
Topic: enable madExcept in release mode only
Replies: 6
Views: 9225

Re: enable madExcept in release mode only

In my case I couldn't digitally sign the exe in postbuild as long as madexcept was enabled.
This was some years ago.
So I am not sure whether today I would have still the same problems. (But I also don't want to test it.)
by Han312
Fri Nov 29, 2019 8:08 am
Forum: madExcept
Topic: Wrong number of logical processors
Replies: 4
Views: 5164

Re: Wrong number of logical processors

There are values for 0 to 23.

So you shouldn't stop at 15.
Since you check for an empty string a simple inc( i1 ) should also do?

I guess that cpu with more than 8 cores will become more and more common.
by Han312
Thu Nov 28, 2019 4:07 pm
Forum: madExcept
Topic: Wrong number of logical processors
Replies: 4
Views: 5164

Wrong number of logical processors

Within of a report we got:
processors : 16x AMD Ryzen 9 3900X 12-Core Processor
The 16x seems to be wrong.