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: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.6 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 91C1D1F516 for ; Thu, 21 Jun 2018 08:10:21 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id F0129120C1F; Thu, 21 Jun 2018 17:10:19 +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 E029B120C11 for ; Thu, 21 Jun 2018 17:10:17 +0900 (JST) Received: by filter0002p3iad2.sendgrid.net with SMTP id filter0002p3iad2-4874-5B2B5D66-2C 2018-06-21 08:10:14.532662681 +0000 UTC Received: from herokuapp.com (ec2-54-80-31-184.compute-1.amazonaws.com [54.80.31.184]) by ismtpd0038p1mdw1.sendgrid.net (SG) with ESMTP id DRlKJ8M3Shq-9YVLus9hxw Thu, 21 Jun 2018 08:10:14.351 +0000 (UTC) Date: Thu, 21 Jun 2018 08:10:15 +0000 (UTC) From: mat999@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 62942 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS5MWpdfVhSI53yFrBOZ0YONf1lmsJLasMvhdX pEswEsh/xtJvjfBMgsKn6AHQTNBAINxLCMsX/5L1b8cw6vLjGQ25sKt8RShCJkULg3/QGqUvAkNVoq Oiq4PQrwyn8z38YUwmlmDpAfYCTvBVZScnns X-ML-Name: ruby-core X-Mail-Count: 87554 Subject: [ruby-core:87554] [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). Issue still exists with 2.5.1 The error message has changed however, it now crashes. ~~~ [ 3322.842162] Alignment trap: not handling instruction ed920b01 at [<006406f4>] [ 3322.842177] Unhandled fault: alignment exception (0x001) at 0xb5ba70e3 [ 3322.842182] pgd = d81c8000 [ 3322.842186] [b5ba70e3] *pgd=5a4d9835, *pte=5530055f, *ppte=55300c7e ~~~ ---------------------------------------- Bug #13670: [BUG] Bus Error at 0xefce7b (armv7l) (ruby 2.3.4p301) https://bugs.ruby-lang.org/issues/13670#change-72562 * Author: mrohnstock (Mathias Rohnstock) * Status: Feedback * 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/