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=0.5 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, RCVD_IN_SBL_CSS,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 DE5981F4BD for ; Thu, 10 Oct 2019 14:39:11 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 487F1120915; Thu, 10 Oct 2019 23:39:02 +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 ABD581208FB for ; Thu, 10 Oct 2019 23:38:59 +0900 (JST) Received: by filter0191p3mdw1.sendgrid.net with SMTP id filter0191p3mdw1-28368-5D9F4287-15 2019-10-10 14:39:03.118102827 +0000 UTC m=+58537.678295558 Received: from herokuapp.com (unknown [3.81.184.91]) by ismtpd0054p1iad1.sendgrid.net (SG) with ESMTP id MLQ1hSeER7C-xpr1huuLWQ for ; Thu, 10 Oct 2019 14:39:03.078 +0000 (UTC) Date: Thu, 10 Oct 2019 14:39:03 +0000 (UTC) From: satishdewangan@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 70884 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=2Fx8g7iyOB=2F5WGVucNt6LG+?= =?us-ascii?Q?TkpsKdSHZPak3iMuyBXiPspU7Up+JOTAmMrPVhD?= =?us-ascii?Q?n09a1JyiDY++ReNz5AzbEmLFtCxbDMLL30uwkh6?= =?us-ascii?Q?ZW6WKBFSmSilbPhsdD45o2QnRSinRy5fHtt1qeG?= =?us-ascii?Q?zQwA8bli+F+FFUMqqtguhP3XzfjnL7eeSmg=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95297 Subject: [ruby-core:95297] [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). Is there any update on this ? ---------------------------------------- Bug #16135: Segmentation fault in Ruby 2.6.1 https://bugs.ruby-lang.org/issues/16135#change-81979 * 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/