chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #610: srfi-41 segfaults on non-stream cdr


From: Chicken Trac
Subject: [Chicken-janitors] #610: srfi-41 segfaults on non-stream cdr
Date: Sat, 18 Jun 2011 01:25:05 -0000

#610: srfi-41 segfaults on non-stream cdr
------------------------+---------------------------------------------------
 Reporter:  zbigniew    |       Owner:  kon  
     Type:  defect      |      Status:  new  
 Priority:  minor       |   Milestone:  4.8.0
Component:  extensions  |     Version:  4.7.x
 Keywords:              |  
------------------------+---------------------------------------------------
 Quickest way I can reproduce this:
 {{{
 (use srfi-41)
 (stream-null? (stream-cdr (stream-cons 1 2))
 Process scheme segmentation fault
 }}}

 (stream-cons 1 2) is illegal but should not segfault when dereferenced.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/610>
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]