GNU bug report logs -
#57007
29.0.50; Pure space overflow warning
Previous Next
Reported by: Arash Esbati <arash <at> gnu.org>
Date: Fri, 5 Aug 2022 15:37:01 UTC
Severity: normal
Found in version 29.0.50
Done: Arash Esbati <arash <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57007 in the body.
You can then email your comments to 57007 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#57007
; Package
emacs
.
(Fri, 05 Aug 2022 15:37:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Arash Esbati <arash <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 05 Aug 2022 15:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi all,
I updated Emacs from master (5426f67006) and get the following in
splash:
Warning Warning!!! Pure space overflow !!!Warning Warning
(See the node Pure Storage in the Lisp manual for details.)
I'm not preloading any additional libraries or add additional features,
I build Emacs on Win10 with Mingw64 with a small script which looks like
this:
git clean -fdx --exclude=ChangeLog
./autogen.sh && \
CPPFLAGS='-DNDEBUG' \
CFLAGS='-O3 -g0 -pipe' \
LDFLAGS='-s -Wl,-s' \
./configure \
--host=x86_64-w64-mingw32 \
--target=x86_64-w64-mingw32 \
--build=x86_64-w64-mingw32 \
--prefix=/z/path \
--with-jpeg \
--with-gif \
--with-xpm \
--with-png \
--with-tiff \
--with-rsvg \
--with-webp \
--with-sqlite3 \
--with-xml2 \
--with-gnutls \
--with-lcms2 \
--with-modules \
--with-threads \
--with-native-compilation \
--with-native-image-api \
--with-xdbe \
--without-imagemagick \
--without-dbus \
--without-gconf \
--without-gsettings \
--without-compress-install \
--without-mailutils \
--without-pop && \
make && make install
Am I missing something?
Best, Arash
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#57007
; Package
emacs
.
(Sat, 06 Aug 2022 03:37:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 57007 <at> debbugs.gnu.org (full text, mbox):
Arash Esbati <arash <at> gnu.org> writes:
> Hi all,
>
> I updated Emacs from master (5426f67006) and get the following in
> splash:
>
> Warning Warning!!! Pure space overflow !!!Warning Warning
> (See the node Pure Storage in the Lisp manual for details.)
>
> I'm not preloading any additional libraries or add additional features,
> I build Emacs on Win10 with Mingw64 with a small script which looks like
> this:
How much do you have to bump BASE_PURESIZE (in pursize.h) until the
warning goes away?
We should adjust it by at least that much, even though pure space will
hopefully go away soon.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#57007
; Package
emacs
.
(Sat, 06 Aug 2022 06:17:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 57007 <at> debbugs.gnu.org (full text, mbox):
> Cc: 57007 <at> debbugs.gnu.org
> Date: Sat, 06 Aug 2022 11:36:14 +0800
> From: Po Lu via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> Arash Esbati <arash <at> gnu.org> writes:
>
> > Hi all,
> >
> > I updated Emacs from master (5426f67006) and get the following in
> > splash:
> >
> > Warning Warning!!! Pure space overflow !!!Warning Warning
> > (See the node Pure Storage in the Lisp manual for details.)
> >
> > I'm not preloading any additional libraries or add additional features,
> > I build Emacs on Win10 with Mingw64 with a small script which looks like
> > this:
>
> How much do you have to bump BASE_PURESIZE (in pursize.h) until the
> warning goes away?
I enlarged it, please see if that's enough for the MinGW64 build.
Reply sent
to
Arash Esbati <arash <at> gnu.org>
:
You have taken responsibility.
(Sat, 06 Aug 2022 09:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Arash Esbati <arash <at> gnu.org>
:
bug acknowledged by developer.
(Sat, 06 Aug 2022 09:35:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 57007-done <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> Cc: 57007 <at> debbugs.gnu.org
>> Date: Sat, 06 Aug 2022 11:36:14 +0800
>> From: Po Lu via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>>
>> How much do you have to bump BASE_PURESIZE (in pursize.h) until the
>> warning goes away?
>
> I enlarged it, please see if that's enough for the MinGW64 build.
Thanks for the quick fix, the warning is gone now. Closing.
Best, Arash
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 03 Sep 2022 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.