#10028 LOW Not Tri: OFW reprompts on glob copy

Zarro Boogs per Child bugtracker at laptop.org
Wed Feb 17 22:18:36 EST 2010


#10028: OFW reprompts on glob copy
-------------------------------------------+--------------------------------
           Reporter:  Quozl                |       Owner:  wmb at firmworks.com   
               Type:  defect               |      Status:  new                 
           Priority:  low                  |   Milestone:  Not Triaged         
          Component:  ofw - open firmware  |     Version:  Development firmware
         Resolution:                       |    Keywords:                      
        Next_action:  diagnose             |    Verified:  0                   
Deployment_affected:                       |   Blockedby:                      
           Blocking:                       |  
-------------------------------------------+--------------------------------

Comment(by Quozl):

 the stack growth is benign, unrelated to symptom.  the return value from
 pack is not being processed.  fix suggested but untested:

 {{{
 --- ofw/core/filecmds.fth       (revision 1752)
 +++ ofw/core/filecmds.fth       (working copy)
 @@ -598,7 +598,7 @@
        2>r dir?  if                                 ( )
           ." Not copying the directory: " 2r> type cr
        else
 -         search-dir count source$ pack
 +         search-dir count source$ pack drop
           2r> source$ $cat
           source$ count  2r@  $copy-to-dir
        then
 }}}

-- 
Ticket URL: <http://dev.laptop.org/ticket/10028#comment:3>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list