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.9 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 7F1C31F463 for ; Mon, 30 Sep 2019 23:47:22 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 1EAFE120976; Tue, 1 Oct 2019 08:47:13 +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 F29B112090B for ; Tue, 1 Oct 2019 08:47:10 +0900 (JST) Received: by filter0080p3iad2.sendgrid.net with SMTP id filter0080p3iad2-24552-5D929401-2 2019-09-30 23:47:13.076499423 +0000 UTC m=+615719.102873597 Received: from herokuapp.com (unknown [54.173.8.255]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id pbQf73LcRu-1fc3F5c70Gg for ; Mon, 30 Sep 2019 23:47:12.969 +0000 (UTC) Date: Mon, 30 Sep 2019 23:47:13 +0000 (UTC) From: merch-redmine@jeremyevans.net Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 70719 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 16191 X-Redmine-Issue-Author: ermacaz X-Redmine-Sender: jeremyevans0 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?RVE3t853K5scBhbmJHUzZTFFeVC=2FZSUmHZ0Dc+26wcEi2CTgsF1oz0wTSSxGGN?= =?us-ascii?Q?BI5cZzj=2FGGXYgDGLUDUwUQlXaFyo2a30kYdRh5j?= =?us-ascii?Q?EqyoKTCEFzv9DD6P3cptxtUdeEHgOe4QGgpAlcv?= =?us-ascii?Q?oiOXXoQZF8=2Fr4KlQ0xihJjwVjPJD6KgLk8DDmYo?= =?us-ascii?Q?NR=2F6TqFKj7Hpe3h6t0FELRZxvEqyDALLA+g=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95164 Subject: [ruby-core:95164] [Ruby master Bug#16191] Crash when setting conditional to false 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 #16191 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Open to Feedback I believe this bug has been fixed and backported (I think it is solved by commit:0628973435abeccf676f3c2563579b3dbab06976). Can you try 2.5.6 and see if the problem still occurs? ---------------------------------------- Bug #16191: Crash when setting conditional to false https://bugs.ruby-lang.org/issues/16191#change-81801 * Author: ermacaz (matt hamada) * Status: Feedback * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin17] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- changed a conditional from "if variable.present?" to "if false" and loading the class containing the method containing that line now crashes ruby ---Files-------------------------------- ruby_2019-09-30-142424_Matts-MacBook-Pro.crash (82.9 KB) -- https://bugs.ruby-lang.org/