I found the bug! I'd created a new Makefile, to replace an old script-based build system. What I'd forgotten to include in that makefile was the -D to define the constant that makes the code BOINC-compatible. Without that it was calling exit(0) instead of boinc_finish(0).
Thanks for your time and suggestions, and sorry about the mixup! Ken Matt Arsenault wrote: > On Aug 22, 2010, at 1:58 AM, David Anderson wrote: > >> What's EXIT_SUCCESS? Call boinc_finish(0). >> -- David > > EXIT_SUCCESS is 0. > > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. > _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
