Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes on startup (MacBook Pro M2, macOS Ventura 13.3) #2317

Closed
Jackrich78 opened this issue Jan 8, 2025 · 42 comments
Closed

App crashes on startup (MacBook Pro M2, macOS Ventura 13.3) #2317

Jackrich78 opened this issue Jan 8, 2025 · 42 comments
Labels
bug Something isn't working

Comments

@Jackrich78
Copy link

Describe the bug
The Stats app crashes immediately upon startup. It appears briefly in the top bar before disappearing after about 1 second. The issue persists even after reinstalling and resetting preferences.

Details:

  • Device: MacBook Pro M2, 64GB RAM
  • macOS: macOS Ventura 13.3
  • Application version: 2.11.23

Troubleshooting steps taken:

  • Uninstalled and reinstalled the app using Brew.
  • Deleted the eu.exelban.Stats.plist configuration file and reattempted launch.

Crash logs
Stats-2025-01-02-08.zip

@exelban
Copy link
Owner

exelban commented Jan 9, 2025

hi. Thanks for report. Unfortunately the crash report does not help(
Would you like to run a debug build to collect some logs and find the problem?

@Jackrich78
Copy link
Author

My mistake Exelban, I've reinstalled Stats and enabled anonymous monitoring and crash reporting. Unfortunately, the app still crashes on startup. Below are the latest crash report and logs when I booted up my machine.
Stats_logs.zip

Let me know if there are additional logs or steps I should follow to assist further.
Thanks.

@exelban
Copy link
Owner

exelban commented Jan 10, 2025

there is no logs from the Stats.
I need to create a debug build that will collect the logs to the file. Give me to know if you would like to do that.

@Jackrich78
Copy link
Author

Sure we can give that a go if it'll help.

@exelban
Copy link
Owner

exelban commented Jan 12, 2025

Please run this build and check if there is a crash:

Stats.dmg.zip

@apozzo
Copy link

apozzo commented Jan 13, 2025

The same here, MAcBook PRO M2 macOS Ventura

2025-01-13 09:15:23 reader.swift:85 DBG [<CPU.LoadReader: 0x14274a3a0>] Successfully initialize reader
2025-01-13 09:15:23 reader.swift:85 DBG [<CPU.FrequencyReader: 0x6000005830d0>] Successfully initialize reader
Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process.}
2025-01-13 09:15:23 reader.swift:128 DBG [<CPU.LoadReader: 0x14274a3a0>] Set up update interval: 1 sec
2025-01-13 09:15:23 reader.swift:128 DBG [<CPU.FrequencyReader: 0x6000005830d0>] Set up update interval: 1 sec
2025-01-13 09:15:23 widget.swift:296 DBG [CPU] widget mini enabled
2025-01-13 09:15:23 helpers.swift:102 DBG Application update interval is 'Silent'
2025-01-13 09:15:23 AppDelegate.swift:76 INF Stats started in 0.003 seconds
zsh: trace trap  /Applications/Stats.app/Contents/MacOS/Stats

is there any other info I can provide ?

Stat Crash Report.txt.zip

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

@apozzo it's the build I share or it's a release build?

@apozzo
Copy link

apozzo commented Jan 13, 2025

The build you share in the previous comment, the release build crashes also

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

hmm, thx

try this one please:
Stats.dmg.zip

@apozzo
Copy link

apozzo commented Jan 13, 2025

