7ce080cf72c7d7348c306d9b307642b06692693a
The `_EXCEPTION_POINTERS` structure is valid only within the context of the `UnhandledExceptionFilter` function. After the function exits, the memory referenced by the pointer might no longer be valid or the exception information. The solution for this was to create `BLI_system_backtrace_with_os_info` and passing a system-specific data as the second argument. `BLI_system_backtrace` calls `BLI_system_backtrace_with_os_info` with a null second argument internally. Pull Request: https://projects.blender.org/blender/blender/pulls/129999
…
…
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
