Search found 73 matches

by santiago
Mon Jan 30, 2017 1:49 pm
Forum: madExcept
Topic: App crashes but no exceptions are loggged - isolated case
Replies: 5
Views: 5643

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

Thanks for the info!

Could this happen if the process runs out of memory?

We will look into the crash on buffer overrun switch.
by santiago
Tue Jan 10, 2017 3:33 pm
Forum: madExcept
Topic: App crashes but no exceptions are loggged - isolated case
Replies: 5
Views: 5643

App crashes but no exceptions are loggged - isolated case

Hello madschi! Happy new year!! We have one customer who has run into the following problem often. It is not reproducible, but there can be days where it does not ocurr at all, on other days it happen a couple of times or even more than 10 times. What is happening is that our app is crashing but no ...
by santiago
Mon Dec 05, 2016 3:17 pm
Forum: madExcept
Topic: madExcept Leak Report vs FastMM4 Leak Log File
Replies: 2
Views: 4645

Re: madExcept Leak Report vs FastMM4 Leak Log File

Hello madschi, I uploaded a very simple sample project (Source + Binaries) for you: https://www.dropbox.com/s/413s2jcce6yg7r0/LeakTester.zip?dl=0 . The groupproj contains two projects: VCL Forms App (Main Project) LeakTesterLib (Runtime Package). When you run the exe you will see a form with two but...
by santiago
Thu Nov 17, 2016 10:29 pm
Forum: madExcept
Topic: Error Message when *.mes file is read-only
Replies: 1
Views: 2728

Error Message when *.mes file is read-only

Hello madschi, we keep our *.MES files under source control (Team Foundation Server) -> they need to be explicitly checked out. Until they are checked out, they are read-only. Inside the Delphi IDE I activated 'report resource leaks' for a project using the madExcept GUI. When I hit OK no error mess...
by santiago
Thu Nov 17, 2016 10:02 pm
Forum: madExcept
Topic: madExcept Leak Report vs FastMM4 Leak Log File
Replies: 2
Views: 4645

madExcept Leak Report vs FastMM4 Leak Log File

Hello madschi, we have been investigating memory leaks in our app. So far we have always used FastMM4 for this. We have FastMM4 configured so that leaks are written to a log file. Then I remembered that madExcept can also report leaks so I decided to give it a shot. Using the madExcept Leak Report i...
by santiago
Mon Aug 01, 2016 2:33 pm
Forum: madExcept
Topic: madExcept not working on 64 bit build
Replies: 13
Views: 15398

Re: madExcept not working on 64 bit build

I installed version 2.7.15.6 and it now works.

Thanks!!!
by santiago
Mon Jul 25, 2016 1:50 pm
Forum: madExcept
Topic: madExcept not working on 64 bit build
Replies: 13
Views: 15398

Re: madExcept not working on 64 bit build

Hello madschi,
have you had any chance to look into the issue yet? Were you able to reproduce it?

Thx!
by santiago
Mon Jul 18, 2016 4:34 pm
Forum: madExcept
Topic: madExcept not working on 64 bit build
Replies: 13
Views: 15398

Re: madExcept not working on 64 bit build

madschi,

I just emailed you a sample project. In that project the 32 bit build works fine, however the madExcept box does not show up on the 64 bit build.

Thanks!!
by santiago
Wed Jul 13, 2016 8:00 pm
Forum: madExcept
Topic: madExcept not working on 64 bit build
Replies: 13
Views: 15398

Re: madExcept not working on 64 bit build

Hello madschi, yes I that is exactly how I was testing :-) procedure TApplicationManager.CloseActiveJob; begin raise Exception.Create('Testing madExcept'); In 32 bit builds the madExcept box shows, but not on the 64 bit build. Am relieved that all seems to be correct, as I have double checked everyt...
by santiago
Wed Jul 13, 2016 2:58 pm
Forum: madExcept
Topic: madExcept not working on 64 bit build
Replies: 13
Views: 15398

Re: madExcept not working on 64 bit build

Hello madschi, got it ;-). Here is the link to the file. This is after compiling with MS-BUILD and running madExceptPatch.exe as part of the build process. I ran it twice one for 64 bit build and once for 32 bit build. 64-bit: https://www.dropbox.com/s/qc8o40rl2c9x4dn/madExceptWizardx64.txt?dl=0 32-...
by santiago
Tue Jul 12, 2016 11:26 pm
Forum: madExcept
Topic: madExcept not working on 64 bit build
Replies: 13
Views: 15398

Re: madExcept not working on 64 bit build

Hello madshi, yes the problem happens if we compile from either the IDE or via MS-BUILD. 32 bit builds work fine in either case. I did the following. I copied the following files into a folder which I will upload for you: madExceptPatch.exe CoreBpl.mes (MES file we use for the Core.bpl file which re...
by santiago
Thu Jun 30, 2016 10:31 pm
Forum: madExcept
Topic: madExcept not working on 64 bit build
Replies: 13
Views: 15398

madExcept not working on 64 bit build

Hi madschi, not too long ago we purchased the company license for madExcept. Just ran into one problem. We are now switching from XE-2 to XE-10. madExcept works well in XE-10 Win32 builds. We just created a Win64 build of our software (XE-10 only). The problem is that the madExcept box does not appe...
by santiago
Tue May 24, 2016 12:05 am
Forum: madExcept
Topic: Delphi 7 ?
Replies: 3
Views: 3874

Re: Delphi 7 ?

Thanks madshi!

I don't have D7 installed on my machine. We will install it on the machine where D7 is installed and that should take care of the problem.
by santiago
Sat May 21, 2016 10:52 pm
Forum: madExcept
Topic: Delphi 7 ?
Replies: 3
Views: 3874

Delphi 7 ?

Hello madschi, we have now taken the next step in our evaluation and are testing madExcept in our products. So far everything is looking very promising. :-) Thank you for all your help so far! We have one product that still compiles with Delphi 7 though. I do not see any binaries (dcp's/bpl's) for D...
by santiago
Thu May 12, 2016 12:01 am
Forum: madExcept
Topic: Enable madExcept on common bpl used by several exe's only
Replies: 1
Views: 3169

Enable madExcept on common bpl used by several exe's only

Hi there, I am starting to integrate madExcept into our product now :-) So far everything looks very promising. We have a bpl (Core.bpl) which is used by several exe.s. If I were to enable madExcept on this bpl project ONLY will madExcept catch exceptions raised in other bpl's or the exe itself? If ...