From nobody Mon Nov 15 23:35:51 2021 X-Original-To: chromium@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2A9AF1854723 for ; Mon, 15 Nov 2021 23:35:52 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HtQYN0dtGz3QBg for ; Mon, 15 Nov 2021 23:35:52 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E78EF22DB5 for ; Mon, 15 Nov 2021 23:35:51 +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 1AFNZp6K092885 for ; Mon, 15 Nov 2021 23:35:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFNZprE092884 for chromium@FreeBSD.org; Mon, 15 Nov 2021 23:35:51 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: chromium@FreeBSD.org Subject: [Bug 258679] www/chromium: Unable to download files with chromium-92.0.4515.159_2 Date: Mon, 15 Nov 2021 23:35:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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 List-Id: FreeBSD-specific Chromium issues List-Archive: https://lists.freebsd.org/archives/freebsd-chromium List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-chromium@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258679 --- Comment #26 from Tatsuki Makino --- (In reply to gnikl from comment #24) > > The 32GB of physical memory is just barely enough. > Is this about the (final) link step? A non-debug build works fine for me = with $WRKDIR on a memory-backed tmpfs with an equal amount of RAM. Yes. ld.lld used about 26GB :) And then it was killed by kernel :) The debug version requires 32GB+ of memory and about 220GB of storage space= to build. > I don't think so. Maybe these files are gone We may be able to delete those files from the pkg-plist. After someone has confirmed exactly what it is :) > Those backtraces The backtraces were brought for those who are exploring the code. However, you had already brought a patch to help solve this problem :) > I rebuilt v94 using ccache I am deleting ${WRKDIR}/.build_done.chromium._usr_local and doing make buil= d :) (In reply to Jan Beich from comment #25) What should we do about this problematic file whose name is file_util_"posix".cc? :) Maybe that needs to be fixed to a larger extent? #if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) bool CopyFileContentsWithSendfile(File& infile, original sendfile code... } #elif defined(OS_BSD) bool CopyFileContentsWithSendfile(File& infile, # if version which copy_file_range exists copy_file_range # else retry_slow =3D value for always fallback # endif } #endif --=20 You are receiving this mail because: You are the assignee for the bug.=