Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access violation in module 'coreide290.bpl' #192

Open
lichuxiong991 opened this issue Feb 28, 2024 · 5 comments
Open

Access violation in module 'coreide290.bpl' #192

lichuxiong991 opened this issue Feb 28, 2024 · 5 comments

Comments

@lichuxiong991
Copy link

微信图片_20240228113815
delphi12 ide version info:
微信图片_20240228114350

@the-Arioch
Copy link

why do you think this is related to CnWizards?

what exactly did you do to genearate this error?

perhaps reading ESR's "how to ask questions smart way" could provide a thinking framework here, though the essay uses quite some wording

@vlw
Copy link

vlw commented Jun 15, 2024

I have same bug with D12.1
@the-Arioch Without CnWizards no errors, it's bug of CnWizards
Tested latest stable and latest daily builds

image image

@cnpack
Copy link
Owner

cnpack commented Jun 15, 2024

So weird.
The stack contains no CnWizards information.

@vlw
Copy link

vlw commented Jun 15, 2024

@cnpack I only get this error when writing code, but the frequency of its occurrence is random. Sometimes it happens once every couple of minutes, sometimes it takes 20 minutes to write code without crashes. The same version of CnPack works without problems on D10.3

@cnpack
Copy link
Owner

cnpack commented Nov 19, 2024

Yes. It's now a known bug about LSP and currently no clue to resovle it.

We use Open ToolsAPI to get internal symbols from IDE, but from LSP, it becomes async mode.
If we invoke the calling and wait for the response in async mode, and if user press dot to popup it's Code Insight, the re-entrance will cause this AV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants