From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id C28E21F4B5; Sat, 16 Nov 2019 00:00:05 +0000 (UTC) Date: Sat, 16 Nov 2019 00:00:05 +0000 From: Eric Wong To: alex@pointless.one Cc: mwrap-public@80x24.org Subject: Re: SegFault in mwrap 2.1 on Ruby 2.4.7 Message-ID: <20191116000005.GA23479@dcvr> References: <20191105145617.B9BF92A1FFFF@MacBook-Pro.localdomain> <20191105181348.CA2D22A258A4@MacBook-Pro.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191105181348.CA2D22A258A4@MacBook-Pro.localdomain> List-Id: alex@pointless.one wrote: > They can be found in ruby/vm_core.h in Ruby 2.5+ but not in Ruby 2.4. That said, > I don't know what the right definitions are for Ruby 2.4 or if it's possible > to make mwrap copatible with Ruby 2.4. Right, mwrap requires Ruby 2.6 or later. The README says: | It does not require recompiling or rebuilding Ruby, but only | supports Ruby trunk (2.6.0dev+) on a few platforms: