Message boards : API : BOINC Wrapper: Output file absent (Computation Error)
Message board moderation
Author | Message |
---|---|
Send message Joined: 7 Sep 17 Posts: 21 |
Hello guys, I'm now running my boinc server and boinc client. I test wrapper with example application wrapper from official wiki. however I got error message like 'Output file is absent' , and the task status in boinc-manager is computation error. My stderr_txt is: <message>process exited with code 195 (0xc3,-61)</message> <stderr_txt> 11:17:40 (5231): wrapper (7.5.26014): starting 11:17:40 (5231): wrapper: running ../../projects/192.168.1.5_myproject/worker_x86_64-pc-linux-gnu (40) 11:18:23 (5231): worker exited; CPU time 41.680000 11:18:23 (5231): app exit status: 0x8b 11:18:23 (5231): called boinc_finish(195) </stderr_txt> It seems that the application are not implemented. (I have test worker.o without BOINC, it is executable.) I have seen some other threads which have the same problem with me, but there is unfortunately no answer. I have been stuck in this problem for weeks, Is there anyone who can help me? Sincerely thanks for your help Best Regards Kangning Li |
Send message Joined: 5 Oct 06 Posts: 5128 |
'Output file [is] absent' is usually a symptom, rather than the cause of a problem: the application has crashed before it has a chance to do any science, so the scientific output never gets created. The wrapper has exited with status 0x8b, or 139. From the error number list, that might be #define ERR_GETS -139 // gets() or fgets()but I'm afraid that's as far as my knowledge goes. |
Send message Joined: 21 Jun 06 Posts: 156 |
Can you post the content of the xml files? |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.