This last one doesn't crash at startup but doesn't show anything for the cpu

Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process.}
2025-01-13 10:55:59 widget.swift:296 DBG [CPU] widget mini enabled
2025-01-13 10:55:59 helpers.swift:102 DBG Application update interval is 'Silent'
2025-01-13 10:55:59 AppDelegate.swift:76 INF Stats started in 0.0018 seconds
2025-01-13 10:56:57 widget.swift:302 DBG [CPU] widget label disabled
2025-01-13 10:56:57 widget.swift:302 DBG [CPU] widget mini disabled
2025-01-13 10:56:57 widget.swift:302 DBG [CPU] widget line_chart disabled
2025-01-13 10:56:57 widget.swift:302 DBG [CPU] widget bar_chart disabled
2025-01-13 10:56:57 widget.swift:302 DBG [CPU] widget pie_chart disabled
2025-01-13 10:56:57 widget.swift:302 DBG [CPU] widget tachometer disabled
2025-01-13 10:56:57 module.swift:182 DBG [CPU] Module terminated
image

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

its ok, what about this one:
Stats.dmg.zip

@apozzo
Copy link

apozzo commented Jan 13, 2025

Yes it works !

2025-01-13 11:13:54 reader.swift:85 DBG [<CPU.LoadReader: 0x12374a4c0>] Successfully initialize reader
2025-01-13 11:13:54 reader.swift:159 DBG [<CPU.ProcessReader: 0x600003c12520>] Set update interval: 1 sec
2025-01-13 11:13:54 reader.swift:85 DBG [<CPU.ProcessReader: 0x600003c12520>] Successfully initialize reader
2025-01-13 11:13:54 reader.swift:159 DBG [<CPU.AverageReader: 0x600003c12880>] Set update interval: 60 sec
2025-01-13 11:13:54 reader.swift:85 DBG [<CPU.AverageReader: 0x600003c12880>] Successfully initialize reader
2025-01-13 11:13:54 reader.swift:85 DBG [<CPU.TemperatureReader: 0x600003c129a0>] Successfully initialize reader
Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process.}
2025-01-13 11:13:54 reader.swift:128 DBG [<CPU.LoadReader: 0x12374a4c0>] Set up update interval: 1 sec
2025-01-13 11:13:54 widget.swift:296 DBG [CPU] widget mini enabled
2025-01-13 11:13:54 helpers.swift:102 DBG Application update interval is 'Silent'
2025-01-13 11:13:54 AppDelegate.swift:76 INF Stats started in 0.0024 seconds
2025-01-13 11:14:40 widget.swift:302 DBG [CPU] widget label disabled
2025-01-13 11:14:40 widget.swift:302 DBG [CPU] widget mini disabled
2025-01-13 11:14:40 widget.swift:302 DBG [CPU] widget line_chart disabled
2025-01-13 11:14:40 widget.swift:302 DBG [CPU] widget bar_chart disabled
2025-01-13 11:14:40 widget.swift:302 DBG [CPU] widget pie_chart disabled
2025-01-13 11:14:40 widget.swift:302 DBG [CPU] widget tachometer disabled
2025-01-13 11:14:40 module.swift:182 DBG [CPU] Module terminated
image

@Jackrich78
Copy link
Author

its ok, what about this one: Stats.dmg.zip

Can confirm, this version seems to be running correctly on my machine too (just the CPU module)

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

hmm, so there is some problem with CPU frequency reader. Please try this one:

Stats.dmg.zip

@Jackrich78
Copy link
Author

Please run this build and check if there is a crash:

Stats.dmg.zip

Here are my logs from this build.
Stats crash report.txt

@exelban exelban added the bug Something isn't working label Jan 13, 2025
@exelban exelban added this to Stats Jan 13, 2025
@exelban exelban moved this to In Progress in Stats Jan 13, 2025
@Jackrich78
Copy link
Author

