BOINC Wrapper: Output file absent (Computation Error)

Message boards : API : BOINC Wrapper: Output file absent (Computation Error)
Message board moderation

To post messages, you must log in.

AuthorMessage
Kangning

Send message
Joined: 7 Sep 17
Posts: 21
Germany
Message 82093 - Posted: 19 Oct 2017, 9:48:33 UTC
Last modified: 19 Oct 2017, 9:50:02 UTC

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
ID: 82093 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5078
United Kingdom
Message 82094 - Posted: 19 Oct 2017, 10:02:22 UTC - in response to Message 82093.  

'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.
ID: 82094 · Report as offensive
rebirther
Avatar

Send message
Joined: 21 Jun 06
Posts: 156
Germany
Message 82133 - Posted: 20 Oct 2017, 18:08:45 UTC - in response to Message 82093.  

Can you post the content of the xml files?
ID: 82133 · Report as offensive

Message boards : API : BOINC Wrapper: Output file absent (Computation Error)

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.