blender/source/creator
Ray Molenkamp 5f2be40658 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:\BlenderGit\build_windows_Full_noge_x64_vc15_Release\bin\Release\blender.exe (module of the exception, new)
2017-11-07 07:57:59 -07:00
..
blender.map Fix T46799: Blender crashes when enumerating POCL devices 2015-11-27 14:48:26 +05:00
buildinfo.c Further tweaks to buildinfo 2013-11-15 18:05:27 +06:00
CMakeLists.txt macOS: remove old OpenMP lib stuff from cmake 2017-11-06 23:54:35 +02:00
creator_args.c Correct last commit, use WM_exit 2017-10-20 00:19:58 +11:00
creator_intern.h Cleanup split creator.c 2016-02-28 05:23:48 +11:00
creator_signals.c Windows: Add additional crash diagnostic information. 2017-11-07 07:57:59 -07:00
creator.c Fix over creation of cache files handles (leading to memory leaks). 2016-08-26 14:28:50 +02:00
osx_locals.map OSX: make some more symbols global only, this may prevent clashes on older systems and is good for loading times anyway. 2014-09-19 15:00:15 +02:00