Remove ~/.config/obsidian and re-add all vaults temporary solved the issues.
Before, any action triggers the WebFrame (like zoom-in/zoom-out, switch from other windows to Obsidian) all makes it crashed.
Remove ~/.config/obsidian and re-add all vaults temporary solved the issues.
Before, any action triggers the WebFrame (like zoom-in/zoom-out, switch from other windows to Obsidian) all makes it crashed.
System: Raspberry Pi 5 – Raspberry Pi OS 64-bit (aarch64)
Page size: Likely 16K (default on Raspberry Pi OS)
Obsidian version: 1.8.10
Install method: Official AppImage from Obsidian Releases
Issue: Immediate crash after launch without any special flags
Log: Multiple gbm_wrapper.cc
and gl_surface_presentation_helper.cc
errors, followed by segmentation fault
Fix: Launching with the flag --js-flags="--nodecommit_pooled_pages"
prevents crash
Stability: No crash after several minutes of use (tested with vault open and basic navigation)
Suggestion: This flag may need to be enabled automatically on Electron apps running on 16K page ARM64 systems