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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=GebQaah wpiLNAap8BQSqTJH+5ND2qG7vSsM21wq+db56N3GgRRiPiGmrLzxpsMnuZZnWhhS JPuzawFw5mTiQxEJGi0f17yrl3kJIy7wAWRAaZ1+alPuelU9/J07WyTv6OnFhSY7 OHnUP3fey8CN1rElwywXV/2w8+Cm7KfT3f+s= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=4pmiJccb+EFYF rG+RvinWehPSSg=; b=upS6wvN8cXC5Gqvr8hkIdn+/+vLO9IG+5oe1M5EzUtmdc oR5FAaOuQUyYOti0ki3XmJlWpCyhF0ynB+KOtZNt086o/mg4Vz9UvcE9d6MitTK6 xeICmwH+Ece+MtN5Cit1VdzDFigV8c+UCaHvhSWQ/8t2e8Pnhmut/LyLuC8DkE= 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=AWL,BAYES_50,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=stromeko AT nexgo DOT de, stromekonexgode, U*stromeko, Stromeko AT nexgo DOT de X-HELO: homiemail-a32.g.dreamhost.com X-Gm-Message-State: AD7BkJJqSSJrPTbqUFMnAbK7kp4UB6pOBYkhLolqSR2cFgVLkZLxWMaC5c3DaUgHlBac1m0zuU65V5zHJ3q+Qg== X-Received: by 10.182.24.8 with SMTP id q8mr251243obf.67.1458080390152; Tue, 15 Mar 2016 15:19:50 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <87ziu2e1kv.fsf@Rainer.invalid> References: <87ziu2e1kv DOT fsf AT Rainer DOT invalid> From: Wayne Davison Date: Tue, 15 Mar 2016 15:19:30 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Latest perl JSON::XS failing when threaded To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Sun, Mar 13, 2016 at 10:21 AM, Achim Gratz wrote: > I've found a patch at least for the scenario that your test case uses. Thanks -- the new version does indeed get things back to "normal" (how things were behaving before). As for thread support, it looks like I need to start using Cpanel::JSON::XS (which might be nice to get added into cygwin). I noticed that the newly added JSON::MaybeXS will choose Cpanel::JSON::XS first if it is around (unlike "JSON", which just seems to choose between JSON::XS and JSON::PP). ..wayne.. -- 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