Search found 73 matches

by santiago
Fri Oct 22, 2021 1:37 pm
Forum: madExcept
Topic: callstack - ???
Replies: 7
Views: 5903

Re: callstack - ???

Hello madschi,

we have not been able to reproduce this behaviour.
Will keep an eye open if it happens again.

Thanks!

sb
by santiago
Wed Oct 20, 2021 7:44 pm
Forum: madExcept
Topic: callstack - ???
Replies: 7
Views: 5903

Re: callstack - ???

Thanks for looking into this madschi. CPU registers are not present in this particular case. I do see them in other logged exceptions though. It is a 64-bit app running on Windows 10-64 bit. Keep in mind that 64 bit files on 64 Bit Windows are stored in the SYSTEM32 directory. The 32 bit version of ...
by santiago
Wed Oct 20, 2021 4:34 pm
Forum: madExcept
Topic: callstack - ???
Replies: 7
Views: 5903

Re: callstack - ???

Here you go: date/time : 2021-10-13, 14:29:05, 532ms---------------------------APROG2021.01.199.152171 LTS---------------- Last Windows Error : 0 computer name : HH-EIBE008498 user name : Machine registered owner : Machine operating system : Windows 10 x64 build 19041 system language : German system...
by santiago
Wed Oct 20, 2021 2:58 pm
Forum: madExcept
Topic: callstack - ???
Replies: 7
Views: 5903

callstack - ???

Hello madschi, Hope all if well with you! We received an exception log that looks like this from a customer: callstack crc : $a8ed612a, $a8ed612a, $a8ed612a exception number : 1 exception class : EAccessViolation exception message : Access violation at address 00007FFB5E0B9C20. Read of address 00000...
by santiago
Mon Sep 20, 2021 8:12 pm
Forum: madExcept
Topic: Delphi 11 - Alexandria
Replies: 31
Views: 65035

Re: Delphi 11 - Alexandria

Hello madschi,
When can we expect an official build?
by santiago
Thu Sep 09, 2021 8:20 pm
Forum: madExcept
Topic: Delphi 11 - Alexandria
Replies: 31
Views: 65035

Delphi 11 - Alexandria

Hello madshi,

hope you are doing fine!

Today Delphi 11 - Alexandria was released.

When can we expect to have an updated madExcept Version?
by santiago
Thu Jul 30, 2020 8:25 pm
Forum: customer testimonials
Topic: Eventually you will run into problems with any software,
Replies: 1
Views: 43013

Eventually you will run into problems with any software,

but what makes a world of difference is the support you receive from the vendor when a problem does occur.

we have been using madExcept for years now and it is rock solid.

In the few rare cases where we have run into an issue the support has been outstanding.

THANK YOU madschi!!
by santiago
Thu Jul 30, 2020 8:20 pm
Forum: madExcept
Topic: Infinite loop in madStackTrace.CollectPossibleStackItems x64
Replies: 13
Views: 18545

Re: Infinite loop in madStackTrace.CollectPossibleStackItems

THANK YOU for your quick help! We added a feature to our internal tool chain that allows us to override the version number obtained from the dll (bpl) by including a textfile with the 'new' version number. Now several third party components with the same version can happily coexist side by side. Am ...
by santiago
Thu Jul 30, 2020 5:34 pm
Forum: madExcept
Topic: Infinite loop in madStackTrace.CollectPossibleStackItems x64
Replies: 13
Views: 18545

Re: Infinite loop in madStackTrace.CollectPossibleStackItems

Hello madschi, I figured out what the problem was. With some Windows 10 update debugging became really slow in Delphi when using runtime packages. We deploy our application using runtime packages, but for us developers we put a system in place that can statically link third party components (like ma...
by santiago
Thu Jul 30, 2020 2:44 pm
Forum: madExcept
Topic: Infinite loop in madStackTrace.CollectPossibleStackItems x64
Replies: 13
Views: 18545

Re: Infinite loop in madStackTrace.CollectPossibleStackItems

Hello madschi, thank you for the updated installer. When using the .bpl/.dcp the message is displayed 'stack will be calculated soon'. It seems to be the same problem as before. But if I use the madExcept source files the problem does not happen. At the moment I have no idea what is going on. It see...
by santiago
Wed Jul 29, 2020 11:54 pm
Forum: madExcept
Topic: Infinite loop in madStackTrace.CollectPossibleStackItems x64
Replies: 13
Views: 18545

Re: Infinite loop in madStackTrace.CollectPossibleStackItems

madschi,

After I reread your message, it seems you do provide precompiled binaries.
If that is the case, then yes the binaries were created ca. 47 min after the madStackTrace.pas file was modified.
madExcept_binaries_time.jpg
madExcept_binaries_time.jpg (59.75 KiB) Viewed 18479 times
by santiago
Wed Jul 29, 2020 10:48 pm
Forum: madExcept
Topic: Infinite loop in madStackTrace.CollectPossibleStackItems x64
Replies: 13
Views: 18545

Re: Infinite loop in madStackTrace.CollectPossibleStackItems

Hello madschi, thank you for providing the update so quickly!! I reviewed the changes you did to madStackTrace.pas and they are just fine. There is just one typo in the comment on line 1307. The last 0 should be a 1. :-) // Offset should be 0, but there was one reported case of it being 0 I have thi...
by santiago
Tue Jul 28, 2020 3:55 pm
Forum: madExcept
Topic: Infinite loop in madStackTrace.CollectPossibleStackItems x64
Replies: 13
Views: 18545

Re: Infinite loop in madStackTrace.CollectPossibleStackItems

Hello madschi, thanks for looking into this. First, your question. I let it run for over a minute. count was at 1109357. Eventually we will run out of memory because the tmpArr keeps growing and growing... Yesterday evening I took a closer look at the code in CollectPossibleStackItems and now better...
by santiago
Mon Jul 27, 2020 1:19 pm
Forum: madExcept
Topic: Infinite loop in madStackTrace.CollectPossibleStackItems x64
Replies: 13
Views: 18545

Re: Infinite loop in madStackTrace.CollectPossibleStackItems

Hello madschi, some more info that could be of use for you. I had forgotten to mention that I am using the latest madExcept version 5.1. The following screenshot shows how the callstack is displayed in 64 bits. Is using the workaround I added to break out of the infinite loop. callstack_64Bit.jpg Th...
by santiago
Fri Jul 24, 2020 8:45 pm
Forum: madExcept
Topic: Infinite loop in madStackTrace.CollectPossibleStackItems x64
Replies: 13
Views: 18545

Infinite loop in madStackTrace.CollectPossibleStackItems x64

Hello madschi, We have been able to trace a problem that had been driving us crazy for quite a while back to madExcept. Problems were being reported by many customers, and oddly enough no exception logs were available. All the problems involved inter process communication. Our App is built with Delp...