From: Eli Zaretskii <eliz@gnu.org>
To: Gregor Zattler <telegraph@gmx.net>
Cc: 74831@debbugs.gnu.org
Subject: bug#74831: 31.0.50; scratch/igc: segfaults on startup when called under gdb
Date: Thu, 12 Dec 2024 18:43:49 +0200 [thread overview]
Message-ID: <86frmszwai.fsf@gnu.org> (raw)
In-Reply-To: <87cyhw513i.fsf@no.lan> (message from Gregor Zattler on Thu, 12 Dec 2024 17:15:45 +0100)
> From: Gregor Zattler <telegraph@gmx.net>
> Cc: 74831@debbugs.gnu.org
> Date: Thu, 12 Dec 2024 17:15:45 +0100
>
> >> Program received signal SIGSEGV, Segmentation fault.
> >> 0x0000555555779816 in XSETCDR (c=..., n=n@entry=...) at ./src/lisp.h:1605
> >> 1605 *xcdr_addr (c) = n;
> >
> > So what is the value of xcdr_addr(s) here? It looks like
> > dereferencing it causes the segfault, so its value might give us some
> > hints.
>
> sorry, I'm clueless:
>
> (gdb) print xcdr_addr
> No symbol "xcdr_addr" in current context.
No, you should say
(gdb) print xcdr_addr(c)
> > Also, where did you start GDB? It looks like you started it not from
> > the Emacs' src/ directory,
>
> I started it in the Emacs src directory::
>
> (gdb) pwd
> Working directory /home/grfz/src/emacs-igc2/src.
>
> because you once told me to do so for
> gdb.
That's strange, because if you did that, the backtrace command would
have shown a Lisp backtrace as well, which didn't happen.
> I now added
>
> -ex "source /home/grfz/src/emacs-igc2/src/.gdbinit"
>
> to my gdb invocation and tried again.
> Now there are plenty of
>
> Program received signal SIGSEGV, Segmentation fault.
That's expected.
> lines in GDBs output but Emacs runs and
> and (not so far) functions correct.
>
> > before running Emacs. That's because the MPS library uses SIGSEGV for
> > its memory barriers, and .gdbinit there makes sure such SIGSEGVs don't
> > stop Emacs. IOW, this could be a false positive, not a real segfault.
>
> That seemed to be the case.
Yes.
I think we can close this bug now.
next prev parent reply other threads:[~2024-12-12 16:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-12 14:26 bug#74831: 31.0.50; scratch/igc: segfaults on startup when called under gdb Gregor Zattler via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-12-12 14:53 ` Eli Zaretskii
2024-12-12 16:15 ` Gregor Zattler via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-12-12 16:43 ` Eli Zaretskii [this message]
2024-12-12 16:53 ` Gregor Zattler via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-12-12 18:56 ` Eli Zaretskii
2024-12-13 8:59 ` Pip Cet via Bug reports for GNU Emacs, the Swiss army knife of text editors
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=86frmszwai.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=74831@debbugs.gnu.org \
--cc=telegraph@gmx.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 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).