I am GNU Emacs 28.1.91
with native compilation. Emacs freezes so often, where I am unable to find what's is wrong. During the freeze all my work is always gone where the save does not occur.
Following: What do I do when Emacs is frozen? [duplicate], I have done M-x toggle-debug-on-quit
. but when freeze happens I cannot see/reach *Backtrace*
of the error. I have to restart the Emacs and I cannot reach the log :-(
Is possible to write the log the bactrace to a file?
*Backtrace*
visible in another frame? – Gilles 'SO- stop being evil' Oct 06 '22 at 21:56GNU Emacs 28.1.91
with native compilation – alper Oct 07 '22 at 09:04M-x <funcname>
on a different tab, the focus switch into backtrace frame – alper Oct 07 '22 at 19:26jit-lock-force-redisplay
as follows: https://gist.github.com/avatar-lavventura/85e5222f3e01760f96b82b85f7929cbb?permalink_comment_id=4330313#gistcomment-4330313 // I am not sure would this help to find the problem. – alper Oct 10 '22 at 16:34