Blender Git Loki
Git Commits -> Revision 76e56e2
Revision 76e56e2 by Ray molenkamp (master) May 10, 2020, 00:12 (GMT) |
Windows: Ignore context record for backtrace is address is 0. T76602 reported a crash with the exception address being 0, this stack naturally could not be walked and no backtrace was reported for the main thread. Which would have been helpful. This change modifies the behaviour of the crash handler to ignore the context record if it contains no useful information and walk the current stack to get some information about what lead to the crash. |
Commit Details:
Full Hash: 76e56e2ba70f4535da70b3e55d4b18ac3cd19820
Parent Commit: f2178b7
Lines Changed: +3, -1
1 Modified Path:
/source/blender/blenlib/intern/system_win32.c (+3, -1) (Diff)