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=-3.8 required=3.0 tests=AWL,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 185CC1F463 for ; Wed, 25 Sep 2019 07:13:27 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 959AB120B2A; Wed, 25 Sep 2019 16:13:15 +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 E8A7C120A74 for ; Wed, 25 Sep 2019 16:13:12 +0900 (JST) Received: by filter0140p3las1.sendgrid.net with SMTP id filter0140p3las1-5341-5D8B1387-5D 2019-09-25 07:13:12.003105219 +0000 UTC m=+129499.753806352 Received: from herokuapp.com (unknown [184.73.122.220]) by ismtpd0043p1iad2.sendgrid.net (SG) with ESMTP id eKGevAzdSuuKXNZHWAdIdQ for ; Wed, 25 Sep 2019 07:13:11.909 +0000 (UTC) Date: Wed, 25 Sep 2019 07:13:12 +0000 (UTC) From: nobu@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 70632 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 16135 X-Redmine-Issue-Author: satishdewangan X-Redmine-Sender: nobu 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?q8Dly+pU2+3ektTtZVXgZtbJPXwqo7p86jCsvYTW4BwGKLPcrHME6wi6U7Yype?= =?us-ascii?Q?0MS8odkYDhcD9QsSWrxO4m2JFOvqAfOzKOjcYqC?= =?us-ascii?Q?2QuINIDE9jKGD8iXw+W+g5djfUgsls6R2Ti6BHp?= =?us-ascii?Q?XiOe3alG6s+n2m=2FrWI+IRNuuRMgFXvQVIx782Wy?= =?us-ascii?Q?pBIu89NZ+m6nRz2I30GxDgfsQ9OSgoIynUQ=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95077 Subject: [ruby-core:95077] [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 nobu (Nobuyoshi Nakada). Status changed from Feedback to Third Party's Issue Description updated File bug-16135.txt added It occurs in KysyCore.dll and the extension library calling that DLL. Have you asked the author? ---------------------------------------- Bug #16135: Segmentation fault in Ruby 2.6.1 https://bugs.ruby-lang.org/issues/16135#change-81710 * 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/