*** empty log message ***

svn path=/trunk/boinc/; revision=2941
This commit is contained in:
David Anderson 2004-02-03 06:40:47 +00:00
parent f2348edfe4
commit a65a31cc58
1 changed files with 34 additions and 0 deletions

34
html/user/debug.php Normal file
View File

@ -0,0 +1,34 @@
<?php
require_once("../inc/db.inc");
require_once("../inc/util.inc");
init_session();
page_head("Download debugging files");
echo "
<h2>Download debugging files</h2>
<p>
<b>Windows users</b>:
<p>
If the SETI@home application crashes,
it is very helpful if you mail us the stack trace
(which shows exactly where the crash occurred).
To do this, you will need to have the symbol file
on your computer.
Click here to download the symbol file for
the 2.22 version of SETI@home:
<p>
<a href=http://setiboinc.ssl.berkeley.edu/ap/download/setiathome_2.22_windows_intelx86.pdb>setiathome_2.22_windows_intelx86.pdb</a>
<p>
Place this file in the same directory as the executable
(usually <code>C:/Program Files/BOINC/projects/http_setiboinc.berkeley.edu_ap</code>).
<p>
Windows 2000 users: Uncompressing the DLL file in
<a href=http://setiboinc.ssl.berkeley.edu/ap/download/dbghelp.zip>dbghelp.zip</a>
to the
<b>BOINC\projects\setiboinc.ssl.berkeley.edu_ap</b> directory gets around the
<b>SymGetLineFromAddr(): GetLastError = 126</b> error.
";
page_tail();
?>