chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Backtrace after out-of-memory error?


From: felix winkelmann
Subject: Re: [Chicken-users] Backtrace after out-of-memory error?
Date: Thu, 23 Nov 2006 06:52:19 +0100

On 11/22/06, address@hidden
<address@hidden> wrote:
Hi all.
How can I get some useful backtrace after an out-of-memory error?
The program is compiled by a current chicken compiler and stops with
the following message:

out of memory - can not allocate heap segment - execution terminated


You should get a backtrace. This error is generated by panic() in runtime.c,
which creates a backtrace (actually a call-trace) via dump_trace() and
prints it to stderr.


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

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