GNU bug report logs -
#63365
30.0.50; GCC 13.1 breaks building Emacs with native-compilation
Previous Next
Reported by: Arash Esbati <arash <at> gnu.org>
Date: Mon, 8 May 2023 08:17:02 UTC
Severity: normal
Tags: moreinfo
Merged with 65727
Found in version 30.0.50
Done: Andrea Corallo <acorallo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #56 received at 63365 <at> debbugs.gnu.org (full text, mbox):
> From: Arash Esbati <arash <at> gnu.org>
> Cc: 63365 <at> debbugs.gnu.org, akrl <at> sdf.org
> Date: Fri, 26 May 2023 21:21:58 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > So now converting the addresses from emacs_backtrace.txt manually is
> > the only way forward, it seems.
>
> Thanks, so I did:
>
> • cd emacs-build-test/src
> • gdb ./emacs.exe
> • (gdb) list *0x00007ff6ae7fa12e (taken from emacs_backtrace.txt)
>
> but GBD returns nothing. Is there any other recipe to this?
Is this what you get for all the addresses in emacs_backtrace.txt?
Some of them, especially the ones close to the top, are expected to
yield nothing, but not all of them.
Also, try doing the same after letting the program run to the
beginning of the 'main' function, like this:
cd emacs-build-test/src
gdb ./emacs.exe
(gdb) start run -batch --no-site-file --no-site-lisp ...
(with the rest of the arguments you saw in the crashed command).
This bug report was last modified 1 year and 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.