milanvarady / Applite

User-friendly GUI macOS application for Homebrew Casks
https://aerolite.dev/applite
MIT License
4.04k stars 99 forks source link

SIGTRAP Exception Applite crashes #67

Closed vsenn closed 6 months ago

vsenn commented 6 months ago
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Applite [1922]
Path:                  /Applications/Applite.app/Contents/MacOS/Applite
Identifier:            dev.aerolite.Applite
Version:               1.2.4 (10)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2024-05-16 16:38:06.1174 +0300
OS Version:            macOS 14.4.1 (23E224)
Report Version:        12
Anonymous UUID:        A5E76A61-97F2-C45C-FAA1-A0E34B9D4040

Time Awake Since Boot: 2400 seconds

System Integrity Protection: enabled

Crashed Thread:        1

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000001, 0x00000001045bd5fc

Termination Reason:    Namespace SIGNAL, Code 5 Trace/BPT trap: 5
Terminating Process:   exc handler [1922]
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Applite [3126]
Path:                  /Applications/Applite.app/Contents/MacOS/Applite
Identifier:            dev.aerolite.Applite
Version:               1.2.4 (10)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2024-05-16 16:56:27.2873 +0300
OS Version:            macOS 14.4.1 (23E224)
Report Version:        12
Anonymous UUID:        A5E76A61-97F2-C45C-FAA1-A0E34B9D4040

Time Awake Since Boot: 3500 seconds

System Integrity Protection: enabled

Crashed Thread:        7

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000001, 0x00000001001495fc

Termination Reason:    Namespace SIGNAL, Code 5 Trace/BPT trap: 5
Terminating Process:   exc handler [3126]

etc...

tcmonster commented 6 months ago

same issue

milanvarady commented 6 months ago

Thanks for reporting the problem!

The crash is fixed in the new v1.2.5 update. The crash will most likely be resolved once this pull request is merged, until then you can manually install the new version to fix the problem.

vsenn commented 6 months ago

Thank you for a quick fix!! It works after re-install

brew uninstall --cask applite
brew install --cask applite

Shows v1.24 (10) though 😄 image