Delphi 11.2 and freezing on Exception window clicking on line of code.

delphi package - automated exception handling
Post Reply
cpstevenc
Posts: 9
Joined: Thu May 29, 2014 2:39 am

Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by cpstevenc »

Delphi 11.2 - latest MadExcept.

When my madexcept popup comes up, and i wanna use the call stack, and double click a row to jump to my code, I am having a ton of problems
of everything locking up. the IDE , the madexcept, ect have no response anymore.

Only way is to end task bds.exe and start over.

Its not 100% of the time... but maybe 4/10 times I do this.

Other co-workers having same issue in 11.2 and Madexcept... Seems "newish" but to be honest we took a little while to move to D11.

Never have this in 10.2 Delphi that we still use for another project we can't move to D11 yet.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by madshi »

Can you try if this build helps?

http://madshi.net/madCollectionUpdate.exe
cpstevenc
Posts: 9
Joined: Thu May 29, 2014 2:39 am

Re: Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by cpstevenc »

Thanks, I will try it out!

D11.2 I think they changed a number of things to break stuff.

D11.2 has given more headaches than I can remember.
cpstevenc
Posts: 9
Joined: Thu May 29, 2014 2:39 am

Re: Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by cpstevenc »

License expired so had that payment sent in yesterday... so once i get new key i'll try this out.
Doh...
cpstevenc
Posts: 9
Joined: Thu May 29, 2014 2:39 am

Re: Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by cpstevenc »

Sorry for late reply.

I think this maybe working better.

Haven't written as much bad code as usual in last few days, but it hasn't locked so far.... so that is a plus. :D
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by madshi »

Good to hear!
cpstevenc
Posts: 9
Joined: Thu May 29, 2014 2:39 am

Re: Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by cpstevenc »

Well.. hate to report ... but it has happned again.

Took a while for it to happen.

Double clicked on line in the call stacks. And became unresponsive after that.

Had to end task bds.exe

Honestly hard to tell if its MadExcept or the IDE being the cause here.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by madshi »

Is it reproducible, or does it only occur once in a blue moon? Analyzing stuff is very difficult if it only occurs randomly, of course.
tprami
Posts: 12
Joined: Tue Apr 11, 2017 5:03 am

Re: Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by tprami »

I am currently testing (future) Release above.

Would be cool to have TNetHTTPClient support would be included. We had massive problems with "stock" WinAPI version, can't remember what exactly on top of my head, but There is email discussion with mr madExceptGuru :). If I remember correctly HTTPS sending failed.

I would possibly change it in a way that define thingies in madExcept.pas would be moved to .inc file, and add secondary define like USE_TNETHTTP_CLIENT_IF_POSSIBLE, and if defined, would use it if Delphi version is new enough.

Can't attach the file in here, but here is Google drive link for my version of madExcept.pas´, hope someone tests this besides us.

Edit:
*URL Deleted* --Iconic

-Tee-
iconic
Site Admin
Posts: 1065
Joined: Wed Jun 08, 2005 5:08 am

Re: Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by iconic »

Please remove your Google Drive upload immediately, madExcept is not open source and a paid license is required. I know you need an invite approval however there are better ways to send your mod to Madshi such as private email directly to him.

--Iconic
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Delphi 11.2 and freezing on Exception window clicking on line of code.

Post by madshi »

Good call iconic.

-Tee-, would you mind sending your code to me via email? madshi (at) gmail (dot) com.
Post Reply