Sorry I just missed that latest debug build (#2317 (comment))

Here are the logs again. It's looks much the same as the previous report I shared.
Stats crash report.txt

@apozzo
Copy link

apozzo commented Jan 13, 2025

Stats Console.txt.zip

hmm, so there is some problem with CPU frequency reader. Please try this one:

Stats.dmg.zip

Latest build does not crash here

edit : added debug log

2025-01-13 14:06:06 reader.swift:85 DBG [<CPU.LoadReader: 0x11e77ee10>] Successfully initialize reader
2025-01-13 14:06:06 reader.swift:159 DBG [<CPU.ProcessReader: 0x60000364db90>] Set update interval: 1 sec
2025-01-13 14:06:06 reader.swift:85 DBG [<CPU.ProcessReader: 0x60000364db90>] Successfully initialize reader
2025-01-13 14:06:06 reader.swift:159 DBG [<CPU.AverageReader: 0x60000364def0>] Set update interval: 60 sec
2025-01-13 14:06:06 reader.swift:85 DBG [<CPU.AverageReader: 0x60000364def0>] Successfully initialize reader
2025-01-13 14:06:06 reader.swift:85 DBG [<CPU.TemperatureReader: 0x60000364e010>] Successfully initialize reader
2025-01-13 14:06:06 reader.swift:85 DBG [<CPU.FrequencyReader: 0x60000334c420>] Successfully initialize reader
Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process.}
2025-01-13 14:06:06 reader.swift:128 DBG [<CPU.LoadReader: 0x11e77ee10>] Set up update interval: 1 sec
2025-01-13 14:06:06 reader.swift:128 DBG [<CPU.FrequencyReader: 0x60000334c420>] Set up update interval: 1 sec
2025-01-13 14:06:06 widget.swift:296 DBG [CPU] widget mini enabled
2025-01-13 14:06:06 helpers.swift:102 DBG Application update interval is 'Silent'
2025-01-13 14:06:06 AppDelegate.swift:76 INF Stats started in 0.0035 seconds
image

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

what about this one:

Stats.dmg.zip

PS: I just need an info if its crash or not.

@apozzo
Copy link

apozzo commented Jan 13, 2025

what about this one:

Stats.dmg.zip

PS: I just need an info if its crash or not.

Does not crash here !

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

ok, now I need to collect some log. @apozzo please run the stats in terminal and share the logs as you do it before.

Stats.dmg.zip

@apozzo
Copy link

apozzo commented Jan 13, 2025

ok, now I need to collect some log. @apozzo please run the stats in terminal and share the logs as you do it before.

Stats.dmg.zip

This build crashes :-(

Here it is :

2025-01-13 15:44:28 reader.swift:85 DBG [<CPU.LoadReader: 0x12def5910>] Successfully initialize reader
2025-01-13 15:44:28 reader.swift:159 DBG [<CPU.ProcessReader: 0x6000011f0630>] Set update interval: 1 sec
2025-01-13 15:44:28 reader.swift:85 DBG [<CPU.ProcessReader: 0x6000011f0630>] Successfully initialize reader
2025-01-13 15:44:28 reader.swift:159 DBG [<CPU.AverageReader: 0x6000011f0990>] Set update interval: 60 sec
2025-01-13 15:44:28 reader.swift:85 DBG [<CPU.AverageReader: 0x6000011f0990>] Successfully initialize reader
2025-01-13 15:44:28 reader.swift:85 DBG [<CPU.TemperatureReader: 0x6000011f0ab0>] Successfully initialize reader
2025-01-13 15:44:28 reader.swift:85 DBG [<CPU.FrequencyReader: 0x6000014e6520>] Successfully initialize reader
Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process.}
2025-01-13 15:44:28 reader.swift:128 DBG [<CPU.LoadReader: 0x12def5910>] Set up update interval: 1 sec
2025-01-13 15:44:28 reader.swift:128 DBG [<CPU.FrequencyReader: 0x6000014e6520>] Set up update interval: 1 sec
2025-01-13 15:44:28 widget.swift:296 DBG [CPU] widget mini enabled
2025-01-13 15:44:28 helpers.swift:102 DBG Application update interval is 'Silent'
2025-01-13 15:44:28 AppDelegate.swift:76 INF Stats started in 0.0019 seconds
---------- read ----------
min e core 912.0 min p core 702.0
samples:  16
ECPU
PCPU
PCPU
ECPU
zsh: trace trap  /Applications/Stats.app/Contents/MacOS/Stats

