Fork me on GitHub
#emacs
<
2016-12-19
>
hlolli14:12:31

Finding a needle in heystack... but heck, are some folk getting Fatal error 11: Segmentation faultAborted (core dumped) after update to emacs25?

cmack14:12:35

@hlolli I haven’t had this issue on macosx or linux versions yet. What is your emacs version string?

hlolli14:12:43

GNU Emacs 25.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.22.1) of 2016-10-12 I must add that Im programming in cider when I crash, if that combination is a contributor factor.

hlolli14:12:40

maybe start emacs with gdb, never did much c debugging

angelixd21:12:37

I always have to look this up. IIRC you’re stuck in a recursive edit: https://www.gnu.org/software/emacs/manual/html_node/emacs/Recursive-Edit.html

angelixd21:12:59

exit-recursive-edit or abort-recursive-edit should work in your case

angelixd21:12:02

If you haven’t figured it out already @dpsutton

dpsutton21:12:12

i'm not sure what you're talking about

dpsutton21:12:19

if you mean recursive edits, etc