emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57007: closed (29.0.50; Pure space overflow warning)


From: GNU bug Tracking System
Subject: bug#57007: closed (29.0.50; Pure space overflow warning)
Date: Sat, 06 Aug 2022 09:35:02 +0000

Your message dated Sat, 06 Aug 2022 11:33:45 +0200
with message-id <86iln567ie.fsf@gnu.org>
and subject line Re: bug#57007: 29.0.50; Pure space overflow warning
has caused the debbugs.gnu.org bug report #57007,
regarding 29.0.50; Pure space overflow warning
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57007: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57007
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.50; Pure space overflow warning Date: Fri, 05 Aug 2022 17:36:29 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#57007: 29.0.50; Pure space overflow warning Date: Sat, 06 Aug 2022 11:33:45 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50
Eli Zaretskii <eliz@gnu.org> writes:

>> Cc: 57007@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@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]