X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:reply-to:subject:message-id:date :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=J0wm0HrthvPYBWI87JYabNQOvqOEj4HVPTcjwRvgdFdVm9n3AFlMv 3r+F7n99TGiGwTvcAvpxwpgksILXa+ALTRU3USzy99d+Nx5KndRa81M4NXmm2947 9invmAefCil1NWTDOE7cgITWA2WrAksgDoEgrURP2xHhPmDesvoeY4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:reply-to:subject:message-id:date :mime-version:content-type:content-transfer-encoding; s=default; bh=7QCRnsBovjTg/d+85TjCuG0Qmds=; b=LteLdQCB8L6pGKTwvH4yb3f3mlI5 MW20TMQIHWYCzm1TbtVtzxjzIQ0gjhe8asmV/lboc2QCfo9DNsdIcsGNr6CboDab Y+pd09IXHvHt0Aaf7/13OT6YlosQz8GWg57mzfK1Fpm8jCmVYNjEyqG+LVu1V6Gj CyP9zpgMl6JuXU8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Until, quits, H*r:NNFMP, HX-Yahoo-Newman-Property:ymail-3 X-HELO: sonic303-2.consmr.mail.bf2.yahoo.com X-Yahoo-SMTP: dVDJiUaswBCvpsZkKGwUdudVizsY.1VK To: cygwin AT cygwin DOT com From: "Tetsuji Rai via cygwin" Reply-To: Tetsuji Rai Subject: xz archiver has a problem compressing a large volume in multithread mode Message-ID: <98f358c1-2869-3c99-b233-3b295dfa7edd@yahoo.com> Date: Mon, 13 Nov 2017 16:50:48 +0900 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hi all, I have many music files, so I often archive music directory with "tar -cJvf music.tar.xz music" with environment variable XZ_OPTS="-T 3" (I have 4 threaded first generation i7).    The archive is about 30GB.  Until some weeks ago it worked fine.   However since I updated to the latest version of cygwin64 some weeks ago, I have a trouble extracting from that archive at some point.  "tar -xJvf music.tar.xz" says "archive file is corrupt" or something and quits.   This is reproducible, and gzip has no problem at all (ie, "tar -czvf music.tar.gz music" works fine. So I want to ask anyone has a similar problem?   I want developers to fix it. Thanks in advance. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple