-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Emacs crashes with Bibtex layer #8833
Comments
Here are the general steps to debug segfaults:
|
The above instructions work, but with |
Looks like your emacs was compiled without debug simbols... have you installed it manually from source or trough your package manager? |
Just through my package manager. |
Isn't there an emacs backtrace? I saw this which says to look in .xsession-errors, but there doesn't seem to be anything useful tehre. |
Well the backtrace you provided does not say much, only a bunch of memory adresses. You might need to compile emacs from source and trigger the crash again for the full backtrace. Here would be the steps for installing from source:
The You might also need to install I don't know about the |
I didn't build emacs from scratch, but I did install emacs 26 with the |
There's a good chance your problem was fixed by someone on the master branch of Emacs (which contains version 26). I am also using the master branch because it contains some fixes to problems I encountered. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Description
Bibtex layer causes emacs to crash when inserting a citation. It only seems to happen when I'm typing fast. When I type something slow into the bibtex helm, it's fine. I wish I knew how to get backtrace logs on my system, or I'd post them here.
Reproduction guide 🪲
SPC m i c
Observed behaviour: 👀 💔
Expected behaviour: ❤️ 😄
System Info 💻
Backtrace 🐾
Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.
0x000000000053f0bc in re_search_2 ()
(gdb) bt
#0 0x000000000053f0bc in re_search_2 ()
#1 0x000000000053f76b in re_search ()
#2 0x0000000000532e91 in ()
#3 0x0000000000562377 in ()
#4 0x000000000059998b in ()
#5 0x000000000056219b in ()
#6 0x000000000059998b in ()
#7 0x0000000000561dad in ()
#8 0x000000000056219b in ()
#9 0x000000000059998b in ()
#10 0x0000000000561dad in ()
#11 0x000000000056219b in ()
#12 0x000000000059998b in ()
#13 0x0000000000561dad in ()
#14 0x000000000056219b in ()
#15 0x000000000059998b in ()
#16 0x000000000056219b in ()
#17 0x000000000059998b in ()
#18 0x0000000000561dad in ()
#19 0x000000000056219b in ()
#20 0x000000000059998b in ()
#21 0x0000000000561dad in ()
#22 0x000000000056219b in ()
#23 0x000000000059998b in ()
#24 0x0000000000561dad in ()
#25 0x000000000056219b in ()
#26 0x00000000005635f8 in ()
#27 0x0000000000562299 in ()
#28 0x000000000059998b in ()
#29 0x000000000056219b in ()
#30 0x000000000059998b in ()
#31 0x000000000056219b in ()
#32 0x000000000059998b in ()
#33 0x000000000056219b in ()
#34 0x000000000059998b in ()
#35 0x000000000056219b in ()
#36 0x000000000059998b in ()
#37 0x000000000056219b in ()
#38 0x000000000059998b in ()
#39 0x000000000056219b in ()
#40 0x000000000059998b in ()
#41 0x000000000056219b in ()
#42 0x00000000005635f8 in ()
#43 0x0000000000562299 in ()
#44 0x000000000059998b in ()
#45 0x000000000056219b in ()
#46 0x00000000005635f8 in ()
#47 0x0000000000562299 in ()
#48 0x000000000059998b in ()
---Type to continue, or q to quit---
#49 0x000000000056219b in ()
#50 0x000000000059998b in ()
#51 0x0000000000561dad in ()
#52 0x000000000056219b in ()
#53 0x000000000059998b in ()
#54 0x000000000056219b in ()
#55 0x000000000055dfda in ()
#56 0x0000000000562299 in ()
#57 0x000000000055e993 in ()
#58 0x0000000000562377 in ()
#59 0x000000000059998b in ()
#60 0x000000000056219b in ()
#61 0x000000000056249a in ()
#62 0x00000000004fd911 in ()
#63 0x0000000000560b02 in ()
#64 0x00000000004ef39c in ()
#65 0x0000000000560aa3 in ()
#66 0x00000000004ef359 in ()
#67 0x00000000004f3ae7 in ()
#68 0x00000000004f3e38 in ()
#69 0x0000000000418bae in ()
#70 0x00007fb284b98511 in __libc_start_main ()
at /usr/lib/libc.so.6
#71 0x000000000041973a in ()
The text was updated successfully, but these errors were encountered: