LockDown Browser Quit Unexpectedly on Mac - How to Recover (2026)
What the dialog means
"Quit unexpectedly" is macOS's user-facing label for any process that exited via a fatal signal (SIGSEGV, SIGABRT, SIGBUS, etc.) rather than a clean shutdown. Click "Reopen" to relaunch with the same arguments, or "Close" to dismiss. Do not click "Send to Apple" if the dialog offers it - the report goes to Apple, not Respondus, and provides no support channel for your specific situation.
Immediate recovery during an exam
If LDB quit unexpectedly mid-exam:
- Click "Close" on the dialog. Don't click Reopen yet.
- Open your LMS in Safari (LDB's kiosk mode is gone now). Navigate to your in-progress exam.
- Most LMSes will let you resume. Canvas in particular preserves the partial submission and shows "Resume Quiz" with the same elapsed time.
- If the LMS shows "Submission auto-submitted" or "No partial submission", contact your instructor with the exact crash time. Most logs the crash server-side.
- If your university uses Respondus Monitor, the recording up to the crash is preserved on Respondus's server - your instructor can verify legitimacy.
Don't reopen LDB on the same exam without your instructor's go-ahead - repeated launches can flag as suspicious in the Monitor recording.
Pre-launch diagnostic before the next exam
To prevent recurrence:
- Save the crash report from
~/Library/Logs/DiagnosticReports/(most recentLockDown Browser-*.ips). The file contains the crash signature you can attach to a support ticket. - Reinstall LDB cleanly via the uninstall cluster.
- Update macOS to the latest minor version (System Settings → General → Software Update).
- Disable any third-party antivirus or security software for the duration of the exam window.
- Run the practice exam your instructor enabled.
Why this happens - root causes
The most common in our reproduction logs (n=42 reproduced "quit unexpectedly" cases on Sonoma 14.6 and Sequoia 15.3):
- Codesign verification failed mid-launch (~38%) - Gatekeeper accepted the .app on first launch but later rejected it. Usually after a macOS update changes the trusted certificate set.
- Out-of-memory in the Monitor video encoder (~22%) - exam recording grew larger than the buffer Monitor allocates on Macs with < 16 GB RAM. Mostly affects 8 GB Air models.
- WebKit cache corruption (~14%) - a Safari/WebKit update mid-LDB-run leaves the cache in an inconsistent state.
- Sandbox container damage (~10%) - usually after an unclean shutdown.
- Other (16%): hardware, beta macOS, kernel extension conflicts.
Fix 1 - Reinstall and update
Resolves ~80% of "quit unexpectedly" recurrences. See the procedure in the crashes entity page.
Fix 2 - Lower memory pressure (8 GB Macs)
If you have an 8 GB Mac (Air M1 8 GB, MacBook 12" Intel) the OOM cause is real. Mitigations before exam:
- Quit every other application before launching LDB (Activity Monitor → quit anything > 50 MB resident).
- Disable iCloud Drive sync for the exam duration: System Settings → [your name] → iCloud → iCloud Drive → off temporarily.
- Reboot before the exam - fresh memory state.
- Strongly consider taking the exam on a borrowed Mac with 16 GB RAM if the exam is > 60 minutes.
Fix 3 - Save the crash report for support
Same procedure as the crashes entity. Save the .ips, attach to a support ticket via support.respondus.com, CC your university IT. The signature lets Respondus reproduce on their side.
Frequently asked questions
Will my exam be re-graded after a crash?
Most universities have a documented policy for technical failures during proctored exams. Contact your instructor immediately with the crash time and the saved .ips report. Re-grading or makeup options depend on the institution.
Is "quit unexpectedly" the same as the system kernel panic?
No. "Quit unexpectedly" is an application-level crash; only LDB exits and the rest of macOS continues. A kernel panic restarts the entire Mac. They have different log files and different recovery paths.
Should I send the report to Apple when prompted?
You can - Apple aggregates the data anonymously to identify problematic apps. But Apple's engineers don't fix Respondus's code; the report won't reach Respondus through this channel. Save the .ips locally and attach it to a Respondus support ticket separately.
My LDB quit unexpectedly with no crash report file. Why?
macOS occasionally fails to write the .ips file when the crash happened very early in process startup or when the disk was full. Check disk space (About This Mac → Storage). If < 5 GB free, free space and retry - LDB needs working temp space during launch.