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.1 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,PDS_BTC_ID, 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 BA4E61F463 for ; Wed, 4 Dec 2019 21:10:38 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id AB08A120ADB; Thu, 5 Dec 2019 06:10:22 +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 69F57120A43 for ; Thu, 5 Dec 2019 06:10:20 +0900 (JST) Received: by filter0139p3mdw1.sendgrid.net with SMTP id filter0139p3mdw1-6656-5DE820C0-24 2019-12-04 21:10:24.865366246 +0000 UTC m=+1286192.775100358 Received: from herokuapp.com (unknown [34.227.32.53]) by ismtpd0056p1iad1.sendgrid.net (SG) with ESMTP id dRJdkmx7Srma_9JKusjmHQ for ; Wed, 04 Dec 2019 21:10:24.766 +0000 (UTC) Date: Wed, 04 Dec 2019 21:10:24 +0000 (UTC) From: bandy.chris@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 71755 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 16239 X-Redmine-Issue-Author: marksiemers X-Redmine-Sender: cbandy 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?sA6QOC0s9yTWjzUiSeXiQ2GykCDho+bB31yqSHXTunaSGh7AczOX7i=2FjLMhHnP?= =?us-ascii?Q?TKYFdE=2FLrWSm3S54J+=2FO6fwlE98yNpc=2Fd4ymOpK?= =?us-ascii?Q?HtPYTHm2m6dGSETJOOwwv8PDctsNyzm60aeqW4H?= =?us-ascii?Q?cHfxYeSxZSw=2Fn0NLnzG+I3K3bjPCtZyGgk+WrbP?= =?us-ascii?Q?obhV5cYRM=2F4T8+jEAbZpB2YdzwHPL=2FP80aQ=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 96113 Subject: [ruby-core:96113] [Ruby master Bug#16239] Crash when accessing postgresql-12 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 #16239 has been updated by cbandy (Chris Bandy). @jeremyevans0 is correct. This is a fatal interaction between the PostgreSQL 12 client libraries and the GSS implementation provided by macOS. This is being tracked in the pg gem at https://github.com/ged/ruby-pg/issues/311. An immediate workaround is to include `gssencmode: "disable"` or `gssencmode=disable` in your connection configuration. ---------------------------------------- Bug #16239: Crash when accessing postgresql-12 https://bugs.ruby-lang.org/issues/16239#change-82972 * Author: marksiemers (Mark Siemers) * Status: Third Party's Issue * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-darwin18] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- This may have been caused by a recent upgrade to postgresql 12 on my local machine (running OS X Mojave). pgAdmin 4 is also giving me an error. I am running a rails console, and as soon as I try to do anything with ActiveRecord that accesses the database, I get an error and a crash report, ---Files-------------------------------- ruby_2019-10-04-105528_Marks-MacBook-Pro.crash (57.3 KB) -- https://bugs.ruby-lang.org/