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.8 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_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 9ACA11F45F for ; Mon, 6 May 2019 16:53:30 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id EB80E120A5F; Tue, 7 May 2019 01:53:23 +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 520FA120A26 for ; Tue, 7 May 2019 01:53:21 +0900 (JST) Received: by filter0056p3las1.sendgrid.net with SMTP id filter0056p3las1-5088-5CD06680-10 2019-05-06 16:53:20.329082017 +0000 UTC m=+936971.015309594 Received: from herokuapp.com (unknown [18.234.181.147]) by ismtpd0023p1iad2.sendgrid.net (SG) with ESMTP id 3iz-1XAjQIiIr_ZVGhXlqA for ; Mon, 06 May 2019 16:53:20.186 +0000 (UTC) Date: Mon, 06 May 2019 16:53:20 +0000 (UTC) From: Greg.mpls@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 68059 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15809 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Issue-Assignee: tenderlovemaking X-Redmine-Sender: MSP-Greg 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?M4W5dkI32Qt1AHWPzmUKqncwpr1RYzW=2Fh5io+QGCFbrG6unb1f6S=2FEG+9ReNiO?= =?us-ascii?Q?dHEHF+nvew3xvD328cnaarKLRysBaKaVbZAy4=2FA?= =?us-ascii?Q?TwxsQVA6caPRvy=2Fh4ltBXF+kDRCLywqdHw28ti=2F?= =?us-ascii?Q?tpiRQxDtYPooB8nDA621BvkU45RBeRMtKfCCuU+?= =?us-ascii?Q?hG98LUZ3NFDYI5t=2FZRrAmNO8CgZVb7n1HXg=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 92576 Subject: [ruby-core:92576] [Ruby trunk Bug#15809] GC.verify_compaction_references - intermittent SEGV's on multiple platforms 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 #15809 has been updated by MSP-Greg (Greg L). ruby -v set to ruby 2.7.0dev (2019-05-06 trunk c3cf1ef9bb) [x64-mingw32 Continuing to see intermittent SEGV's, today: ``` /ruby/test/ruby/test_gc_compact.rb:114: [BUG] ROOT finalizers points to MOVED: 0x0000000004f37f88 -> 0x0000000009736f50 [0 ] T_ARRAY [E ] len: 1 (embed) ruby 2.7.0dev (2019-05-06 trunk c3cf1ef9bb) [x64-mingw32] -- Control frame information ----------------------------------------------- c:0016 p:---- s:0116 e:000115 CFUNC :verify_compaction_references c:0015 p:0056 s:0112 e:000111 METHOD /ruby/test/ruby/test_gc_compact.rb:114 c:0014 p:0059 s:0103 e:000102 METHOD /ruby/test/lib/test/unit.rb:1198 c:0013 p:0059 s:0097 e:000096 METHOD /ruby/test/lib/minitest/unit.rb:1327 c:0012 p:0015 s:0088 e:000087 METHOD /ruby/test/lib/test/unit/testcase.rb:18 c:0011 p:0043 s:0083 e:000082 BLOCK /ruby/test/lib/minitest/unit.rb:964 [FINISH] c:0010 p:---- s:0075 e:000074 CFUNC :map ``` ---------------------------------------- Bug #15809: GC.verify_compaction_references - intermittent SEGV's on multiple platforms https://bugs.ruby-lang.org/issues/15809#change-77935 * Author: MSP-Greg (Greg L) * Status: Assigned * Priority: Normal * Assignee: tenderlovemaking (Aaron Patterson) * Target version: * ruby -v: ruby 2.7.0dev (2019-05-06 trunk c3cf1ef9bb) [x64-mingw32 * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- See https://travis-ci.org/ruby/ruby/jobs/525627187#L2684 https://ci.appveyor.com/project/ruby/ruby/builds/24138134/job/i7e441u7se11w7ey#L3402 Both have an error similar to: ``` /ruby/test/ruby/test_gc_compact.rb:128: [BUG] ROOT finalizers points to MOVED: 0x0000000004679c20 -> 0x00000000089367c0 [0 ] T_ARRAY [E ] len: 1 (embed) ``` ruby-loco has also failed with a similar error. Attached STDERR output. ---Files-------------------------------- test_all_err.log (42 KB) -- https://bugs.ruby-lang.org/