unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 70049@debbugs.gnu.org
Subject: bug#70049: 30.0.50; (server-running-p) in mode line freezes emacs
Date: Wed, 10 Apr 2024 12:46:09 +0200	[thread overview]
Message-ID: <CAO48Bk85bPrLD8g7pgT_DP8iSeyGDbPO5PeavJW0Gr_UVU6YNg@mail.gmail.com> (raw)
In-Reply-To: <861q7pb9kb.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 997 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1913 bytes --]

      reply	other threads:[~2024-04-10 10:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28 10:45 bug#70049: 30.0.50; (server-running-p) in mode line freezes emacs Pedro A. Aranda
2024-03-28 11:46 ` Eli Zaretskii
2024-03-28 16:03   ` Pedro Andres Aranda Gutierrez
2024-03-28 16:26     ` Eli Zaretskii
2024-03-29  6:37       ` Pedro Andres Aranda Gutierrez
2024-03-29  6:55         ` Eli Zaretskii
2024-03-29  7:09           ` Pedro Andres Aranda Gutierrez
2024-04-01  8:36             ` Pedro Andres Aranda Gutierrez
2024-04-01 11:34               ` Eli Zaretskii
2024-04-10 10:46                 ` Pedro Andres Aranda Gutierrez [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAO48Bk85bPrLD8g7pgT_DP8iSeyGDbPO5PeavJW0Gr_UVU6YNg@mail.gmail.com \
    --to=paaguti@gmail.com \
    --cc=70049@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).