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: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-2.1 required=3.0 tests=BAYES_00,DKIM_ADSP_NXDOMAIN, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD, SPF_PASS,T_DKIM_INVALID shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 4A4851F4DD for ; Fri, 1 Sep 2017 19:14:36 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 0839912094B; Sat, 2 Sep 2017 04:14:32 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id A9F5012094A for ; Sat, 2 Sep 2017 04:14:25 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=en4H43dLt8e4YsHP7EN+XpXN6LI=; b=dmo2FD8ttLfCQaTPnO o3qQW5rs9VFbdCoaBX+vgEJSSURkehq5Riafu/jo0zTEhgSiwG/jfFaFNK6n0TkN fukRkPpiUhpRL30Y8w8iSBK74B2R+y4TG7fVzjd4E1QM587dod2ImWAOGFUXcSwj 8Ba7zh+iH4M6n2SIqAw4UIaDc= Received: by filter0020p3las1.sendgrid.net with SMTP id filter0020p3las1-27820-59A9B18D-8 2017-09-01 19:14:21.224328214 +0000 UTC Received: from herokuapp.com (ec2-50-19-134-127.compute-1.amazonaws.com [50.19.134.127]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id T0Y3G3KAQT-_kE6aBL6yVA Fri, 01 Sep 2017 19:14:21.020 +0000 (UTC) Date: Fri, 01 Sep 2017 19:14:21 +0000 (UTC) From: naruse@airemix.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 57683 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13670 X-Redmine-Issue-Author: mrohnstock X-Redmine-Sender: naruse X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS71mz2BqZwvk/gIbNG4AAPeTDxcGQ86KJDqB/ K61vN8NBd4Y8xBZ1opQ/R0Kb9v2RwvBC1/jHcakRqPk6CSBNocqIQ4NfBhCKnLcymrQEGlbhadAGww 81bH0MYOgkgS6w3SRkIv7lP/cVWWl5CXLL+1kSM/mG49BBGYTEAp51FOhA== X-ML-Name: ruby-core X-Mail-Count: 82628 Subject: [ruby-core:82628] [Ruby trunk Bug#13670] [BUG] Bus Error at 0xefce7b (armv7l) (ruby 2.3.4p301) X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #13670 has been updated by naruse (Yui NARUSE). Could you try trunk or Ruby 2.4.1 and provide how to reproduce the issue? I have armv7l-linux-eabihf environment and I'll try it. ---------------------------------------- Bug #13670: [BUG] Bus Error at 0xefce7b (armv7l) (ruby 2.3.4p301) https://bugs.ruby-lang.org/issues/13670#change-66454 * Author: mrohnstock (Mathias Rohnstock) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.3.4p301 (2017-03-30 revision 58214) [armv7l-linux-eabihf] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- On using the library bootsnap the error occurred (see attachment). The developer of the library suggested to report this directly to the ruby-devs, as it looks like a bug in core. Related issue on GitHub: https://github.com/Shopify/bootsnap/issues/67. Thanks :). ---Files-------------------------------- dump.log (54.1 KB) -- https://bugs.ruby-lang.org/