Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.149 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.71; '*S*': 0.00; 'bug.': 0.07; 'explanation': 0.09; 'threads.': 0.09; 'sense,': 0.16; 'subject:failed': 0.16; 'surprising': 0.16; 'threads': 0.16; 'fix': 0.17; 'code,': 0.18; 'trying': 0.21; "haven't": 0.23; 'to:2**1': 0.23; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'forgot': 0.27; 'objects': 0.29; 'probably': 0.29; "i'm": 0.29; 'related': 0.30; 'file': 0.32; 'problem': 0.33; 'to:addr:python-list': 0.33; 'thanks': 0.34; 'received:192.168.0': 0.35; 'there': 0.35; 'but': 0.36; "didn't": 0.36; 'detail': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'possible.': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'subject:-': 0.40; 'help': 0.40; 'your': 0.60; 'received:62': 0.62; 'solve': 0.62; 'between': 0.63; 'ever': 0.63; 'completely,': 0.84; 'received:192.168.0.101': 0.84; 'received:192.168.13': 0.84; 'received:62.179': 0.84; 'received:62.179.121': 0.84; 'received:upcmail.net': 0.84; 'troubles': 0.84; 'lot,': 0.95 X-SourceIP: 89.134.225.226 Date: Wed, 01 Aug 2012 19:05:11 +0200 From: Laszlo Nagy User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: andrea crotti , python-list@python.org Subject: Re: CRC-checksum failed in gzip References: <50190ED6.1040100@shopzeus.com> <501956a7$0$29978$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343840725 news.xs4all.nl 6951 [2001:888:2000:d::a6]:44884 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26372 > Thanks a lot, that makes a lot of sense.. I haven't given this detail > before because I didn't write this code, and I forgot that there were > threads involved completely, I'm just trying to help to fix this bug. > > Your explanation makes a lot of sense, but it's still surprising that > even just reading files without ever writing them can cause troubles > using threads :/ Make sure that file objects are not shared between threads. If that is possible. It will probably solve the problem (if that is related to threads).