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

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

bug#17215: Build failure


From: Nicolas Richard
Subject: bug#17215: Build failure
Date: Wed, 09 Apr 2014 12:19:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

[I'm cc-ing Bastien because he had a similar problem IIRC]

Hi David,

> Still dumps core.  Looks pretty much the same to me:
> #0  0x40022424 in __kernel_vsyscall ()
> #1  0x416b60c6 in raise (sig=sig@entry=6)
>     at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:37

You could try Daniel's suggestion to bug#17184, i.e. compile with
-DSYSTEM_PURESIZE_EXTRA=10000000

Perhaps it is time to increase BASE_PURESIZE ? FWIW I applied this patch
to my local branch :

        Modified   src/ChangeLog
diff --git a/src/ChangeLog b/src/ChangeLog
index 2b00e60..9d0d8f0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-09  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1720000.
+
 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks and
        Modified   src/puresize.h
diff --git a/src/puresize.h b/src/puresize.h
index 0ee29d8..ad591c7 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -40,7 +40,7 @@ along with GNU Emacs.  If not, see 
<http://www.gnu.org/licenses/>.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1700000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1720000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */

-- 
Nico.





reply via email to

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