From unknown Sat Aug 09 01:15:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#20215 <20215@debbugs.gnu.org> To: bug#20215 <20215@debbugs.gnu.org> Subject: Status: 25.0.50; Support compilation as PIE Reply-To: bug#20215 <20215@debbugs.gnu.org> Date: Sat, 09 Aug 2025 08:15:15 +0000 retitle 20215 25.0.50; Support compilation as PIE reassign 20215 emacs submitter 20215 Philipp Stephani
> Currently when trying to compile as = a position-independent executable,
> e.g.
> ./configure CFLAGS=3D-fPIE LDFLAGS=3D-pie && make
> Emacs segfaults when dumping.
I have no idea why it would crash during the dumping process, but
I wouldn't be surprised if after a successful dump of `temacs', the=
resulting `emacs' crashes early on, since the dump will be writing
a heap which will probably contain pointers back into the code.