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.7 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 5D2181F463 for ; Thu, 26 Sep 2019 03:46:58 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 9B0A6120B77; Thu, 26 Sep 2019 12:46:48 +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 C2B1C120B29 for ; Thu, 26 Sep 2019 12:46:46 +0900 (JST) Received: by filter0146p3las1.sendgrid.net with SMTP id filter0146p3las1-25491-5D8C34A6-38 2019-09-26 03:46:46.659778705 +0000 UTC m=+203241.206181088 Received: from herokuapp.com (unknown [34.207.207.12]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id BHsIxEoRTciU4a2uiaoJtw for ; Thu, 26 Sep 2019 03:46:46.441 +0000 (UTC) Date: Thu, 26 Sep 2019 03:46:46 +0000 (UTC) From: satishdewangan@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 70651 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 16135 X-Redmine-Issue-Author: satishdewangan X-Redmine-Sender: satishdewangan 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?rvC=2F3lohRK=2FeIFPoi7R=2FMgLdBjkQ+T7wAHWFbCQT=2Fx92gHeenjhcL3mFoy+iMn?= =?us-ascii?Q?Fm8cOnOa9c=2FRneG4D2699ORQ9R+z7kmLY=2Fu3AFp?= =?us-ascii?Q?AV2fU0KybigUJksAG2D4aEHet=2Fw9iGQmFuVzc6b?= =?us-ascii?Q?ytPel=2F5suYhfx7ghOHQHW0avwRp2yA=2FYJBruqnP?= =?us-ascii?Q?0t95aczvbE++Fc99GHrTzshu10YlHbBexZA=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95096 Subject: [ruby-core:95096] [Ruby master Bug#16135] Segmentation fault in Ruby 2.6.1 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 #16135 has been updated by satishdewangan (Satish Dwangan). It works in Ruby 2.2.x and Ruby 2.5.x . ---------------------------------------- Bug #16135: Segmentation fault in Ruby 2.6.1 https://bugs.ruby-lang.org/issues/16135#change-81728 * Author: satishdewangan (Satish Dwangan) * Status: Third Party's Issue * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.6.1p33 (2019-01-30 revision 66950) [x64-mingw32] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- I am facing Segmentation fault issue while running test cases for my application in Ruby 2.6.1 .Same test cases work fine in Ruby 2.2.6 . Below is the output of test case ran using Ruby 2.6.1. ``` C:/Code/KYSY-3153/Source/test/unit/ruby/ppr_register_access_test.rb:286: [BUG] Segmentation fault ruby 2.6.1p33 (2019-01-30 revision 66950) [x64-mingw32] ``` Please help me to fix this issue. ---Files-------------------------------- bug-16135.txt (32.8 KB) -- https://bugs.ruby-lang.org/