From owner-freebsd-bugs@freebsd.org Sat Feb 8 20:01:46 2020 Return-Path: Delivered-To: freebsd-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 066B024A7EC for ; Sat, 8 Feb 2020 20:01:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 48FNNT6StDz4F8b for ; Sat, 8 Feb 2020 20:01:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id DDFD324A7EA; Sat, 8 Feb 2020 20:01:45 +0000 (UTC) Delivered-To: bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DDC1524A7E9 for ; Sat, 8 Feb 2020 20:01:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48FNNT5dLXz4F8Y for ; Sat, 8 Feb 2020 20:01:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3C15229D6 for ; Sat, 8 Feb 2020 20:01:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 018K1jul019990 for ; Sat, 8 Feb 2020 20:01:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 018K1jKu019989 for bugs@FreeBSD.org; Sat, 8 Feb 2020 20:01:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 241848] lib/googletest/gtest/tests: gmock-matchers_test.cc requires a pathological amount of memory to compile Date: Sat, 08 Feb 2020 20:01:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marklmi26-fbsd@yahoo.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2020 20:01:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241848 --- Comment #10 from Mark Millard --- (In reply to Robert Clausecker from comment #9) > I am extremely sure this is a compiler bug or poorly designed program You may or may not be right. I do not have the knowledge to know what is appropriate to expect for the test case. I do not know what reasonable memory use figures would be. I do not know which side of that "or" should have the blaim (or if either should). I've no clue just what would need to change in either (if anything). > Please solve the underlying issue. I want a solution, not a bandaid. I am not a llvm developer, nor a Google Test developer. (I've only done a few small patches for FreeBSD, generally for personal use. So, effectively, I'm not a FreeBSD developer either: a user.) llvm is an upstream project used by FreeBSD but not developed by FreeBSD. There is a: https://bugs.llvm.org/ That would be a more appropriate place for requesting a fix or redesign from the compiler side of things. If they improved things, FreeBSD would pick up the change at some point. Google Test is an upstream project used by FreeBSD but not developed by FreeBSD. It looks like it uses: https://github.com/google/googletest/issues for submitting and tracking issues. That would be a more appropriate place for requesting a fix or redesign from the Google Test side of things. I've no evidence for which place would be the right place to submit something. I do know that FreeBSD's bugvilla is not the right place for upstream project changes. (Although having a FreeBSD bugzilla item for pointing to an upstream item for reference can be appropriate at times.) --=20 You are receiving this mail because: You are the assignee for the bug.=