bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#70049: 30.0.50; (server-running-p) in mode line freezes emacs


From: Pedro Andres Aranda Gutierrez
Subject: bug#70049: 30.0.50; (server-running-p) in mode line freezes emacs
Date: Wed, 10 Apr 2024 12:46:09 +0200

BTW, workaround just for the record:

```
(defun server-running-p()
  (and server-process (memq (process-status server-process)
                            '(connect listen open run))))
```
I got this from an old post and it still works without blocking emacs on redisplay.

/PA

On Mon, 1 Apr 2024 at 13:34, Eli Zaretskii <eliz@gnu.org> wrote:
> From: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
> Date: Mon, 1 Apr 2024 10:36:01 +0200
> Cc: 70049@debbugs.gnu.org
>
> Followed all the steps, and crashed emacs but bt doesn't print out anything...

"Crashed"?  Originally you said Emacs freezes, but didn't say it
crashes.

Can you start Emacs from GDB to begin with, and then repeat the steps
to make it freeze?


--
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet


reply via email to

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