Why did invoking Warp Terminal hang my compositor?

With duplicate lines replaced by one of themselves, per occurrence:

systemd[1546]: Started app-dev.warp.WarpPreview@d4b8fd2a6a104b2dbe4b1ffc8432b104.service - WarpPreview - TerminalEmulator.
audit: BPF prog-id=106 op=UNLOAD
audit: BPF prog-id=105 op=UNLOAD
audit: BPF prog-id=107 op=LOAD
audit: BPF prog-id=108 op=LOAD
audit: BPF prog-id=109 op=LOAD
systemd[1]: Starting systemd-hostnamed.service - Hostname Service...
xdg-desktop-portal-kde[2130]: Namespace  "org.gnome.desktop.wm.preferences"  is not supported
audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
systemd[1]: Started systemd-hostnamed.service - Hostname Service.
powershell[53023]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
powershell[53023]: (7.5.2:A:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53023 in AppDomain: None.
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53023]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53023]: (7.5.2:11:80) [ScriptBlock_Compile_Detail:ExecuteCommand.Create.Warning] Creating Scriptblock text (1 of 1):
                                                                             Remove-Module -Name PSReadline;$global:_warpOriginalPrompt = $function:global:prompt;if ($PSEdition -eq 'Desktop' -or $IsWindows) {;    $EP = [Microsoft.PowerShell.ExecutionPolicy];    if ((Get-ExecutionPolicy -Scope MachinePolicy) -eq $EP::Restricted -or (Get-ExecutionPolicy -Scope UserPolicy) -eq $EP::Restricted) {;        Write-Error 'ExecutionPolicy is Restricted. Unable to Warpify this PowerShell session.';    } elseif ((Get-ExecutionPolicy) -eq $EP::Restricted -and (Get-ExecutionPolicy -Scope MachinePolicy) -eq $EP::Undefined -and (Get-ExecutionPolicy -Scope UserPolicy) -eq $EP::Undefined) {;        $global:_warp_PSProcessExecPolicy = $(Get-ExecutionPolicy -Scope Process);        Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned -Force;    };};function prompt {;    $function:global:prompt = $global:_warpOriginalPrompt;    $username = [Environment]::UserName;    $epoch = [int](New-TimeSpan -Start ([DateTime]::new(1970, 1, 1, 0, 0, 0, 0)) -End ([DateTime]::UtcNow)).TotalSeconds;    $random = Get-Random -Maximum 32768;    $global:_warpSessionId = [int64]"$epoch$random";    $msg = ConvertTo-Json -Compress -InputObject @{ hook = 'InitShell'; value = @{ session_id = $_warpSessionId; shell = 'pwsh'; user = $username; hostname = [System.Net.Dns]::GetHostName() } };    $encodedMsg = [BitConverter]::ToString([System.Text.Encoding]::UTF8.GetBytes($msg)).Replace('-', '');    $oscStart = "$([char]0x1b)]9278;";    $oscEnd = "`a";    $oscJsonMarker = 'd';    $oscParameterSeparator = ';';    Write-Host "${oscStart}${oscJsonMarker}${oscParameterSeparator}${encodedMsg}${oscEnd}";    return $null;}
                                                                             
                                                                             ScriptBlock ID: 8de036ff-0ca0-4d1f-9f01-4982158f8171
                                                                             Path:
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53023]: (7.5.2:11:80) [Activity] {3e76ae1d-b232-4a67-9c2f-3f38dc0dbc2a}
powershell[53023]: (7.5.2:11:80) [Activity] {3e76ae1d-b232-4a67-9c2f-3f38dc0dbc2a}
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53023]: (7.5.2:11:80) [Activity] {ec1d12b7-8638-430c-9929-4674efbae69a}
powershell[53023]: (7.5.2:11:80) [Activity] {ec1d12b7-8638-430c-9929-4674efbae69a}
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53141]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
powershell[53140]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
powershell[53139]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
powershell[53142]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
powershell[53140]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53140 in AppDomain: None.
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53141]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53141 in AppDomain: None.
powershell[53142]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53142 in AppDomain: None.
powershell[53139]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53139 in AppDomain: None.
powershell[53237]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
powershell[53235]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
powershell[53240]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53142]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
powershell[53140]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
powershell[53139]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
powershell[53141]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
powershell[53237]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53237 in AppDomain: None.
powershell[53240]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53240 in AppDomain: None.
powershell[53235]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53235 in AppDomain: None.
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53240]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
powershell[53237]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53235]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53141]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerError:NamedPipe.Exception.Error] An error has occurred in PowerShell IPC listening thread on process: 53141 in AppDomain: None.  Error Message: Operation canceled.
powershell[53139]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerError:NamedPipe.Exception.Error] An error has occurred in PowerShell IPC listening thread on process: 53139 in AppDomain: None.  Error Message: Operation canceled.
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53235]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerError:NamedPipe.Exception.Error] An error has occurred in PowerShell IPC listening thread on process: 53235 in AppDomain: None.  Error Message: Operation canceled.
powershell[53240]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerError:NamedPipe.Exception.Error] An error has occurred in PowerShell IPC listening thread on process: 53240 in AppDomain: None.  Error Message: Operation canceled.
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53140]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerError:NamedPipe.Exception.Error] An error has occurred in PowerShell IPC listening thread on process: 53140 in AppDomain: None.  Error Message: Operation canceled.
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: The main thread was hanging temporarily!
code-tunnel[25081]: [2025-11-14 13:22:23] debug [tunnels::connections::ws] received liveness pong
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
systemd[1]: systemd-hostnamed.service: Deactivated successfully.
audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
audit: BPF prog-id=107 op=UNLOAD
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53467]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53467]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53467 in AppDomain: None.
powershell[53467]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53552]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
powershell[53552]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53552 in AppDomain: None.
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53552]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
code-tunnel[25081]: [2025-11-14 13:23:23] debug [tunnels::connections::ws] sent liveness ping
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
code-tunnel[25081]: [2025-11-14 13:23:23] debug [tunnels::connections::ws] received liveness pong
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53663]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53663]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53663 in AppDomain: None.
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53663]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kernel: usb 5-6.4: USB disconnect, device number 7
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53833]: (7.5.2:1:80) [Perftrack_ConsoleStartupStart:PowershellConsoleStartup.WinStart.Informational] PowerShell console is starting up
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
powershell[53833]: (7.5.2:B:80) [NamedPipeIPC_ServerListenerStarted:NamedPipe.Open.Informational] PowerShell has started an IPC listening thread on process: 53833 in AppDomain: None.
powershell[53833]: (7.5.2:1:80) [Perftrack_ConsoleStartupStop:PowershellConsoleStartup.WinStop.Informational] PowerShell console is ready for user input
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kernel: sysrq: Keyboard mode set to system default
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open drm device at /dev/dri/card0 with error System.Error.EBUSY
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
kwin_wayland[1844]: Failed to open /dev/dri/card0 device (Device or resource busy)
systemd-journald[701]: Journal stopped

