GNU bug report logs -
#76705
31.0.50; igc: crash
Previous Next
Full log
View this message in rfc822 format
> Cc: 76705 <at> debbugs.gnu.org
> Date: Mon, 03 Mar 2025 15:36:09 +0000
> From: Pip Cet via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> > #7 0x0000556e0edd0c10 in shieldFlushEntries ()
>
> So it seems that this function called ProtSet (see the code below), and
> ProtSet tail-called mps_lib_assert_fail. In my build, it only does that
> when mprotect fails, which is something that happened in another bug
> report.
>
> I assume this is a Linux kernel? My assumption is that errno is ENOMEM
> (you should be able to figure this out from the core dump, but I don't
> know how glibc hides errno these days):
In GDB, type "ptype errno" and/or "whatis errno", and go from there.
(I believe it expands to a function or a TLS reference?)
This bug report was last modified 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.