Daniel Mendler writes: > Execute the following in the scratch buffer: > > (setf (aref (symbol-name 'car) 1) ?o) > > Emacs crashes with a segmentation fault. Is this a well-known issue? I > could reproduce the problem on Emacs 27 and 29. Should there be some > mechanism to protect the strings of symbols? > > I found the snippet on reddit: > https://old.reddit.com/r/emacs/comments/11ix6yu/ive_found_what_ive_been_looking_for/jb4ah5v/ Can't access reddit, but can reproduce in recent master (6fb8a4dff7ef). To test, first put this file under emacs.git/src/: