-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Saving a newly created Markdown file in File Explorer (Cmd+S) causes relaunch crash loop until file is deleted #10131
Copy link
Copy link
Open
Labels
area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.Editors, notebooks, markdown rendering, LSP, and code display.area:ui-frameworkCore Warp UI framework, rendering, layout, and windowing infrastructure.Core Warp UI framework, rendering, layout, and windowing infrastructure.area:workspaceFile tree, workspace navigation, project switching, and working-directory management.File tree, workspace navigation, project switching, and working-directory management.bugSomething isn't working.Something isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.Editors, notebooks, markdown rendering, LSP, and code display.area:ui-frameworkCore Warp UI framework, rendering, layout, and windowing infrastructure.Core Warp UI framework, rendering, layout, and windowing infrastructure.area:workspaceFile tree, workspace navigation, project switching, and working-directory management.File tree, workspace navigation, project switching, and working-directory management.bugSomething isn't working.Something isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Summary
Saving a newly created Markdown file from Warp's File Explorer with Cmd+S can crash Warp and put it into a relaunch crash loop until the offending
.mdfile is deleted outside Warp.Problem
In Warp's built-in File Explorer/editor flow, creating a new
.mdfile, pasting valid Markdown content, and saving withCmd+Scauses Warp to become unresponsive and crash. After force quitting and reopening, Warp shows the "unexpectedly quit while reopening windows" prompt and repeatedly crashes again. Reinstalling Warp does not resolve the loop. Deleting that specific.mdfile from Finder breaks the loop and lets Warp open normally.Expected behavior
Saving a newly created Markdown file should persist the file and keep Warp responsive. Reopening Warp should restore windows without entering a crash loop.
Actual behavior
Cmd+Sin this scenario triggers a crash/hang, then Warp repeatedly crashes on relaunch while reopening windows. The loop only stops after deleting the problematic.mdfile outside Warp.Reproduction steps or desired workflow
.md) file.Cmd+Sto save..mdfile in Finder; Warp can then launch normally.Artifacts
Screenshot 1: macOS dialog shown on relaunch: "The last time you opened Warp, it unexpectedly quit while reopening windows" with options to reopen or not reopen windows.
Paste screenshot 1 here
Crash reports attached/provided:
Crash reports.zip
Observed crash signatures from the provided
.ipsfiles include repeatedEXC_BAD_ACCESS (SIGSEGV)withKERN_INVALID_ADDRESS, across multiple faulting threads, including one report withCoreFoundation: CF objects must have a non-zero isa.Warp logs found:
Warp logs.zip
Warp version
v0.2026.04.29.08.57.stable_01
Operating system
macOS 15.6.1 (24G90)