[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1045: [panic] out of memory - heap full while re
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1045: [panic] out of memory - heap full while resizing - execution terminated (awful-picman) |
Date: |
Thu, 12 Sep 2013 09:35:27 -0000 |
#1045: [panic] out of memory - heap full while resizing - execution terminated
(awful-picman)
-----------------------+----------------------------------------------------
Reporter: mario | Owner:
Type: defect | Status: new
Priority: critical | Milestone: 4.9.0
Component: unknown | Version: 4.8.x
Resolution: | Keywords: awful-picman, out of memory error, heap
full
-----------------------+----------------------------------------------------
Changes (by sjamaan):
* priority: major => critical
Comment:
And another test program that triggers an error which is probably the same
root cause:
{{{#!scm
(use http-client)
(with-input-from-request "http://www.netbsd.org/" #f void)
}}}
This will either hang or segfault or print "heap full while resizing". I'm
raising the priority to critical, considering so many different programs
will cause this issue.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1045#comment:9>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
- Re: [Chicken-janitors] #1045: [panic] out of memory - heap full while resizing - execution terminated (awful-picman),
Chicken Trac <=