Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9319] New: make crashes with: make: *** virtual memory exhausted. Stop.

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9319] New: make crashes with: make: *** virtual memory exhausted. Stop.
  • Date: Thu, 21 Jul 2005 19:15:20 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=9319

Summary: make crashes with: make: *** virtual memory exhausted.
Stop.
Product: Codex
Version: stable grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: tusker AT tusker.org


During a build of openwrt buildroot, make complained of the virtual memory
being
exhausted. This is strange, since the memory usage is very small, so upon
googling, I found the following:

http://lists.gnu.org/archive/html/bug-make/2004-06/msg00016.html

Which refers to:
https://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=1517

This diff that is supplied on that webpage fixes the problem, and the openwrt
builds correctly.

To fix it I created a PRE_BUILD:
default_pre_build &&
cd $SOURCE_DIRECTORY &&
patch -p0 < $SCRIPT_DIRECTORY/eval-crash.diff

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 9319] New: make crashes with: make: *** virtual memory exhausted. Stop., bugzilla-daemon, 07/21/2005

Archive powered by MHonArc 2.6.24.

Top of Page