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.5 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID, T_RP_MATCHES_RCVD 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 E93FF1F424 for ; Tue, 19 Dec 2017 00:30:28 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id DC9EC120A50; Tue, 19 Dec 2017 09:30:25 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id E479E120A43 for ; Tue, 19 Dec 2017 09:30:23 +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=DH4SJaLklbhdiZZlv/GVtSKkz3c=; b=sKwgOvIIo9I8nSm/k5 vROOkU4EbEm0g8u9ByUERHmtZxeHnrCIOkowZYVvlN7ZPtDjd9XHKJlptiGAcsnv tXjjGIxkwZhpBpcoYYKOzIa7S1gr8t4WG4w2DjDA/JjUpvqxye12GG5+HB5d/rWe +YhtPlndLKEsuc2BTIHdLOsg4= Received: by filter0001p3iad2.sendgrid.net with SMTP id filter0001p3iad2-3148-5A385D9A-3E 2017-12-19 00:30:18.743287978 +0000 UTC Received: from herokuapp.com (ec2-54-81-210-34.compute-1.amazonaws.com [54.81.210.34]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id EFomw-O-S5CQUpAQVl8TuA Tue, 19 Dec 2017 00:30:18.629 +0000 (UTC) Date: Tue, 19 Dec 2017 00:30:20 +0000 (UTC) From: mat999@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 59505 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13670 X-Redmine-Issue-Author: mrohnstock X-Redmine-Sender: splitice 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6G9KXL9GB/r5jz79v2qwOChwdXssXJgQfTF3 VbfEIJsvpUhInOwujbXLFmmIyTnHYWs2kHTZ8FzvRcwYRlA9Ds0yl/1ZMNe23tmsAw20B0Oe04i6eP UGYXp5Nm4oHyZThVbW05t7sQFGvi9yTKn1DJ X-ML-Name: ruby-core X-Mail-Count: 84343 Subject: [ruby-core:84343] [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 splitice (Mathew Heard). Can confirm this occurs with 2.4.1, just install bootsnap and try and launch a rails application. Tested on a H3 (armv7l) ---------------------------------------- Bug #13670: [BUG] Bus Error at 0xefce7b (armv7l) (ruby 2.3.4p301) https://bugs.ruby-lang.org/issues/13670#change-68515 * 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/