emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: list-threads


From: Eli Zaretskii
Subject: Re: list-threads
Date: Wed, 01 Aug 2018 19:37:32 +0300

> From: Gemini Lasswell <address@hidden>
> Date: Wed, 01 Aug 2018 09:03:10 -0700
> Cc: address@hidden
> 
> > You mean, take a backtrace while the target thread is waiting to run?
> 
> Yes.  My thought is that this might be helpful for figuring out where a
> stuck thread is blocked.  If a thread is actively working the backtrace
> will just be a snapshot of where it was when you asked for the
> backtrace.

If a thread is running, no other thread will be able to run, so you
will be unable to take the backtrace of that running thread.  Right?

> I'll move it to lisp/thread.el.

Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]