GNU bug report logs -
#17215
Build failure
Previous Next
Reported by: David Kastrup <dak <at> gnu.org>
Date: Mon, 7 Apr 2014 08:09:01 UTC
Severity: normal
Tags: moreinfo
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[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 <at> 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 <at> yahoo.fr>
+
+ * puresize.h (BASE_PURESIZE): Increase to 1720000.
+
2014-04-09 Stefan Monnier <monnier <at> 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.
This bug report was last modified 11 years and 103 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.