Stats crash report.zip

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

yeap, there will be a crash, hmm, interesting

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

what about this one:
Stats.dmg.zip

@apozzo
Copy link

apozzo commented Jan 13, 2025

what about this one: Stats.dmg.zip

Does not crash :

2025-01-13 16:21:20 reader.swift:85 DBG [<CPU.LoadReader: 0x126709150>] Successfully initialize reader
2025-01-13 16:21:20 reader.swift:159 DBG [<CPU.ProcessReader: 0x6000030bcea0>] Set update interval: 1 sec
2025-01-13 16:21:20 reader.swift:85 DBG [<CPU.ProcessReader: 0x6000030bcea0>] Successfully initialize reader
2025-01-13 16:21:20 reader.swift:159 DBG [<CPU.AverageReader: 0x6000030bd200>] Set update interval: 60 sec
2025-01-13 16:21:20 reader.swift:85 DBG [<CPU.AverageReader: 0x6000030bd200>] Successfully initialize reader
2025-01-13 16:21:20 reader.swift:85 DBG [<CPU.TemperatureReader: 0x6000030bd320>] Successfully initialize reader
2025-01-13 16:21:20 reader.swift:85 DBG [<CPU.FrequencyReader: 0x6000035ad760>] Successfully initialize reader
Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process.}
2025-01-13 16:21:21 reader.swift:128 DBG [<CPU.LoadReader: 0x126709150>] Set up update interval: 1 sec
2025-01-13 16:21:21 reader.swift:128 DBG [<CPU.FrequencyReader: 0x6000035ad760>] Set up update interval: 1 sec
2025-01-13 16:21:21 widget.swift:296 DBG [CPU] widget mini enabled
2025-01-13 16:21:21 helpers.swift:102 DBG Application update interval is 'Silent'
2025-01-13 16:21:21 AppDelegate.swift:76 INF Stats started in 0.0039 seconds
---------- read ----------
min e core 912.0 min p core 702.0
samples:  16
[] []
samples:  16
[] []
samples:  16
[] []
samples:  16
[] []
---------- read ----------
min e core 912.0 min p core 702.0
samples:  16
[] []
samples:  16
[] []
samples:  16
[] []
samples:  16
[] []
...
same 'read' log with samples over and over ...
...
2025-01-13 16:22:07 widget.swift:302 DBG [CPU] widget label disabled
2025-01-13 16:22:07 widget.swift:302 DBG [CPU] widget mini disabled
2025-01-13 16:22:07 widget.swift:302 DBG [CPU] widget line_chart disabled
2025-01-13 16:22:07 widget.swift:302 DBG [CPU] widget bar_chart disabled
2025-01-13 16:22:07 widget.swift:302 DBG [CPU] widget pie_chart disabled
2025-01-13 16:22:07 widget.swift:302 DBG [CPU] widget tachometer disabled
2025-01-13 16:22:07 module.swift:182 DBG [CPU] Module terminated

Stats Console.txt.zip

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

thanks, what about this one:

Stats.dmg.zip

@apozzo
Copy link

apozzo commented Jan 13, 2025

thanks, what about this one:

Stats.dmg.zip

This last one crashes :

