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_HELO_NONE,T_SPF_TEMPERROR 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 B04941F463 for ; Mon, 30 Sep 2019 14:19:07 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 8D97F12096C; Mon, 30 Sep 2019 23:18:58 +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 8506512097E for ; Mon, 30 Sep 2019 23:18:56 +0900 (JST) Received: by filter0142p3mdw1.sendgrid.net with SMTP id filter0142p3mdw1-17004-5D920ED1-A7 2019-09-30 14:18:57.959883971 +0000 UTC m=+311209.093122060 Received: from herokuapp.com (unknown [18.232.111.68]) by ismtpd0034p1iad2.sendgrid.net (SG) with ESMTP id UPZFDvqjQLC__5V0SGAfiw for ; Mon, 30 Sep 2019 14:18:57.892 +0000 (UTC) Date: Mon, 30 Sep 2019 14:18:58 +0000 (UTC) From: satishdewangan@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 70709 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=2Fx8=2FyN4nbaCZEZu3hp6nJN?= =?us-ascii?Q?Hb0pEY8umhRhPI4qmpd5x5BDallZAEov+iiuR1o?= =?us-ascii?Q?rn9QaAdKBaUn8aXtlSsif76SLINu4YdU7MYTs4s?= =?us-ascii?Q?+Ku5xFaoP43D3IwXa4AwiNlpyqjRA2FIk=2FnU8Ml?= =?us-ascii?Q?vFYAlDsW1lEEiYp=2F4zjEgyu2fcIac+rtL5Q=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95154 Subject: [ruby-core:95154] [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). We have a Ruby swig interface through which we are calling Kysy dll (written in C++) .I have upgraded swig interface from Ruby 2.2.6 to Ruby 2.6.1 .The same testcases are fine in Ruby 2.2.6 .I even tried with Ruby 2.5.6 versions and it works . ---------------------------------------- Bug #16135: Segmentation fault in Ruby 2.6.1 https://bugs.ruby-lang.org/issues/16135#change-81794 * 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/