You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect blender to not crash, it crashes instead.
When I enable the addon blender crashes.
Therefore, in an attempt to discover the faulting component, I ran blender in gdb and as a result the addon works: i suspect the plugin loading code has an unidentified race condition.
Issue
The problem is blender crashes and it manifests when I enabled the plugin or simply start blender(while not running in gdb).
The issue is always reproducible when running outside gdb and never reproducible when running in gdb.
Every issue should include 3 things:
When I enable the addon blender crashes.
Therefore, in an attempt to discover the faulting component, I ran blender in gdb and as a result the addon works: i suspect the plugin loading code has an unidentified race condition.
Issue
The problem is blender crashes and it manifests when I enabled the plugin or simply start blender(while not running in gdb).
The issue is always reproducible when running outside gdb and never reproducible when running in gdb.
Steps to Reproduce
Install addon from zip file and enable it.
System Setup (Environment)
Archlinux: linux 6.12.7-zen1
Intel i7-12700h
AMD rx6900xt
nvidia rtx 3050ti (unused)
blender -v:
The text was updated successfully, but these errors were encountered: