From a65a31cc585d6becdddff734906f004a9e1fd316 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 3 Feb 2004 06:40:47 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2941 --- html/user/debug.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 html/user/debug.php diff --git a/html/user/debug.php b/html/user/debug.php new file mode 100644 index 0000000000..7254890e28 --- /dev/null +++ b/html/user/debug.php @@ -0,0 +1,34 @@ +Download debugging files +

+ Windows users: +

+ 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: +

+ setiathome_2.22_windows_intelx86.pdb +

+ Place this file in the same directory as the executable + (usually C:/Program Files/BOINC/projects/http_setiboinc.berkeley.edu_ap). +

+ Windows 2000 users: Uncompressing the DLL file in + dbghelp.zip + to the + BOINC\projects\setiboinc.ssl.berkeley.edu_ap directory gets around the + SymGetLineFromAddr(): GetLastError = 126 error. + "; + page_tail(); +?>