From nobody Mon Mar 11 22:28:20 2024 X-Original-To: bugs@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 4TtryY0R4sz5Cchm for ; Mon, 11 Mar 2024 22:28:21 +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 4TtryX4XcNz4CRZ for ; Mon, 11 Mar 2024 22:28:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1710196100; a=rsa-sha256; cv=none; b=NQC9pATBRjBgC4zJuPg5EjVVxlskZjDAC45qDX6UD1hj+lk8otr5rz8reTu8OgFLdkare6 HpesUCuXp5ofKxF6nKIR0ZSqEMFdZ4+Pac/pXsnPAqO+hxvCsX1sfCYuzl8VnnZ2Dg0NVs 0SdtjF22RGsavQvnNJyT/RGnPe8zl6IZ3A5jeZv4HiZZjJN4dD5uuJ5IgA/EhViGOH09Y1 YNvENjhsKYTx/RYLKAiveE5+SfB1AffmnE0vCMzxWSg+85fXmNJwDdTHJI8YKx+qC1DhQK 3JkATdp0+fYgWaYOzQcKlKe8ZAA3Oxk8N0u5NDBlwNxts6nhBvAP4XjGjauD0Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1710196100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WPD6MqKyPAK29ZGnt3u/mbPig9W+FIgYfIAUlOJg4No=; b=hIfpIVmCgP/x7LKJu+6jNS2slvCcFEcCymTRLBiDRG3cM8/cORe6V2oMREuI4WVei8jImI F3ONGEnH6gKidBeB3beUSw5Jf/o496HVtPudWxOeKDADwk2qEDRUoFYloBSKabmMoGHlXL FE7VnCCcFDhIgdOoiGiLvvh/I1h1BNIPEoxkltdXkF8PnyTtUgv4lnwUR7LCeuGjg70RUi m8m2lxmT05lZIRvsbqa38gtYC8Hr5UqnMFfMb9v6jM6PgUDTdDZEiVRFmX55vtJBjgGQAl F54slWXz7HTwei+ut19Q5lQ2CY1/itfLH8BZEpaNtw0L5a6j4Aha51BECQmYSA== 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 4TtryX48F1znVS for ; Mon, 11 Mar 2024 22:28:20 +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 42BMSK2g041337 for ; Mon, 11 Mar 2024 22:28:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 42BMSKdA041332 for bugs@FreeBSD.org; Mon, 11 Mar 2024 22:28:20 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 276985] Crash in scheduler __curthread Date: Mon, 11 Mar 2024 22:28:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: feh@fehcom.de 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 List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276985 --- Comment #1 from feh@fehcom.de --- I've got serveral crashes how. I all cases it points to the same problem: Fatal trap 12: page fault while in kernel mode cpuid =3D 5; apic id =3D 05 fault virtual address =3D 0xfffff802c1e8c110 fault code =3D supervisor read instruction, protection violati= on instruction pointer =3D 0x20:0xfffff802c1e8c110 stack pointer =3D 0x28:0xfffffe00c0721e18 frame pointer =3D 0x28:0xfffffe00c0721e40 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 0 (linuxkpi_irq_wq) rdi: fffff802c1e8c110 rsi: fffff803d6652400 rdx: 0000000000000028 rcx: fffffe00dc462c10 r8: 000000000000003e r9: fffffe001aa01c18 rax: fffff802c1e8c110 rbx: fffffe00c0721e28 rbp: fffffe00c0721e40 r10: fffff803d6652200 r11: fffff803d6652600 r12: fffff80001971a58 r13: 0000000000000000 r14: ffffffff81a10d48 r15: 0000000000000004 trap number =3D 12 =3D> linuxkpi_irq_wq As a reminder: https://wiki.freebsd.org/LinuxKPI Not very satisfying. Any hints, which programs produce this behavior? How c= an I tell, which programs require the Linux compat layer? --eh. --=20 You are receiving this mail because: You are the assignee for the bug.=