chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #123: tinyclos primitive class extension procedur


From: Chicken Trac
Subject: [Chicken-janitors] Re: #123: tinyclos primitive class extension procedures are buggy
Date: Mon, 16 Nov 2009 12:28:34 -0000

#123: tinyclos primitive class extension procedures are buggy
--------------------------------+-------------------------------------------
 Reporter:  tonysidaway         |       Owner:  tonysidaway
     Type:  defect              |      Status:  accepted   
 Priority:  major               |   Milestone:             
Component:  extensions          |     Version:  4.2.x      
 Keywords:  tinyclos primitive  |  
--------------------------------+-------------------------------------------
Changes (by tonysidaway):

  * priority:  minor => major
  * status:  new => accepted


Comment:

 I've fixed that bug but I have found a much more catastrophic one.

 (define-record point x y)
 (define <point> (new-structure-class "point" 'point))
 (define <point2> (new-structure-class "point2" 'point))
 Segmentation fault

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/123#comment:1>
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]