Search found 14 matches

by shragam
Wed Jan 18, 2023 8:31 am
Forum: madExcept
Topic: Save bugreport with no GUI dialog ?
Replies: 3
Views: 5400

Re: Save bugreport with no GUI dialog ?

Thanks for the quick answer 🤝
by shragam
Wed Jan 18, 2023 7:04 am
Forum: madExcept
Topic: Save bugreport with no GUI dialog ?
Replies: 3
Views: 5400

Save bugreport with no GUI dialog ?

Hi
Is there any option just to create bugreport file/restart application without the wait GUI dialog ?
Thanks
by shragam
Thu Nov 17, 2022 2:26 pm
Forum: madExcept
Topic: Exceptions not cached by madExcept
Replies: 3
Views: 3951

Re: Exceptions not cached by madExcept

I found the exception in my code :-)
It was in code with try finally that not raised it.
Thanks
by shragam
Tue Nov 15, 2022 3:43 pm
Forum: madExcept
Topic: Exceptions not cached by madExcept
Replies: 3
Views: 3951

Re: Exceptions not cached by madExcept

Sorry for the late response. This is a VCL win32 application . I'll create a specific test as you advice and update you. The interesting thins is every thread was in try .. except block in the execute and still crash while running a few seconds or minutes randomly. There is no recursion in my code. ...
by shragam
Mon Nov 07, 2022 7:52 am
Forum: madExcept
Topic: Exceptions not cached by madExcept
Replies: 3
Views: 3951

Exceptions not cached by madExcept

Hi I have a win 32 application on win10 and the application just shutdown by windows randomly without and exception in madExcept. The application create threads while execute and the thread have try except blocks. If I'm looking in the event viewer, I can see that windows close it. Log Name: Applica...
by shragam
Wed Aug 24, 2022 5:01 am
Forum: madExcept
Topic: settings of auto actions don't work
Replies: 12
Views: 5967

Re: settings of auto actions don't work

You can still try to do leak reporting in 32bit. You may have to try keeping RAM consumption down, in order not to instantly get "out of memory" exceptions, though. I'll check again my code, but the code use a lot of NVR SDK and I can't control on the SDK code. I'll update if I'll find an...
by shragam
Tue Aug 23, 2022 4:44 pm
Forum: madExcept
Topic: settings of auto actions don't work
Replies: 12
Views: 5967

Re: settings of auto actions don't work

I'd highly recommend that you try getting the leak reporting to work. If necessary, by trying to compile in 64bit. I can't use 64 bit, only 32 bit. I also add this to use 4GB const IMAGE_FILE_LARGE_ADDRESS_AWARE = $0020; {$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE} It's happened randomly every few ...
by shragam
Tue Aug 23, 2022 3:07 pm
Forum: madExcept
Topic: settings of auto actions don't work
Replies: 12
Views: 5967

Re: settings of auto actions don't work

Hi
Today I had it again in one of my customers
Image.
Everything was stuck.
by shragam
Wed Aug 17, 2022 9:16 am
Forum: madExcept
Topic: settings of auto actions don't work
Replies: 12
Views: 5967

Re: settings of auto actions don't work

Well, "out of memory" and "out of resources" problems should not be that hard to fix? So hopefully it's not a big problem if some of the madExcept settings are not always correctly applied, as long as you get a proper callstack? Have you tried madExcept's leak reporting function...
by shragam
Wed Aug 17, 2022 5:13 am
Forum: madExcept
Topic: settings of auto actions don't work
Replies: 12
Views: 5967

Re: settings of auto actions don't work

madshi wrote: Tue Aug 16, 2022 8:45 am Can you provide a simple and small test project to reproduce this problem?
I tried to create a small demo, but in the demo everything is working as expected :confused:
This happens once every few days in the big application.
by shragam
Tue Aug 16, 2022 9:11 am
Forum: madExcept
Topic: settings of auto actions don't work
Replies: 12
Views: 5967

Re: settings of auto actions don't work

It's in a big project, but I will create a small simple demo and upload it later
by shragam
Tue Aug 16, 2022 8:07 am
Forum: madExcept
Topic: settings of auto actions don't work
Replies: 12
Views: 5967

Re: settings of auto actions don't work

I also have this issue in the last version 5.1.2 with Delphi11.1 .
EOutofMemory/ EOutofResources and MadExcept doesn't restart automatically the application :-( (Even if I defined it in the settings)
Any help about this issue.
Thanks
Shraga
by shragam
Thu Mar 17, 2022 6:36 pm
Forum: madCollection
Topic: Delphi 11 IDE integrated
Replies: 4
Views: 8402

Re: Delphi 11 IDE integrated

Thanks, adding the bpl is working :) .
Till now, working ok on 11.1
by shragam
Thu Mar 17, 2022 10:45 am
Forum: madCollection
Topic: Delphi 11 IDE integrated
Replies: 4
Views: 8402

Delphi 11 IDE integrated

Hi
I install the the last madExcept 5.1.2 on my new Delphi 11.1 and I can't check "enable IDE exception catching" as i can do with Delphi 10.4.2.
It's disabled.

Any help ?
Thanks , Shraga