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=-4.1 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham 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 C66191F4C0 for ; Fri, 25 Oct 2019 10:38:35 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 65F0D120BA7; Fri, 25 Oct 2019 19:38:25 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 5F1ED120BA4 for ; Fri, 25 Oct 2019 19:38:22 +0900 (JST) Received: by filter0092p3las1.sendgrid.net with SMTP id filter0092p3las1-24307-5DB2D0A0-7F 2019-10-25 10:38:25.023385453 +0000 UTC m=+304207.306429871 Received: from herokuapp.com (unknown [18.208.173.77]) by ismtpd0052p1iad1.sendgrid.net (SG) with ESMTP id sIffS-lbTyWmzjGJ49YTOg for ; Fri, 25 Oct 2019 10:38:24.924 +0000 (UTC) Date: Fri, 25 Oct 2019 10:38:25 +0000 (UTC) From: mame@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 71136 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 16280 X-Redmine-Issue-Author: birkart X-Redmine-Sender: mame 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?EJh2gqwnyqXtd++xo=2FinyA1V0bXouTB4FkWnzNiKb48cEhiVfOi0+h=2F=2Fowetro?= =?us-ascii?Q?oSdxvJtXgEfS=2FIuvINgsqAnhjeKiQU3EQkeAobd?= =?us-ascii?Q?IQ=2FjDOnb7WqTwMNU45qbWl+nOZvo8KooBcrz8Tf?= =?us-ascii?Q?dAjYoNPWapqCSqUVAuVc=2Fejt3Jj0dAof88MSZQu?= =?us-ascii?Q?kBVUFRELXCALOljYVakKBBittsiab8MfRGQ=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95544 Subject: [ruby-core:95544] [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 updated by mame (Yusuke Endoh). Status changed from Open to Third Party's Issue Perhaps, it is an issue of sassc. Could you please ask them first? I'm unsure but it looks related to https://github.com/sass/sassc-ruby/issues/146 ---------------------------------------- Bug #16280: FFI Illegal instruction https://bugs.ruby-lang.org/issues/16280#change-82320 * Author: birkart (Roman Ustuantsev) * Status: Third Party's Issue * 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/