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

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

Re: C-h f now permanently loads ~2MB


From: Stefan Monnier
Subject: Re: C-h f now permanently loads ~2MB
Date: 07 May 2004 10:57:30 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> The immediate cause of the problem is that malloc fails.

Aahh.. I thought it was because malloc succeeded but returned an address
that could not be stored in a Lisp_Object (i.e. an object outside the Lisp
address space).
On GNU/Linux, malloc should only fail if you run out of virtual memory,
which seems rather odd (and should impact equally all other running
applications).


        Stefan




reply via email to

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