Dayflow 2.4.2 (build 125) crashes on launch on macOS 14.8.2 (Sonoma, Apple Silicon) and 14.8.9
Downgrading to 2.4.0 fixes it, so this looks like a regression in 2.4.2 and possibly Sonoma-specific if no one else sees any issues with 2.4.2.
Crash is on the main thread, EXC_BREAKPOINT (SIGTRAP), brk 1, with no error message on stderr and no Application Specific Information in the report.
Additional context
- macOS 14.8.2 (23J126), Mac15,7, arm64
- LSMinimumSystemVersion in the bundle is 14.0, so Sonoma is supported
- Ruled out: clean reinstall, empty preferences domain (
defaults delete reports the
domain does not exist), NSRequiresAquaSystemAppearance = YES, and deleting
~/Library/Saved Application State/teleportlabs.com.Dayflow.savedState and
~/Library/Caches/teleportlabs.com.Dayflow
- Installing 2.4.0 resolves it. Worth noting Sparkle has autoDownloads=true with a 3600s
interval, so a downgrade gets silently re-upgraded unless auto-updates are disabled first
Dayflow 2.4.2 (build 125) crashes on launch on macOS 14.8.2 (Sonoma, Apple Silicon) and 14.8.9
Downgrading to 2.4.0 fixes it, so this looks like a regression in 2.4.2 and possibly Sonoma-specific if no one else sees any issues with 2.4.2.
Crash is on the main thread, EXC_BREAKPOINT (SIGTRAP),
brk 1, with no error message on stderr and no Application Specific Information in the report.Additional context
defaults deletereports thedomain does not exist),
NSRequiresAquaSystemAppearance = YES, and deleting~/Library/Saved Application State/teleportlabs.com.Dayflow.savedStateand~/Library/Caches/teleportlabs.com.Dayflowinterval, so a downgrade gets silently re-upgraded unless auto-updates are disabled first