Skip to content
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#70914: 29.3; Crashes often on Windows" -- timing related crashes due to org-superstar and org-fancy-priorities on windows? #55

Closed
simendsjo opened this issue May 16, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@simendsjo
Copy link

I notice the documentation notes about a timing bug:

The package in question has matured, but suffers from intricate timing errors which will require looking into. Especially since they are so far impossible to test reliably due to their nature.

I get crashes on Windows, and while I'm far from sure what the source is, it might look like it's related to org-superstar, and it happens pretty much every time when using both org-superstar and org-fancy-priorities and launching from gdb.

Maybe you can look at the following emacs bug report, "bug#70914: 29.3; Crashes often on Windows", and add your thoughts if you thing it might be related?

https://mail.gnu.org/archive/html/bug-gnu-emacs/2024-05/msg00913.html

@simendsjo simendsjo added the bug Something isn't working label May 16, 2024
@simendsjo
Copy link
Author

Looks unrelated. My problem was that org-mode would try to fontify text in org-babel blocks, triggering a bug in parse_root.

#+begin_src emacs-lisp
"file://"
#+end_src

This would cause a lookup of the file "//", triggering the bug on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants