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: Tue, 22 Sep 2009 16:11:06 +0900

 The following patch for emacs-22.3 also fixes the message on
 NetBSD/alpha 5.0:
 
 --- src/m/alpha.h.orig 2008-01-08 13:04:36.000000000 +0900
 +++ src/m/alpha.h      2009-09-22 07:45:30.000000000 +0900
 @@ -106,7 +106,7 @@
  #ifdef __ELF__
  #undef UNEXEC
  #define UNEXEC unexelf.o
 -#ifndef LINUX
 +#if !defined(LINUX) && !defined(__NetBSD__)
  #define DATA_START    0x140000000
  #endif
  #endif
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index