[tahoe-dev] [tahoe-lafs] #1154: mplayer triggers two bugs in Tahoe's new downloader

tahoe-lafs trac at tahoe-lafs.org
Wed Aug 4 19:15:09 UTC 2010


#1154: mplayer triggers two bugs in Tahoe's new downloader
------------------------------+---------------------------------------------
     Reporter:  francois      |       Owner:  warner                                 
         Type:  defect        |      Status:  assigned                               
     Priority:  critical      |   Milestone:  1.8.0                                  
    Component:  code-network  |     Version:  1.8β                                   
   Resolution:                |    Keywords:  download regression random-access error
Launchpad Bug:                |  
------------------------------+---------------------------------------------

Comment (by warner):

 I figured out the first one: it turns out that webapi GETs that use a
 Range header were completely broken: the root cause was that python's
 {{{__len__}}} method is, apparently, not allowed to return a {{{long}}}
 (who knew?). I just pushed the patch ([4664]).

 I'm still trying to figure out the {{{stopProducing}}} exception: it feels
 like the HTTP client dropped the connection at an unexpected time (when no
 actual segments were being fetched). There's a simple fix, but I want to
 build a reproducible test case first.

-- 
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1154#comment:7>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage


More information about the tahoe-dev mailing list