chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #486: Interrupting a tcp read operation causes a


From: Chicken Trac
Subject: [Chicken-janitors] Re: #486: Interrupting a tcp read operation causes a crash
Date: Sun, 27 Feb 2011 20:01:53 -0000

#486: Interrupting a tcp read operation causes a crash
-----------------------------+----------------------------------------------
  Reporter:  zbigniew        |       Owner:  zbigniew                           
 
      Type:  defect          |      Status:  closed                             
 
  Priority:  major           |   Milestone:  4.7.0                              
 
 Component:  core libraries  |     Version:  4.6.x                              
 
Resolution:  fixed           |    Keywords:  tcp scheduler crash girl 
interrupted
-----------------------------+----------------------------------------------
Changes (by zbigniew):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 Yes, I can no longer reproduce the problem.

 I was also getting a different crash previously, however I cannot
 currently reproduce it (even on the old unpatched version!).  So closing
 ticket for now.

 {{{
 #;1> (use posix)
 ; loading library posix ...
 #;2> (use tcp)
 ; loading library tcp ...
 #;3> (tcp-connect-timeout 20000)
 #;4> (define-values (i o) (tcp-connect "3e8.org" 8081))
   C-c C-c
 *** user interrupt ***
 #;4> (define-values (i o) (tcp-connect "3e8.org" 8081))

 Bus error
 }}}

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