guile-devel
[Top][All Lists]
Advanced

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

Re: GNU Guile 2.1.3 released


From: Andy Wingo
Subject: Re: GNU Guile 2.1.3 released
Date: Fri, 24 Jun 2016 19:16:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Fri 24 Jun 2016 18:18, Matt Wette <address@hidden> writes:

> On my mac (getrlimit ‘as) => #f #f. So it looks like the args to
> setrlimit are 100 MB and #f. Is the program supposed to die gracefully
> at 100 MB? When I (accidentally) stopped the program (under gdb) the
> process was using 56 GB of memory.

Apparently setrlimit(RLIMIT_AS, ...) "succeeds" on macOS but doesn't
actually do anything :-//////

Daniel added a check for macOS in the test case and so we won't test
setrlimit.

Andy



reply via email to

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