From nobody Mon Jul 26 11:34:33 2021 X-Original-To: gecko@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 A829012B2A9A for ; Mon, 26 Jul 2021 11:34:33 +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 4GYHrn4DT6z3RCq for ; Mon, 26 Jul 2021 11:34:33 +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 77893161D0 for ; Mon, 26 Jul 2021 11:34:33 +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 16QBYXaK077484 for ; Mon, 26 Jul 2021 11:34:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16QBYXJi077483 for gecko@FreeBSD.org; Mon, 26 Jul 2021 11:34:33 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: gecko@FreeBSD.org Subject: [Bug 257419] lang/rust: panic on armv7 at 'capacity overflow', library/alloc/src/raw_vec.rs:546:5 Date: Mon, 26 Jul 2021 11:34:33 +0000 X-Bugzilla-Reason: CC 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: crash, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rust@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ maintainer-feedback+ merge-quarterly? X-Bugzilla-Changed-Fields: cc assigned_to flagtypes.name short_desc 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: Gecko Rendering Engine issues List-Archive: https://lists.freebsd.org/archives/freebsd-gecko List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-gecko@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257419 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- CC|jbeich@FreeBSD.org |gecko@FreeBSD.org Assignee|gecko@FreeBSD.org |rust@FreeBSD.org Flags|maintainer-feedback?(gecko@ |maintainer-feedback+, |FreeBSD.org), |maintainer-feedback+ |maintainer-feedback?(jbeich | |@FreeBSD.org) | Summary|devel/rust-cbindgen: Fails |lang/rust: panic on armv7 |to build on armv7: thread |at 'capacity overflow', |'rustc' panicked at |library/alloc/src/raw_vec.r |'capacity overflow', |s:546:5 |library/alloc/src/raw_vec.r | |s:546:5 | --- Comment #4 from Jan Beich --- Same panic in 2 ports. For more details: - Build lang/rust WITH_DEBUG=3D1 then run with RUST_BACKTRACE=3Dfull to get readable stacktrace - Test all lang/rust consumers (150 according to freshports) in order to identify other affected ports Over to rust@ as debugging is hard due to bug 221185. armv7 is missing on https://www.freebsd.org/internal/machines/ and uses qemu-user-static (QEMU_EMULATING in poudriere log) on https://pkg-status.freebsd.org/ while riscv64 is not supported by lang/rust yet. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=