From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1096D1F516; Tue, 3 Jul 2018 09:11:39 +0000 (UTC) Date: Tue, 3 Jul 2018 09:11:38 +0000 From: Eric Wong To: ruby-talk@ruby-lang.org, mwrap-public@80x24.org Subject: Re: [ANN] mwrap - LD_PRELOAD malloc wrapper + line stats for Ruby Message-ID: <20180703091138.bt4ffvmvef4vk46c@dcvr> References: <20180702120050.GA24029@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180702120050.GA24029@dcvr> List-Id: > It does not require recompiling or rebuilding Ruby, but only supports > Ruby trunk (2.6.0dev+) Btw, I fixed a rare crash at thread creation in Ruby trunk r63836: https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63836 r63837 also solves the same problem, but may affect other potential callers: https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63837