Skip to content

Conversation

@thedeemon
Copy link

"COM Server for DParser" crashes a lot with stack overflow on some projects (like DLangUI).
Every time it happens Just-in-Time Debugging window appears offering to close or debug it, which is very annoying.
This small change allows DParserCOMServer.exe crash silently, without any annoying windows.

Also, app.config file was missing, so I removed reference to it from the project.

@rainers
Copy link
Member

rainers commented Jan 10, 2016

Thanks. I'd prefer to fix the stack overflow, though.
If that is not easily possible, a message in the status line would be helpful, because functions relying on the semantic analysis (tooltips, goto definition) doesn't work until you change the source.

@rainers
Copy link
Member

rainers commented Jan 11, 2016

I have opened a bug report for the parser: aBothe/D_Parser#195

@rainers
Copy link
Member

rainers commented Jan 13, 2016

Please try the fixed DLL by just replacing it in the VisualD/DParser folder: https://gist.github.com/rainers/6cdf73b48837defb9f88#file-d_parser-dll

@thedeemon
Copy link
Author

Yep, this version seems to work fine in my projects. I'll test it more actively tomorrow.

@sgf
Copy link

sgf commented May 29, 2017

hi,@rainers how can we open Issue ?it seems this project cant Open a Issue...

@rainers
Copy link
Member

rainers commented May 29, 2017

hi,@rainers how can we open Issue ?it seems this project cant Open a Issue...

Please use the main bugzilla here: https://issues.dlang.org/ and select component "visuald" when entering a bug or enhancement request.

@rainers
Copy link
Member

rainers commented May 17, 2025

In the unlikely case that someone is still using Visual D with the DParser engine (your only option if you are on a 32-bit OS, though), the change still makes sense, even if DParser doesn't crash for your cases. Not sure why this didn't happen before, but I have now added the change with rainers@1408d61 (merge was no longer possible).

@rainers rainers closed this May 17, 2025
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

Successfully merging this pull request may close these issues.

3 participants