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: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id DEDAE1F4C0 for ; Fri, 25 Oct 2019 10:13:52 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 80B6D120B93; Fri, 25 Oct 2019 19:13:40 +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 148F2120B84 for ; Fri, 25 Oct 2019 19:13:37 +0900 (JST) Received: by filter0161p3mdw1.sendgrid.net with SMTP id filter0161p3mdw1-2889-5DB2CAD5-15 2019-10-25 10:13:41.227889228 +0000 UTC m=+222413.809801453 Received: from herokuapp.com (unknown [18.208.173.77]) by ismtpd0069p1mdw1.sendgrid.net (SG) with ESMTP id rs4SyVYVRI2Tf8R0hEptaQ for ; Fri, 25 Oct 2019 10:13:41.159 +0000 (UTC) Date: Fri, 25 Oct 2019 10:13:41 +0000 (UTC) From: liberrom.hse@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 71135 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 16280 X-Redmine-Issue-Author: birkart X-Redmine-Sender: birkart 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: =?us-ascii?Q?JdE0O3OSvsAOPK3+Zupi2mJNXpYi4xvHMKSpg09UGo24LetnKxfyEB4UlQGLjQ?= =?us-ascii?Q?SgolZK+PDQYpKiHQZhbF6iuWUxNIu3KD4Piu+Xb?= =?us-ascii?Q?Z14ZkK954=2F5CVoI7BM32sTjkzYYYxKuJya+6AqR?= =?us-ascii?Q?W0mz7NIithOedZQl66ke8WH=2FTF0JXZvlD4LLDEz?= =?us-ascii?Q?AH+j4JLW+2qiPYrMAr7cbXz350Rgs=2FAcvpg=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95543 Subject: [ruby-core:95543] [Ruby master Bug#16280] FFI Illegal instruction 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 #16280 has been reported by birkart (Roman Ustuantsev). ---------------------------------------- Bug #16280: FFI Illegal instruction https://bugs.ruby-lang.org/issues/16280 * Author: birkart (Roman Ustuantsev) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 2.5.1 * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- After calling bundle exec rails c -e production I'm getting the following output: ../bundle/ruby/2.5.0/gems/ffi-1.11.1/lib/ffi/library.rb:112: [BUG] Illegal instruction at 0x00007f76fa252980 ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux] The output lines related to ffi are the following: ``` ared/bundle/ruby/2.5.0/gems/sassc-2.2.1/lib/sassc/native.rb:6:in `' /home/deployer/anyplay/shared/bundle/ruby/2.5.0/gems/sassc-2.2.1/lib/sassc/native.rb:11:in `' /home/deployer/anyplay/shared/bundle/ruby/2.5.0/gems/ffi-1.11.1/lib/ffi/library.rb:99:in `ffi_lib' /home/deployer/anyplay/shared/bundle/ruby/2.5.0/gems/ffi-1.11.1/lib/ffi/library.rb:99:in `map' /home/deployer/anyplay/shared/bundle/ruby/2.5.0/gems/ffi-1.11.1/lib/ffi/library.rb:109:in `block in ffi_lib' /home/deployer/anyplay/shared/bundle/ruby/2.5.0/gems/ffi-1.11.1/lib/ffi/library.rb:109:in `each' /home/deployer/anyplay/shared/bundle/ruby/2.5.0/gems/ffi-1.11.1/lib/ffi/library.rb:112:in `block (2 levels) in ffi_lib' /home/deployer/anyplay/shared/bundle/ruby/2.5.0/gems/ffi-1.11.1/lib/ffi/library.rb:112:in `open' ``` -- https://bugs.ruby-lang.org/