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: AS19844 198.205.122.0/23 X-Spam-Status: No, score=-1.0 required=3.0 tests=BAYES_00, PDS_TONAME_EQ_TOLOCAL_SHORT,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS, SPF_SOFTFAIL shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from smtp-out-4.mxes.net (smtp-out-4.mxes.net [198.205.123.69]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C4E921F934 for ; Thu, 8 Apr 2021 02:11:47 +0000 (UTC) Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 4FG4Wg72Hkz3c8v; Wed, 7 Apr 2021 22:11:43 -0400 (EDT) Received: from jeremyevans.local (battleground.jeremyevans.local [10.187.8.1]) by battleground.jeremyevans.local (OpenSMTPD) with ESMTPS id fe94acda (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 7 Apr 2021 19:11:41 -0700 (PDT) Date: Wed, 7 Apr 2021 19:11:40 -0700 From: Jeremy Evans To: vtamara Cc: Eric Wong , unicorn-public@yhbt.net, ports@openbsd.org Subject: Re: Bus Error with Unicorn 6.0 on OpenBSD-current (6.9) with Ruby 3.0 in minimal rails application Message-ID: References: <6acb1c84c7392d7b4a64572b20498549@pasosdeJesus.org> <20210330015806.GA4267@dcvr> <20210404200358.GA32719@dcvr> <895749618d9ff29d99b7ab8e0596b6eb@pasosdeJesus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <895749618d9ff29d99b7ab8e0596b6eb@pasosdeJesus.org> X-Sent-To: List-Id: On 04/07 05:19, vtamara wrote: > Good evening > > I found that the problem happens also: > > 1. In OpenBSD-current (what will be 6.9 soon) --for that reason I copy to > ports-openbsd > 2. With what I consider the minimal rails application, started with the > flag --minimal, running with sqlite, i.e: I committed Ruby 3.0.1 to OpenBSD today. Does the issue still exist with Ruby 3.0.1? Thanks, Jeremy