From owner-freebsd-translators@freebsd.org Mon Feb 8 16:13:08 2016 Return-Path: Delivered-To: freebsd-translators@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98696AA2AB1 for ; Mon, 8 Feb 2016 16:13:08 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 62DDD1CE6 for ; Mon, 8 Feb 2016 16:13:08 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u18GD7iq065091 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 8 Feb 2016 09:13:07 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u18GD76u065088; Mon, 8 Feb 2016 09:13:07 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 8 Feb 2016 09:13:07 -0700 (MST) From: Warren Block To: RayCherng Yu cc: freebsd-translators@freebsd.org Subject: Re: POedit freezes after pressing save buttton In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 08 Feb 2016 09:13:07 -0700 (MST) X-BeenThere: freebsd-translators@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Translators List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 16:13:08 -0000 On Tue, 9 Feb 2016, RayCherng Yu wrote: > This is part of the result that I can copy & paste. > http://pastebin.com/JytWPvHL > And the poedit freezes again! Now that is interesting: read(19,"execvp(msgfmt, -o, /dev/null, -c"...,4096) = 129 (0x81) select(20,{ 19 },0x0,0x0,{ 0.000000 }) = 1 (0x1) read(19,0x81cd1a081,3967) = 0 (0x0) _umtx_op(0x8009c3038,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfbfbe38) ERR#60 'Operation timed out' When you run that msgfmt test on the real PO file from the command line, how long does it take to finish? These are probably much larger files than poedit expects, and might take longer to check than it thinks is reasonable. That could also explain why it does not fail here, this is a pretty fast machine.