chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #892: Segfault on insanely long lists


From: Chicken Trac
Subject: Re: [Chicken-janitors] #892: Segfault on insanely long lists
Date: Mon, 17 Jun 2013 18:07:00 -0000

#892: Segfault on insanely long lists
-----------------------+----------------------------------------------------
  Reporter:  sjamaan   |       Owner:                   
      Type:  defect    |      Status:  new              
  Priority:  critical  |   Milestone:  4.9.0            
 Component:  unknown   |     Version:  4.7.x            
Resolution:            |    Keywords:  segfaults are fun
-----------------------+----------------------------------------------------

Comment(by sjamaan):

 Additional data: I verified (clumsily, by looking at top(1) output while
 the program ran) that the crash happens at the instant the maximum heap
 size is exceeded.  After increasing the heap size from 2G to 4G (via
 -:hm4G), the crash happened when the new maximum heap size was exceeded
 (which takes less than twice the time it takes 2G heap to get filled!).

 So something goes terribly wrong when the heap is full.  Also, why isn't
 the garbage cleaned up which gets left behind by the loop?

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/892#comment:3>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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