-
Notifications
You must be signed in to change notification settings - Fork 269
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
[Bug] Emacs crashes when editing files #446
Comments
Can you provide any example files to reproduce the issue? |
This happens with empty files. |
I believe it's an issue of Emacs or related lib. Please check if
|
Sadly, the first option Maybe MacPorts is conflicting with it in some way. Does Centaur Emacs require Homebrew? |
@MariusKressin I have had bunch of problems in the past with Emacs installed with Macports. I have had great success with this build script for past 2 years with out any crashes - https://github.com/jimeh/build-emacs-for-macos Ofcourse you will still need Homebrew to install dependencies. |
That's okay then. I don't think it's worthwhile to switch over to Homebrew just for this, so I'll look elsewhere. |
I am using emacs-plus, but Centaur Emacs doesn't require homebrew. You can compile Emacs yourself (without homebrew) if you will. I recommend GNU Emacs. |
Thank you for the bug report
Centaur Emacs
.custom.el
andcustom-post.el
.Bug description
When I open a JS, TS, or Ruby (possibly others as well) file in emacs, it crashes, and I get the message:
Fatal error 11: Segmentation fault
.For whatever reason, Elisp files do not make it crash, and neither does Go. Also, it takes a few seconds longer to crash if I disable
aggressive-indent-mode
orflymake-mode
.Steps to reproduce
.emacs.d
.Expected behavior
This behavior was naturally unexpected.
OS
MacOS
Emacs Version
29
Error callstack
No response
Anything else
No response
The text was updated successfully, but these errors were encountered: