]> git.eshelyaron.com Git - emacs.git/commit
Avoid crashes when profiling multi-threaded Lisp (bug#76970)
authorPip Cet <pipcet@protonmail.com>
Sat, 12 Jul 2025 10:22:01 +0000 (10:22 +0000)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:13:20 +0000 (10:13 +0200)
commit8fc1a444fa82ffaf5751cc87bd0ab470ee0cf307
tree7f91af5516757927b1cc0aa1a7b8526fcdd9693a
parent909da318ef7e1ef8df43f1b43e42cbd1dedbeba4
Avoid crashes when profiling multi-threaded Lisp (bug#76970)

* src/eval.c (backtrace_p): Check 'current_thread' before
dereferencing it.

(cherry picked from commit fce86c7e9523b9b6c29241ae9d1dea340f0d849c)
src/eval.c