From owner-freebsd-toolchain@freebsd.org Sat Mar 14 08:24:19 2020 Return-Path: Delivered-To: freebsd-toolchain@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 E06B327B20D for ; Sat, 14 Mar 2020 08:24:19 +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 48fbFb326xz4Nhm for ; Sat, 14 Mar 2020 08:24:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 5A76927B20B; Sat, 14 Mar 2020 08:24:19 +0000 (UTC) Delivered-To: toolchain@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 5A10D27B20A for ; Sat, 14 Mar 2020 08:24:19 +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 48fbFZ4YXvz4Nh9 for ; Sat, 14 Mar 2020 08:24:18 +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 7517D1C15C for ; Sat, 14 Mar 2020 08:24:18 +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 02E8OIev042942 for ; Sat, 14 Mar 2020 08:24:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 02E8OIHL042941 for toolchain@FreeBSD.org; Sat, 14 Mar 2020 08:24:18 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: toolchain@FreeBSD.org Subject: [Bug 219153] head, stable/11, release/11.0.1: libkvm (& more?) not updated to handle powerpc/powerpc64 ET_DYN based vmcore.* 's and such Date: Sat, 14 Mar 2020 08:24:18 +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: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marklmi26-fbsd@yahoo.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@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-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2020 08:24:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219153 --- Comment #18 from Mark Millard --- (In reply to Leandro Lupori from comment #17) I tried a 2-socket PowerMac G4 (head -r358510) and, for a minidump, after reboot . . . GNU gdb (GDB) 8.3.1 [GDB v8.3.1 for FreeBSD] got: inferior.c:287: internal-error: struct inferior *find_inferior_pid(int): Assertion `pid !=3D 0' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) y (I've seen reports with such for other platforms in the past.) By contrast, GNU gdb 6.1.1 [FreeBSD] got: kgdb: kvm_read:=20 No symbol "zombproc" in current context. 0x00000000 in ?? () (kgdb) bt #0 0x00000000 in ?? () (Not so useful.) Attempting a non-minidump hung up during the dump, much like for powerpc64. (I did have to make the dump partition be somewhat bigger than 2048 MiBytes to prevent being told that it was too small.) I used to be able to make such dumps under 32-bit powerpc FreeBSD. But it has been a long time since I've tried such so I've no clue when it stopped being able to write such dumps. (Analyzing them had its own issues.) I'm not so sure that the current G4 behavior should be classified with this submittal. I'll leave it to you if you want this submittal closed in some way. Most of the information is probably too old to be of much use for going forwards as far as old PowerMacs go. --=20 You are receiving this mail because: You are the assignee for the bug.=