From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 394032047F; Mon, 24 Jul 2017 01:25:54 +0000 (UTC) Date: Mon, 24 Jul 2017 01:25:54 +0000 From: Eric Wong To: Jeremy Evans , Pere Joan Martorell Cc: unicorn-public@bogomips.org, Philip Cunningham , Jonathan del Strother Subject: Re: Random crash when sending USR2 + QUIT signals to Unicorn process Message-ID: <20170724012554.GA26949@dcvr> References: <20170713193409.GA24162@starla> <20170714211608.GA3272@starla> <20170714225015.GD68067@jeremyevans.local> <20170715001535.GA8205@starla> <20170715013411.GE68067@jeremyevans.local> <20170715044523.GA19602@starla> <20170715075631.GF68067@jeremyevans.local> <20170717143253.GA55601@jeremyevans.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170717143253.GA55601@jeremyevans.local> List-Id: Jeremy Evans wrote: > Running with GC.stress didn't catch the error for me. But I'm using a > fairly old compiler (GCC 4.2.1, the OpenBSD default), so this may be > something that only shows up on a newer compiler that does more > optimizations. Pere: just curious if you've had a chance to test my patch for sequel_pg from Jeremy's latest sequel_pg.git In any case, I'm certain my patch fixes a bug which manifests in a compiler-dependent manner; but here could always be other bugs in a similar vein. Thanks.