2025-01-13 16:33:16 reader.swift:85 DBG [<CPU.LoadReader: 0x127659ac0>] Successfully initialize reader
2025-01-13 16:33:16 reader.swift:159 DBG [<CPU.ProcessReader: 0x600002b690e0>] Set update interval: 1 sec
2025-01-13 16:33:16 reader.swift:85 DBG [<CPU.ProcessReader: 0x600002b690e0>] Successfully initialize reader
2025-01-13 16:33:16 reader.swift:159 DBG [<CPU.AverageReader: 0x600002b69440>] Set update interval: 60 sec
2025-01-13 16:33:16 reader.swift:85 DBG [<CPU.AverageReader: 0x600002b69440>] Successfully initialize reader
2025-01-13 16:33:16 reader.swift:85 DBG [<CPU.TemperatureReader: 0x600002b69560>] Successfully initialize reader
2025-01-13 16:33:16 reader.swift:85 DBG [<CPU.FrequencyReader: 0x600002e77860>] Successfully initialize reader
Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process.}
2025-01-13 16:33:16 reader.swift:128 DBG [<CPU.LoadReader: 0x127659ac0>] Set up update interval: 1 sec
2025-01-13 16:33:16 reader.swift:128 DBG [<CPU.FrequencyReader: 0x600002e77860>] Set up update interval: 1 sec
2025-01-13 16:33:16 widget.swift:296 DBG [CPU] widget mini enabled
2025-01-13 16:33:16 helpers.swift:102 DBG Application update interval is 'Silent'
---------- read ----------
min e core 912.0 min p core 702.0
2025-01-13 16:33:16 AppDelegate.swift:76 INF Stats started in 0.006 seconds
samples:  16
ECPU
PCPU
PCPU
ECPU
zsh: trace trap  /Applications/Stats.app/Contents/MacOS/Stats

Stats crash report.zip

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

ok, at least I find a function that cause the crash. Please try this build to ensure that:
Stats.dmg.zip

Just give me to know if its crashed or not.

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

update: please run this one and share the logs:

Stats.dmg.zip

@apozzo
Copy link

apozzo commented Jan 13, 2025

update: please run this one and share the logs:

Stats.dmg.zip

Still crashing :

2025-01-13 17:02:32 reader.swift:85 DBG [<CPU.LoadReader: 0x12fe6cf30>] Successfully initialize reader
2025-01-13 17:02:32 reader.swift:159 DBG [<CPU.ProcessReader: 0x6000038e0c60>] Set update interval: 1 sec
2025-01-13 17:02:32 reader.swift:85 DBG [<CPU.ProcessReader: 0x6000038e0c60>] Successfully initialize reader
2025-01-13 17:02:32 reader.swift:159 DBG [<CPU.AverageReader: 0x6000038e0fc0>] Set update interval: 60 sec
2025-01-13 17:02:32 reader.swift:85 DBG [<CPU.AverageReader: 0x6000038e0fc0>] Successfully initialize reader
2025-01-13 17:02:32 reader.swift:85 DBG [<CPU.TemperatureReader: 0x6000038e10e0>] Successfully initialize reader
2025-01-13 17:02:33 reader.swift:85 DBG [<CPU.FrequencyReader: 0x600003de4420>] Successfully initialize reader
Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process.}
2025-01-13 17:02:33 reader.swift:128 DBG [<CPU.LoadReader: 0x12fe6cf30>] Set up update interval: 1 sec
2025-01-13 17:02:33 reader.swift:128 DBG [<CPU.FrequencyReader: 0x600003de4420>] Set up update interval: 1 sec
---------- read ----------
min e core 912.0 min p core 702.0
2025-01-13 17:02:33 widget.swift:296 DBG [CPU] widget mini enabled
2025-01-13 17:02:33 helpers.swift:102 DBG Application update interval is 'Silent'
2025-01-13 17:02:33 AppDelegate.swift:76 INF Stats started in 0.0055 seconds
samples:  16
ECPU
calculate frequencies
0.1
0.2
0.3
0.4
1
2
3
4
5
PCPU
calculate frequencies
0.1
0.2
0.3
0.4
1
2
3
4
5
PCPU
calculate frequencies
0.1
0.2
0.3
0.4
1
2
3
4
5
ECPU
calculate frequencies
0.1
0.2
0.3
0.4
1
2
3
4
zsh: trace trap  /Applications/Stats.app/Contents/MacOS/Stats

Stats crash report.zip

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

