Search found 15 matches

by gerhardsachs
Mon Jan 28, 2019 11:45 am
Forum: madExcept
Topic: Out of memory exception
Replies: 5
Views: 5674

Re: Out of memory exception

Now I returned from the customers site. Adding the GetAllocatedMemory function really helped. There was a background thread that caused the problem by increasing memory consumption every 30seconds. After several hours the memory was exhausted and the application crashed. I think this thread can be c...
by gerhardsachs
Wed Jan 23, 2019 11:35 am
Forum: madExcept
Topic: Out of memory exception
Replies: 5
Views: 5674

Re: Out of memory exception

If my process really consumes that much memory something must be breathtaking wrong.
I will integrate the GetAllocatedMemory function and make the result visible.
So I dont have to stop the machine for it.
As soon as I have some result I will get back.
by gerhardsachs
Wed Jan 23, 2019 11:22 am
Forum: madExcept
Topic: Out of memory exception
Replies: 5
Views: 5674

Re: Out of memory exception

Thank you for the exhaustive information. I looked at it as 'far away from 4GB'. Is the 1.69GB the sum of all processes or just from my application ? I already added this small funktion to my application to get a rough value. At program start it gives a value of about 50MB. procedure TMainForm.btnFo...
by gerhardsachs
Wed Jan 23, 2019 1:29 am
Forum: madExcept
Topic: Out of memory exception
Replies: 5
Views: 5674

Out of memory exception

I have spurious out of Memory exceptions in a software that runs 24/7 in a machine. The bugreport Information is not specific enough the find the cause. The PC runs Windows10 LTSC. The Task manager / ressource monitor Shows no problems, there is enough free Memory. Is it possible to find some Inform...
by gerhardsachs
Mon Sep 18, 2017 7:13 am
Forum: madExcept
Topic: MadExcept not detecting crash
Replies: 18
Views: 18393

Re: MadExcept not detecting crash

I can speak just for me. In my case moving the path where the exe is created from a pseudo network drive to a local drive within the VM made madexcept work again. Pseudo network path means that the path is physically on the PC's harddisk, but the Windows running within the VM treats the path as netw...
by gerhardsachs
Tue Sep 12, 2017 8:17 pm
Forum: madExcept
Topic: MadExcept not detecting crash
Replies: 18
Views: 18393

Re: MadExcept not detecting crash

Now I found the solution in a post from zava (MadExcept Stopped Working in Project). All of my projects are stored on the Host OS, the VM's just use shared folders. The folders are treated as networkdrives by Windows and that is the problem in my case. I chose a local drive for the exe and now madEx...
by gerhardsachs
Tue Sep 12, 2017 7:40 pm
Forum: madExcept
Topic: MadExcept not detecting crash
Replies: 18
Views: 18393

Re: MadExcept not detecting crash

I am having the same problem, madExcepts does not show up on exceptions anymore. The problem occurs on Delphi XE8 running under Windows7 and XE10 Berlin running under Windows10. Both IDE's run in a VMWare VM. The newest version is installed on both IDE's, the installation ran normally. I provided a ...
by gerhardsachs
Wed Dec 02, 2015 5:03 pm
Forum: madCollection
Topic: madExcept refuses work after saving project
Replies: 5
Views: 12030

Re: madExcept refuses work after saving project

I forgot to mention that the registry entry
HKLM\SOFTWARE\WOW6432Node\Microsoft\CTF exists but contains no subfolder "KnownClasses'.
The CTF folder contains three entries Modern, SystemShared an TIP where TIP contains several subfolders.
by gerhardsachs
Wed Dec 02, 2015 4:55 pm
Forum: madCollection
Topic: madExcept refuses work after saving project
Replies: 5
Views: 12030

Re: madExcept refuses work after saving project

Attached is a screenshot of processmonitor. I added a function that generates a divide by zero exception in the IQS3 exe. The process monitor shows the last lines after that exception where madExcept did not show up. The last line shows an unsuccessfull try to read a file, maybe this is the cause of...
by gerhardsachs
Wed Nov 04, 2015 7:16 pm
Forum: madCollection
Topic: madExcept refuses work after saving project
Replies: 5
Views: 12030

madExcept refuses work after saving project

On a new VCL project with just one form and almost no function madExcept works on creation if the project ist still in memory. The only function is an access to an empty TList which must lead to an exception, which it does. When the project is created the exception immediately following start brings...
by gerhardsachs
Fri Aug 22, 2014 2:12 pm
Forum: madExcept
Topic: Strange behaviour of Delphi IDE
Replies: 2
Views: 4995

Re: Strange behaviour of Delphi IDE

I think this solves the Problem, I posted your answer in the NexusDB Forum to make other users aware of this solution.
by gerhardsachs
Fri Aug 15, 2014 6:29 am
Forum: madExcept
Topic: Strange behaviour of Delphi IDE
Replies: 2
Views: 4995

Strange behaviour of Delphi IDE

Here is a link to a NexusDB forum where the problem is described.

http://www.nexusdb.com/forums/showthrea ... to=newpost

I am using madExcept4.
Is madExcept the cause of that problem ?

Regards
Gerhard Sachs
by gerhardsachs
Thu Apr 10, 2014 10:33 am
Forum: madExcept
Topic: Floatingpoint errors catched or not
Replies: 1
Views: 2576

Floatingpoint errors catched or not

In one case a customer reported floating point errors. There was an endless number of messageboxes 'ungültige Gleitkommaoperation'. MadExcept is enabled and already helped me to locate some problems in that application. It seems that floating point errors are catched by MadExcept. Question : Should ...
by gerhardsachs
Wed Jun 30, 2010 1:52 pm
Forum: madCollection
Topic: MadExcept prevents D2010 RemoteDebugger loading symbols
Replies: 2
Views: 6622

No, it is not very urgent,
most crashes occur on my workstation as well as the target system which means I can use MadExcept.
In the rare cases where I really need the remote debugger, I have a solution.

Regards
gerhard Sachs
by gerhardsachs
Tue Jun 29, 2010 3:46 pm
Forum: madCollection
Topic: MadExcept prevents D2010 RemoteDebugger loading symbols
Replies: 2
Views: 6622

MadExcept prevents D2010 RemoteDebugger loading symbols

Hello, I had continuous trouble running the D2010 remote debugger. The application could be started on the remote PC from the IDE. But I could neither set breakpoints nor watch variables. Today I had a session with Olaf Monien which solved the problem. It turned out that the debugger worked when Mad...