pkgsrc-Bugs archive

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

Re: pkg/39027: Emergency (alloc): Warning: past 95% of memory limit



The following reply was made to PR pkg/39027; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/39027: Emergency (alloc): Warning: past 95% of memory limit
Date: Sat, 5 Sep 2009 13:48:54 +0900

 The following patch for emacs-22.3 seems to fix (or hide) the message:
 
 --- src/m/pmax.h.orig  2008-01-08 13:04:30.000000000 +0900
 +++ src/m/pmax.h       2009-09-05 01:43:52.000000000 +0900
 @@ -59,8 +59,10 @@
  /* Supposedly the following will overcome a kernel bug.  */
  #undef LD_SWITCH_MACHINE
  #undef DATA_START
 +#if !defined(__NetBSD__)
  #define DATA_START 0x10000000
  #define DATA_SEG_BITS 0x10000000
 +#endif /* !__NetBSD__ */
  
  #if 0
  /* I don't see any such conflict in Ultrix 4.2, 4.2a, or 4.3.  And
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index