Jump to content
TigerLilly

Can anybody confirm, pls

Recommended Posts

- manually rebuild latest GExperts

- Start D11.1

- show GExperts config dialog + close with ok

- in the Delphi code editor click right mouse for popup menu

 

--> there is a bit of delay and then Delphi exits without any message or error

 

tx!

Share this post


Link to post

Doing this with the latest GExperts release (1..3.21#3833 with Delphi 11.2) I'm getting the following message, but Delphi "survives" this:

image.png.21d47e7443e5117f4ea1ebb45334285b.png

Edited by baka0815

Share this post


Link to post

Check whether the two editor experts "Goto Previous Modification" and "Goto Next Modification" are enabled. If they are, disable them and see whether the problem goes away.

 

And please report the result.

Share this post


Link to post

Alternatively update to the current sources, compile a new DLL and try again. I just commented out these experts. They are more trouble than they are worth.

  • Thanks 1

Share this post


Link to post

I can confirm that deactivating both experts the error goes away.

If I then reactivate either of them the error returns.

  • Thanks 1

Share this post


Link to post

Is the problem in the following Procedure?

procedure TGotoModificationBaseExpert.InstallPopupHook(_pm: TPopupMenu);

I think it's calling itself somewhere down the line of popup hooks and that causes the stack overflow because it's recursively called.

 

Edit: Yes, it seems to be the popup hook.

Edited by baka0815

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×