All versions of Manager "crash" after message "CPU busy" #6063
Replies: 11 comments 20 replies
-
I would say "run the Manager under gdb and see where it's crashing", |
Beta Was this translation helpful? Give feedback.
-
What operating system is this under? Windows 10? Windows 11? MacOS. Linux Debian? etc. |
Beta Was this translation helpful? Give feedback.
-
Sorry about not including the extra info... dean@ASUS-Z790 Anything else needed? |
Beta Was this translation helpful? Give feedback.
-
This might be a debugging breakpoint built into wxWidgets. We cleaned up a lot of harmless incorrect arguments to wxSizers some time back, which trigger a breakpoint and warning dialog in debug builds but not in release builds. But if not run under a debug, they cause the executable to crash. Note that the crash is in wxWizardex which I believe is called from CSimpleFrame when there are no projects attached. The backtrace has I think this may have nothing to do with "CPU is busy." I suspect if you run it under a debugger you will see a warning message from wxWidgets. |
Beta Was this translation helpful? Give feedback.
-
I'm going to run boincmgr with gdb & debuginfod enabled & just let it run tonight...I'll come back to it tomorrow morning to see what happened. |
Beta Was this translation helpful? Give feedback.
-
Ok...I ran boincmgr as outlined above & when I got back to it after 9 hours it had crashed---no input, just the dialog to exit the manager. No information in the gdb session, just notifications of threads. I have started boinc in the same way as above & let it start then started boincmgr. It is currently running & I will report if there are any interesting lines in the output. |
Beta Was this translation helpful? Give feedback.
-
OK...another non-answer. Once again, I changed tabs in the manager & got the "exit Manager" dialog. gdb run is not very informative. 10-Feb-2025 11:11:48 [NFS@Home] Started upload of S2p1124_3565236_0_r506209701_0 At that point, the file ended. |
Beta Was this translation helpful? Give feedback.
-
Full run here: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
OK...still "crashed" with a slight change even with what was done above. Manager "frozen" and when I changed tabs I got the "exit manager" dialog. The change is no "CPU busy" and "Resuming computation" notifications in the terminal--just a notification that an upload was done.....The time stamp was 20 minutes ago.... |
Beta Was this translation helpful? Give feedback.
-
I've addressed the "elephant in the room" & upgraded to an i7-14700KF.....still having the same problems. Any updates? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting to pull my hair out over this.....I have been building off of the Main for about a year now & for the last couple of months I'll come back to the Manager & it has "crashed". When I start in a terminal I will see that this almost always is right after I see "[---] Suspending computation - CPU is busy The next line will be: [---] Resuming computation. I run BOINC from its own dedicated drive & my build is done with:
cd '/media/Boinc' git clone https://github.com/BOINC/boinc boinc cd '/media/Boinc/boinc' ./_autosetup ./configure --disable-server --enable-client --enable-debug CXXFLAGS="-O3 " make cd packages/generic/sea/ make
Then, I copy/paste the contents of /media/Boinc/BOINC/packages/generic/sea/BOINC into /BOINC to maintain my data. I start BOINC with '/media/Boinc/BOINC/run_client' in the terminal, and then after I see the output, I start the manager.
This has "seemed" to work very well, but with the variable "crashing", I'm not so sure. Is there a "better practice" way to do this? Are there any thoughts that would make it easier to debug? I'm not getting anything helpful even with the "debug" flag set. I have tried building the current stable version, the updated version 8 & the current test version all with the same results.
Beta Was this translation helpful? Give feedback.
All reactions