Search found 73 matches

by santiago
Tue Nov 27, 2018 10:50 pm
Forum: madExcept
Topic: madExcept with Java Eclipse IDE
Replies: 2
Views: 3401

Re: madExcept with Java Eclipse IDE

@jyothiprasads,

You sparked my curiosity.

Why (how) do you use Eclipse? Can you compile Delphi apps with it?

As far as I am aware madExcept is intended only for delphi projects.

Thx!
by santiago
Thu Nov 22, 2018 1:02 pm
Forum: madExcept
Topic: 10.3 Rio
Replies: 11
Views: 17662

Re: 10.3 Rio

Hello madschi!

Rio is out now. I also see that you just released a madExcept 4.0.21 a few days ago.

Do you have an aprox. release date for a madExcept version that will support Rio?

If it will only take a couple of weeks, then I will skip 4.0.21 and wait for the upcoming release.

Thx!
by santiago
Tue Nov 21, 2017 9:08 pm
Forum: madExcept
Topic: madExcept box shows empty tabs
Replies: 6
Views: 9092

Re: madExcept box shows empty tabs

Some more info. I have now upgraded my laptop. Unfortunately the problem still occurs with the new laptop as well. My old laptop has an NVidia GeForce graphics card. My new laptop uses an AMD Radeon Pro graphics card. So I guess that kind of rules out graphics card drivers. My new laptop also runs o...
by santiago
Mon Nov 06, 2017 5:09 pm
Forum: madExcept
Topic: madExcept box shows empty tabs
Replies: 6
Views: 9092

Re: madExcept box shows empty tabs

madschi, some more info, A colleague who updated to the Fall Creators Update just had the same problem. The madExcept box showed up with empty tabs, however the report (file) contained all the info. I now start to suspect that the likelyhood of the problem occurring is much higher when a 'real-world...
by santiago
Fri Nov 03, 2017 7:05 pm
Forum: madExcept
Topic: Does madExcept resource leak reporting support [weak] att?
Replies: 2
Views: 4199

Re: Does madExcept resource leak reporting support [weak] at

Hello madschi, We also use FastMM for leak reporting. It was reporting the same leaks as madExcept. While looking into the problem I ran into the following: http://www.delphipraxis.net/189654-fastmm-und-aktuelles-delphi.html So I enabled the FastMM NeverUninstall option as recommended in that thread...
by santiago
Fri Nov 03, 2017 3:07 pm
Forum: madExcept
Topic: mad£xcept not working in customer environment
Replies: 2
Views: 3536

Re: mad£xcept not working in customer environment

You might have a similar workflow as we do. We developers compile our app from within the Delphi IDE -> madExcept installs an IDE plugin that runs madExceptPatch.exe automatically for you. For our release builds we use MSBUILD. It is then necessary to manually run madExceptPatch.exe. We have a japan...
by santiago
Thu Nov 02, 2017 9:34 pm
Forum: madExcept
Topic: Does madExcept resource leak reporting support [weak] att?
Replies: 2
Views: 4199

Does madExcept resource leak reporting support [weak] att?

Hi madschi, Starting with Delphi Berlin (10.1) the desktop compiler now also supports weak references. You can read more about it here. http://blog.marcocantu.com/blog/2016-april-weak-unsafe-interface-references.html . Since we upgraded to Tokyo, I changed a few places where we were using Pointers t...
by santiago
Tue Oct 31, 2017 9:39 pm
Forum: madExcept
Topic: madExcept box shows empty tabs
Replies: 6
Views: 9092

Re: madExcept box shows empty tabs

Hello madschi, this problem has been driving me crazy. These are all the (strange) facts I have so far: Problem also happens with Seattle. I recently installed the Windows 10 Fall Creators Update. After doing this I switched to working with Tokyo (10.2 Update 1) and this is when the problem started ...
by santiago
Wed Oct 25, 2017 5:59 pm
Forum: madExcept
Topic: madExcept box shows empty tabs
Replies: 6
Views: 9092

madExcept box shows empty tabs

Hello madschi, we have just updated our app from Delphi Seattle to Delphi Tokyo. We are using the latest version of madExcept (4.0.18). I raised an Exception just to make sure madExcept was working properly. raise Exception.Create('Hello!'); The madExcept box pops up. However sometimes the tabs (gen...
by santiago
Fri Oct 20, 2017 4:05 pm
Forum: madExcept
Topic: debug MemoryManager and IMAGE_FILE_LARGE_ADDRESS_AWARE
Replies: 3
Views: 4923

Re: debug MemoryManager and IMAGE_FILE_LARGE_ADDRESS_AWARE

madschi,

I read on some other thread on this forum that the next major version of madExcept will support the 'buffer overrun' feature for 64 but apps.

Do you have a rough estimate into when we could be expecting madExcept v 5?

Thanks!

sb
by santiago
Fri Feb 03, 2017 8:19 pm
Forum: madExcept
Topic: debug MemoryManager and IMAGE_FILE_LARGE_ADDRESS_AWARE
Replies: 3
Views: 4923

debug MemoryManager and IMAGE_FILE_LARGE_ADDRESS_AWARE

Hello madschi, yesterday madExcept helped us locate a buffer overrun in our software. Very happy about that. :-) Now I wanted to test our App a bit more with the 'buffer overrun' check active. The problem is that I am getting EOutOfMemory Exceptions very early, so I can barely test anything. It is c...
by santiago
Fri Feb 03, 2017 8:03 pm
Forum: madExcept
Topic: Buffer overrun detection works, but provides no stacktrace
Replies: 5
Views: 4954

Re: Buffer overrun detection works, but provides no stacktra

YES!!!!
Love madExcept - Fantastic tool!!!!!
:-)
by santiago
Fri Feb 03, 2017 2:55 pm
Forum: madExcept
Topic: Buffer overrun detection works, but provides no stacktrace
Replies: 5
Views: 4954

Re: Buffer overrun detection works, but provides no stacktra

Hello madschi,

I figured out the problem. I had mistakenly activated the 'Crash On Buffer Overrun' on the wrong MES file.
I activated it now on the correct MES file.

Sorry for the trouble.
by santiago
Thu Feb 02, 2017 11:15 pm
Forum: madExcept
Topic: Buffer overrun detection works, but provides no stacktrace
Replies: 5
Views: 4954

Buffer overrun detection works, but provides no stacktrace

Hi madschi, I started looking into the 'Instantly crash on buffer overrun' (ICOBO) feature. To test this I just copied the examples for buffer overrun frrom the madExcept help. I then executed this code. If the ICOBO feature is not activated nothing happens when this code is executed. When I enable ...
by santiago
Thu Feb 02, 2017 10:28 pm
Forum: madExcept
Topic: App crashes but no exceptions are loggged - isolated case
Replies: 5
Views: 5607

Re: App crashes but no exceptions are loggged - isolated cas

madschi, I guess it is not possible to enable the 'Instantly Crash on Buffer overrun' feature at runtime. I tried: MESettings.CrashOnOverrun := True; MESettings.CrashOnUnderrun := True; But those properties are read-only. So they have to be set at compile time, correct? Unless I missed some other wa...