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

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

bug#13528: "find_emacs_zone_regions: too many regions" --with-wide-int o


From: Paul Eggert
Subject: bug#13528: "find_emacs_zone_regions: too many regions" --with-wide-int on PPC 7447A Mac OS X 10.5.8
Date: Tue, 22 Jan 2013 12:46:59 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Thanks, does the following fix things for you, and if so, how many
regions does Emacs report when dumping?

=== modified file 'src/unexmacosx.c'
--- src/unexmacosx.c    2013-01-01 09:11:05 +0000
+++ src/unexmacosx.c    2013-01-22 20:46:07 +0000
@@ -437,7 +437,7 @@ build_region_list (void)
 }
 
 
-#define MAX_UNEXEC_REGIONS 400
+#define MAX_UNEXEC_REGIONS 800
 
 static int num_unexec_regions;
 typedef struct {






reply via email to

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