Search found 65 matches

by Batteken
Thu May 19, 2022 9:03 am
Forum: madExcept
Topic: GetStackTrace -> weird result in Release mode
Replies: 1
Views: 2472

GetStackTrace -> weird result in Release mode

Hello, when I call GetStackTrace in my application in release mode, the result is 'weird'. The trace is not the logical order of the application. When I do it under debug mode, the stack trace is 'normal'. Any reason ? Example of 'bad' one: 598117ec madExcept_.bpl madStackTrace PrepareStackTrace 598...
by Batteken
Thu Jun 04, 2020 5:21 pm
Forum: madExcept
Topic: Delphi 10.4
Replies: 44
Views: 160060

Re: Delphi 10.4

perfect ! Thanks for the info about stability !
by Batteken
Thu Jun 04, 2020 3:07 pm
Forum: madExcept
Topic: Delphi 10.4
Replies: 44
Views: 160060

Re: Delphi 10.4

any idea on when the official version will be ready ?
by Batteken
Mon Feb 04, 2019 8:59 am
Forum: madExcept
Topic: access violation
Replies: 5
Views: 6309

Re: access violation

Thx, I will have a look at those options.
by Batteken
Wed Jan 30, 2019 7:40 pm
Forum: madExcept
Topic: access violation
Replies: 5
Views: 6309

Re: access violation

Is there something else we could try to collect to find out where the problem is ? Any suggestion is welcome :)
by Batteken
Wed Jan 30, 2019 7:40 pm
Forum: madExcept
Topic: access violation
Replies: 5
Views: 6309

Re: access violation

Thanks for the quick reply. I know it is not much information, but it happens at our customer side only on when the application is running over night. In the morning, they notice the application has crashed without a bug report from your side, so it looks like a 'hard' crash. I will definetely try y...
by Batteken
Wed Jan 30, 2019 3:47 pm
Forum: madExcept
Topic: access violation
Replies: 5
Views: 6309

access violation

Hello,

since version 5.0.0.0 we once in a while get the following error in our software and I was wondering if it is a crash inside madExcept itself or not.
It happens while the application is actually not doing any real actions.
Does it mean anything to you ?

thanks,
Bart
by Batteken
Thu Nov 22, 2018 7:16 pm
Forum: madExcept
Topic: 10.3 Rio
Replies: 11
Views: 17602

Re: 10.3 Rio

That would be great. I'm only waiting for your library to get started with Rio :)
by Batteken
Tue Nov 20, 2018 9:20 am
Forum: madExcept
Topic: 10.3 Rio
Replies: 11
Views: 17602

10.3 Rio

Hello,

this week 10.3 Rio version is coming out. When will a new version be ready ?

Thanks for the info,
Bart
by Batteken
Wed Dec 13, 2017 9:39 am
Forum: madExcept
Topic: RAD Studio 10.2.2
Replies: 3
Views: 4631

RAD Studio 10.2.2

Hello,

is the current version ready for Tokyo 10.2.2 or should I wait for a new update of madExcept ?

regards,
Bart
by Batteken
Tue Apr 11, 2017 9:30 am
Forum: madExcept
Topic: Get StackTrace for Exception
Replies: 6
Views: 6803

Re: Get StackTrace for Exception

Thanks,

It is exactly what I wanted !

regards,
Bart
by Batteken
Mon Apr 10, 2017 7:43 pm
Forum: madExcept
Topic: Get StackTrace for Exception
Replies: 6
Views: 6803

Re: Get StackTrace for Exception

Thx, I will try that tomorrow.
by Batteken
Mon Apr 10, 2017 3:28 pm
Forum: madExcept
Topic: Get StackTrace for Exception
Replies: 6
Views: 6803

Re: Get StackTrace for Exception

So, basically, just get it as a string
by Batteken
Mon Apr 10, 2017 3:27 pm
Forum: madExcept
Topic: Get StackTrace for Exception
Replies: 6
Views: 6803

Re: Get StackTrace for Exception

Write to own log file.
by Batteken
Mon Apr 10, 2017 2:48 pm
Forum: madExcept
Topic: Get StackTrace for Exception
Replies: 6
Views: 6803

Get StackTrace for Exception

Hello,

I would like to do the following:
try
{
...
some code that could generate exceptions
...
}
catch(Exception& e)
{
-> show the stacktrace that matches the exception
}

How could I do this ?

regards,
Bart