PythonNut / quark-emacs

:rocket: An incredible wonderland of code
MIT License
137 stars 6 forks source link

Mysterious crashes when editing C/C++ #90

Closed PythonNut closed 6 years ago

PythonNut commented 6 years ago

Emacs will literally just vanish. No error messages!

May be related to irony-mode.

PythonNut commented 6 years ago

Confirmed: not caused by anaconda-mode.

PythonNut commented 6 years ago

Confirmed: not caused by anything in python-mode configuration and not caused by sshfs.

PythonNut commented 6 years ago

Confirmed: not dependent on a specific major mode.

PythonNut commented 6 years ago

This has been narrowed down to something in config-intel.

AsmCoder110 commented 6 years ago

How do you figure out modes that aren't the cause of failure? I am having the same problem but with org-mode files. :disappointed:

PythonNut commented 6 years ago

For non-deterministic stuff like this, I just disable parts of my configuration. If it's not running then you know it's not to blame. If you can reproduce it reliably within a few days, then you can keep paring the problem scope down until you catch it.

Actually, this was fixed in fff49d8ecbd35b5cd93aaf119b3e27ac2eae28fa, I forgot it also caused this issue along with #92.