mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3003
This commit is contained in:
parent
0d6120d785
commit
0e393ca5ce
|
@ -1909,14 +1909,6 @@ DWORD StackwalkFilter( EXCEPTION_POINTERS *ep, DWORD status, LPCTSTR pszLogFile)
|
|||
_ftprintf(fFile, _T("code_desc=\"%s\" more_desc=\"%s\">\n"), GetExpectionCodeText(ep->ExceptionRecord->ExceptionCode),
|
||||
GetAdditionalExpectionCodeText(ep->ExceptionRecord));
|
||||
}
|
||||
else
|
||||
{
|
||||
_ftprintf(fFile, _T("######## EXCEPTION: 0x%8.8X at address: 0x%8.8X"),
|
||||
ep->ExceptionRecord->ExceptionCode,
|
||||
ep->ExceptionRecord->ExceptionAddress);
|
||||
_ftprintf(fFile, _T(": %s %s\n"), GetExpectionCodeText(ep->ExceptionRecord->ExceptionCode),
|
||||
GetAdditionalExpectionCodeText(ep->ExceptionRecord));
|
||||
}
|
||||
|
||||
DuplicateHandle( GetCurrentProcess(), GetCurrentThread(),
|
||||
GetCurrentProcess(), &hThread, 0, false, DUPLICATE_SAME_ACCESS );
|
||||
|
|
|
@ -10113,3 +10113,9 @@ David Feb 19 2004
|
|||
|
||||
Jeff Feb 19 2004
|
||||
- CVS tagged as seti_boinc_app_release_2_25.
|
||||
|
||||
Rom Feb 23 2004
|
||||
- Removed stackwalkers exception description so duplicate information is not logged.
|
||||
|
||||
api/win/
|
||||
stackwalker.cpp
|
||||
|
|
Loading…
Reference in New Issue