net451 version crashes in Emacs
See original GitHub issueIf I try to run the net451 version in Emacs on Windows 10, Emacs just crashes. The netcoreapp version however works fine. It’s not related to omnisharp-emacs
since just running (start-process "foo" "*foo*" "OmniSharp")
causes a crash.
There are also several reports on different Windows configurations here: https://github.com/OmniSharp/omnisharp-emacs/issues/178
I’ve also tried this on the latest Emacs version (25.1) as well as an older one (24.4), with the same result.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
feature-omnisharp-rosalyn-support branch crashes Windows ...
I'm running the native emacs 24.5.1, using the current featur. ... Users\developer\omnisharp-roslyn\artifacts\publish\OmniSharp\default\net451>OmniSharp.exe ...
Read more >Crashing (GNU Emacs Manual)
Emacs is not supposed to crash, but if it does, it produces a crash report prior to exiting. The crash report is printed...
Read more >emacs crashes at least 10 times a day
My -nw emacsclient just lands in a corrupted shell prompt, where I have to type reset to even start seeing characters I type...
Read more >Something crashes my Emacs! How do I find what?
Just as small update, seems like my problem was "spaceline" package. Since I have disabled that one emacs hasn't crashed for days again....
Read more >How can I prevent emacs from crashing in this situation?
On the desktop computer, I've got VcXsrv and WSL1 running, and I have the Linux build of Gnu Emacs 27.1 running under WSL...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
omnisharp-emacs now has the
M-x omnisharp-install-server
command that will properly setup the server for you automatically (see https://github.com/OmniSharp/omnisharp-emacs/issues/275).It will also avoid 64bit binary on windows and will use 32bit one for now (until emacs-26 is released and detected). I think this issue can be closed then
Emacs bug has been reported in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27527 and should be fixed in the next emacs version.
In the meantime -x86- (NOT -x64-) omnisharp-roslyn bundle should be used instead, 32bit server exe doesn’t crash for me.