boinc/doc/sched_debug.html

19 lines
621 B
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html lang="en">
<head>
<title>Scheduling Server: Debugging</title>
<meta name="generator" content="BBEdit 6.1.2">
</head>
<body>
<h2>Scheduling Server: Debugging</h2>
<p>
The scheduling server uses assert to verify that arguments to
functions have valid values. Specifically, assert statements are used to
verify that pointers are not NULL and lengths are greater than zero.
Error messages are also printed to stderr, which is routed by Apache to
the error log.
</p>
</body>
</html>