Weird error



Message board moderation

To post messages, you must log in.
AuthorMessage
Cavalary
Avatar

Send message
Joined: 19 Jun 23
Posts: 3
Credit: 1,269,222
RAC: 0
Message 8680 - Posted: 11 Dec 2024, 16:46:38 UTC
Noticed an error in a task a few days ago, https://asteroidsathome.net/boinc/result.php?resultid=530611304
"The operating system cannot run L;��.
(0xc2) - exit code 194 (0xc2)"
Any idea what that's about? Seems to be the only one like it so far, and two other computers did return valid results for that WU, so it's not a problem with it I guess.
ID: 8680 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ahorek's team
Volunteer developer
Volunteer tester

Send message
Joined: 1 Jan 13
Posts: 125
Credit: 11,118,387
RAC: 3,667
Message 8681 - Posted: 13 Dec 2024, 15:43:46 UTC - in response to Message 8680.  
exit code 194 = ERROR_ITERATED_DATA_EXCEEDS_64k

I can't verify the work unit because it has already been successfully processed by other hosts, but the issue might stem from the code (AVX512?) or a random system failure on your host.

all of your other tasks (~2200) were valid, so it looks like a random glitch... I have no idea, sorry.
ID: 8681 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ahorek's team
Volunteer developer
Volunteer tester

Send message
Joined: 1 Jan 13
Posts: 125
Credit: 11,118,387
RAC: 3,667
Message 8698 - Posted: 22 Dec 2024, 22:13:36 UTC
ok, a correction, exit code 194 means EXIT_ABORTED_BY_CLIENT which is raised by the boinc. It's hard to say why the WU has been aborted on your side. You may run out of memory, free disk space, there was an unexpected shutdown or something like that...
ID: 8698 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Cavalary
Avatar

Send message
Joined: 19 Jun 23
Posts: 3
Credit: 1,269,222
RAC: 0
Message 8706 - Posted: 24 Dec 2024, 19:55:00 UTC - in response to Message 8698.  
Had two more of those on MilkyWay@home since, and looked it up and found a discussion on the SETI@home boards about it 11 years ago: https://setiathome.berkeley.edu/forum_thread.php?id=73704
Just skimmed the first page, but what seemed most relevant was quoted from another thread: "One of the last things an app does before exiting is write an empty "finish file", and that error indicates the app didn't exit within ten seconds after writing that file. I think the error was likely caused by shutting BOINC down after the file was written but before the app had gotten to its usual exit"
In my case, thinking the task was suspended at such an... inopportune time as I was trying to balance the projects. That is assuming that BOINC didn't fix the issue in these 11 years...
ID: 8706 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 16 Nov 22
Posts: 151
Credit: 183,286,764
RAC: 48,852
Message 8707 - Posted: 25 Dec 2024, 7:36:34 UTC - in response to Message 8706.  
There was a change in how long a finish file is allowed to be created and cleared back in 2019. Closed issue. I haven't seen any instance of that bug since then.

A proud member of the OFA (Old Farts Association)
ID: 8707 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Cavalary
Avatar

Send message
Joined: 19 Jun 23
Posts: 3
Credit: 1,269,222
RAC: 0
Message 8710 - Posted: 28 Dec 2024, 2:27:44 UTC - in response to Message 8707.  
Maybe it can still happen if that delay runs in the hours and/or if BOINC or the WU is active during that time, if being suspended in memory would still count it as active in some way?
ID: 8710 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote