all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Helmut Eller <eller.helmut@gmail.com>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: emacs-devel@gnu.org, "Gerd Möllmann" <gerd.moellmann@gmail.com>,
	"Eli Zaretskii" <eliz@gnu.org>
Subject: Re: MPS: Thread 1 "emacs" received signal SIGXFSZ, File size limit exceeded
Date: Tue, 02 Jul 2024 11:14:16 +0200	[thread overview]
Message-ID: <87cynwcg0n.fsf@gmail.com> (raw)
In-Reply-To: <87sews9o1g.fsf@localhost> (Ihor Radchenko's message of "Tue, 02 Jul 2024 08:49:15 +0000")

On Tue, Jul 02 2024, Ihor Radchenko wrote:

> I was just running my routine magit command and got the following:
> (the problem is limited to scratch/igc branch - Emacs master works just
> fine doing the same command):
>
> Thread 1 "emacs" received signal SIGXFSZ, File size limit exceeded.

MPS uses SIGXFSZ and SIGXCPU to suspend threads.  So I guess you used
make-thread somewhere.  Under gdb, you can do the same as for SIGSEGV:

  handle SIGXFSZ nostop noprint pass

and it should "just work".



  parent reply	other threads:[~2024-07-02  9:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02  8:49 MPS: Thread 1 "emacs" received signal SIGXFSZ, File size limit exceeded Ihor Radchenko
2024-07-02  9:00 ` Gerd Möllmann
2024-07-02  9:14 ` Helmut Eller [this message]
2024-07-02 10:54   ` Ihor Radchenko

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

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

  git send-email \
    --in-reply-to=87cynwcg0n.fsf@gmail.com \
    --to=eller.helmut@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=gerd.moellmann@gmail.com \
    --cc=yantar92@posteo.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.