thx, what about this one:
Stats.dmg.zip

@apozzo
Copy link

apozzo commented Jan 13, 2025

thx, what about this one: Stats.dmg.zip

Still crashing with longer trace :

2025-01-13 17:32:42 reader.swift:85 DBG [<CPU.LoadReader: 0x15706dea0>] Successfully initialize reader
2025-01-13 17:32:42 reader.swift:159 DBG [<CPU.ProcessReader: 0x600002a33060>] Set update interval: 1 sec
2025-01-13 17:32:42 reader.swift:85 DBG [<CPU.ProcessReader: 0x600002a33060>] Successfully initialize reader
2025-01-13 17:32:42 reader.swift:159 DBG [<CPU.AverageReader: 0x600002a333c0>] Set update interval: 60 sec
2025-01-13 17:32:42 reader.swift:85 DBG [<CPU.AverageReader: 0x600002a333c0>] Successfully initialize reader
2025-01-13 17:32:42 reader.swift:85 DBG [<CPU.TemperatureReader: 0x600002a334e0>] Successfully initialize reader
2025-01-13 17:32:42 reader.swift:85 DBG [<CPU.FrequencyReader: 0x600002f28c60>] Successfully initialize reader
Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named eu.exelban.Stats.SMC.Helper was invalidated: failed at lookup with error 3 - No such process.}
2025-01-13 17:32:42 reader.swift:128 DBG [<CPU.LoadReader: 0x15706dea0>] Set up update interval: 1 sec
2025-01-13 17:32:42 reader.swift:128 DBG [<CPU.FrequencyReader: 0x600002f28c60>] Set up update interval: 1 sec
2025-01-13 17:32:42 widget.swift:296 DBG [CPU] widget mini enabled
2025-01-13 17:32:42 helpers.swift:102 DBG Application update interval is 'Silent'
2025-01-13 17:32:42 AppDelegate.swift:76 INF Stats started in 0.0065 seconds
---------- read ----------
min e core 912.0 min p core 702.0

4.1 14 5549.0
4.2 0.0
4.3 1203.8417732924852
4.1 15 5549.0
4.2 0.0
4.3 1203.8417732924852
4.1 16 5549.0
zsh: trace trap  /Applications/Stats.app/Contents/MacOS/Stats

Stats crash report.zip

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

ok, I know the line that causes the crash. Now I need to understand why. Please try this:

Stats.dmg.zip

@apozzo
Copy link

apozzo commented Jan 13, 2025

ok, I know the line that causes the crash. Now I need to understand why. Please try this:

Stats.dmg.zip

This one does not crash. Since the ouput is quite big i added it to the attached zip file with system console logs.
Stats logs.zip

image

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

thx, so the frequency is available. Could you maybe load the CPU in some way? And check if frequency is changing

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

ok, the last build was not the best one. Check the frequency with this one:
Stats.dmg.zip

@apozzo
Copy link

apozzo commented Jan 13, 2025

Ok I tried the last build with Endurance load test, I recorded the test :

Enregistrement.de.l.ecran.2025-01-13.a.18.34.09.mov

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

hmm, looks something off with the frequency. I'm going to release a new build that will fix the crash problem. The wrong freq is not such a big problem and could be solved after.

@apozzo
Copy link

apozzo commented Jan 13, 2025

Yep, it seems when the load goes up teh frequency goes down in Stats
Hope all the tests done helps ! ;-)

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

yes, thanks a lot. Without your help it will be not possible to find a problem

@exelban exelban closed this as completed Jan 13, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in Stats Jan 13, 2025
@exelban
Copy link
Owner

exelban commented Jan 13, 2025

Please open a new issue related to the wrong frequency.

@exelban
Copy link
Owner

exelban commented Jan 13, 2025

please try a new release version to ensure that everything works fine

@Jackrich78
Copy link
Author

This new version seems to work for me too. Thanks @exelban!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants