chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #340: Spiffy hangs occasionally (again!)


From: Chicken Trac
Subject: [Chicken-janitors] Re: #340: Spiffy hangs occasionally (again!)
Date: Tue, 24 Aug 2010 18:38:30 -0000

#340: Spiffy hangs occasionally (again!)
----------------------+-----------------------------------------------------
  Reporter:  sjamaan  |       Owner:                                            
     
      Type:  defect   |      Status:  new                                       
     
  Priority:  major    |   Milestone:                                            
     
 Component:  wiki     |     Version:  4.5.x                                     
     
Resolution:           |    Keywords:  spiffy, wiki, hang, call-cc.org, 
infrastructure
----------------------+-----------------------------------------------------

Comment(by sjamaan):

 I just tried this code on the call-cc.org box and it hung indeed:

 {{{
 #include <sys/select.h>
 #include <stdio.h>

 int main(void) {
   fd_set in, out;
   FD_ZERO(&in);
   FD_ZERO(&out);
   select(1024, &in, &out, NULL, NULL);
   return 0;
 }
 }}}

 It also hangs on NetBSD, so I guess Chicken would need a test to see if
 the sets are both empty before actually calling into select().

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