You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Report: App "Later" Crashing on macOS Sequoia 15.0.1 (24A348)
Summary
The app "Later" consistently crashes after launch on macOS Sequoia 15.0.1 (24A348). The app enters the foreground (UserInteractiveFocal state), but it is terminated shortly afterward by launchd, with termination codes suggesting a SIGKILL. Additionally, the app icon does not appear in the menu bar, only in the dock.
Steps to Reproduce
Launch the app "Later" on macOS Sequoia 15.0.1 (24A348).
The app initially starts and becomes the frontmost app.
The app is terminated within seconds.
The app icon does not appear in the menu bar.
Expected Behavior
The app should remain active and functional after being brought to the foreground, with its icon visible in the menu bar for normal operation.
Actual Behavior
The app is killed by the system within seconds of being launched, with launchd reporting termination (termination code: 2, 9, 9). Despite manually adding the app to the allowed permissions for screen recording, system recording, and app management, it still crashes. Additionally, the app icon only appears in the dock and not in the menu bar.
Logs (Excerpt)
18:55:49.724731+0200 runningboardd [app<application.alyssaxuu.Later.109335568.109335586(501)>:19952] Set darwin role to: UserInteractiveFocal
18:55:49.742327+0200 runningboardd Calculated state for app<application.alyssaxuu.Later.109335568.109335586(501)>: running-active (role: UserInteractiveFocal)
18:52:16.975061+0200 runningboardd [app<application.alyssaxuu.Later.109335568.109335586(501)>:19946] termination reported by launchd (2, 9, 9)
Activity Monitor Observations
Memory Usage: Real memory usage is only 8 KB, which is extremely low for an active app. Virtual memory is allocated at 32.03 GB, but this appears abnormal given the real memory usage.
CPU Usage: The CPU usage is consistently at 0%, suggesting the app isn’t performing any significant tasks after launch.
System Calls and Faults: The app makes 1,231 Mach system calls, 3,241 Unix system calls, and registers 2,755 faults, indicating potential memory access or allocation issues.
Environment
App Version: "Later" (latest available)
macOS Version: Sequoia 15.0.1 (24A348)
Mac Model: MacBook Pro 15" (Late 2016, Intel)
Additional Info: OpenCore Legacy Patcher (but so far I had no issues with any other apps)
Additional Information
Permissions for screen recording, system recording, and app management were manually added, but the app still crashes.
The app icon does not appear in the menu bar as expected, further indicating that the app may not be initializing properly.
The text was updated successfully, but these errors were encountered:
Issue Report: App "Later" Crashing on macOS Sequoia 15.0.1 (24A348)
Summary
The app "Later" consistently crashes after launch on macOS Sequoia 15.0.1 (24A348). The app enters the foreground (UserInteractiveFocal state), but it is terminated shortly afterward by
launchd
, with termination codes suggesting aSIGKILL
. Additionally, the app icon does not appear in the menu bar, only in the dock.Steps to Reproduce
Expected Behavior
The app should remain active and functional after being brought to the foreground, with its icon visible in the menu bar for normal operation.
Actual Behavior
The app is killed by the system within seconds of being launched, with
launchd
reporting termination (termination code: 2, 9, 9
). Despite manually adding the app to the allowed permissions for screen recording, system recording, and app management, it still crashes. Additionally, the app icon only appears in the dock and not in the menu bar.Logs (Excerpt)
Activity Monitor Observations
Environment
Additional Information
The text was updated successfully, but these errors were encountered: