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: Thu, 19 Aug 2010 13:45:42 -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 felix):

 Replying to [comment:2 mario]:
 > I'll try to run something like recursive wgets (maybe parallel) in a
 loop until spiffy hangs.
 >
 > Any suggestion for the debug environment besides using
 {{{DEBUGBUILD=1}}} for chicken?

 Right, DEBUGBUILD=1 and the eggs should be installed from a local
 repository checkout, with

 {{{
 chicken-install -k -l <localdir> -t local
 }}}

 This will keep the compiled .c files on the local filesystem and we will
 be able to debug all code with gdb.

 It's a bit brute force, but gives us maximum introspection. If the server
 hangs, we can attach via gdb. IIRC, the hanging spiffy does not bog down
 the CPU, correct? Then you can just keep it running and I attach when I
 find the time. Or if the behaviour + testing is reproducable, I can run it
 myself.

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