Solely a SysRq + R, E remediated it. However, then, I lost the ability to log in at any of the available ttys, so I was forced to I, S, U, B.

My Environment

  1. My GPU HW

    #!/usr/bin/env sh
    fastfetch -l none | grep GPU
    
    GPU 1: AMD Radeon RX 5700 [Discrete]
    GPU 2: AMD Raphael [Integrated]
    
  2. Warp

    #!/usr/bin/env sh
    rpm -qi $(rpm -qf $(command -v warp-terminal-preview))
    
    Name        : warp-terminal-preview
    Version     : v0.2025.11.06.20.04.preview_01
    Release     : 1
    Architecture: x86_64
    Install Date: Sun 09 Nov 2025 00:56:12 GMT
    Size        : 221421478
    License     : https://warp.dev/terms-of-service
    Signature   :
                  RSA/SHA256, Sat 08 Nov 2025 04:31:05 GMT, Key ID 31f4254afe49e02e
                  RSA/SHA256, Sat 08 Nov 2025 04:31:06 GMT, Key ID 31f4254afe49e02e
    Source RPM  : warp-terminal-preview-v0.2025.11.06.20.04.preview_01-1.src.rpm
    Build Date  : Sat 08 Nov 2025 04:30:53 GMT
    Build Host  : 0hb126egl06kq
    Relocations : /opt
    Packager    : Warp Linux Maintainers <linux-maintainers@warp.dev>
    Vendor      : Denver Technologies, Inc.
    URL         : https://warp.dev
    

Those are not duplicate lines. If you look to the right end you will see each is related to a different process number, thus it is opening multiple processes

Where did you install Warp Terminal from? It does not appear to be a fedora package.

If it was installed from www.warp.dev or github then it is a 3rd party application and it is not likely that anyone here would be able to answer the question. Probably best if you approach the developers about this.

1 Like

@computersavvy, I’ve asked here because all that I see are PowerShell logs (installed via dotnet tool install --global PowerShell), which is provided by dotnet-host-10.0.0~rc.1.25451.107-0.8.fc43.x86_64 (per rpm -qf $(command -v dotnet)), [1] and if I ask Warp, they’ll say they’re unfamiliar with KWin and PowerShell, whereas if I ask PowerShell, they’ll say they’re unfamiliar with Warp, KWin, and Fedora.

Additionally, this was a hang of the compositor, so something went wrong at a very low level that shouldn’t have. Regardless of the package that hung it, it shouldn’t have hung. I’d have asked this at KDE’s Discourse instance, but many of them definitely aren’t familiar with Fedora, Warp, or PowerShell. This is where the most relevant disciplines intersect.

However, you’re correct that I should file a bug upstream, at least. I’d like to start with Warp, and see whether they direct me to PowerShell, etcetera. However, Warp doesn’t want bug reports for their pre-release packages unless well-diagnosed, and this hasn’t yet been reproducible. Consequently, I require some assistance in pinpointing exactly what package caused it.

Do you state that because I should have retained some? If so:


  1. github.com/MicrosoftDocs/PowerShell-Docs/blob/f98ef6367338cf5be6020c66105005c7e95c2be0/reference/docs-conceptual/install/install-other-linux.md?plain=1#L171C1-L171C40 ↩︎

Perhaps, it was due to:

Shame that I wasn’t able to report the ANR via drkonqi or abrt: