Thankyou! No longer seeing segfaults after rebuild. On Sun, Jul 21, 2024 at 5:01 PM Yuan Fu wrote: > > > > On Jul 21, 2024, at 3:24 PM, john muhl wrote: > > > > Noah Peart writes: > > > >> After recent build, emacs is crashing frequently when using tree-sitter > >> modes. > >> > >> The following backtrace was generated after opening a few C files, > >> enabling c-ts-mode, and moving the cursor around a bit. I dont have > >> precise steps for repeatability at this point (sorry!), as it seems to > >> occur during garbage collection. > >> > >> Let me know if there is more useful output I could provide. > > > > Could you try reverting 1abf3bdd7ed and see if that helps? > > Hey guys, sorry for the segfault. It’s indeed caused by 1abf3bdd7ed, I > just fixed it on master. > > Yuan