Blender Git Commit Log

Git Commits -> Revision 5f2be40

Revision 5f2be40 by Ray molenkamp (master)
November 7, 2017, 14:57 (GMT)
Windows: Add additional crash diagnostic information.

To help diagnose issues like T53259, it is useful to know the module causing the issue (is it us, or some opengl icd, or python module?) and while we cannot do stackdumps on release builds on windows, it is possible to display the faulting module. This commit changes the exception handler to output the following information:

Error : EXCEPTION_ACCESS_VIOLATION (Type of exception , this we had before)
Address : 0x0000000140193726 (Address of the exception, new)
Module : k:BlenderGitbuild_windows_Full_noge_x64_vc15_ReleasebinReleaseblender.exe (module of the exception, new)

Commit Details:

Full Hash: 5f2be40658a29b44f66db6369409ac4460d2ea9e
Parent Commit: 1a1fb5a
Lines Changed: +34, -21

1 Modified Path:

/source/creator/creator_signals.c (+34, -21) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021