Jani Kahrama Frand
  • Joined on 2019-08-06
Jani Kahrama commented on issue blender/blender#104778 2023-02-21 08:43:28 +01:00
Crash with modeling operations when a modal operator is active while Blender displays an info bubble

I've made that modification and initial tests show no more crashes.

It may be of academic interest why hardware would make a difference with the crashes, but filtering events certainly helps…

Jani Kahrama commented on issue blender/blender#104778 2023-02-20 15:06:38 +01:00
Crash with modeling operations when a modal operator is active while Blender displays an info bubble

I am the author of the addon, and the example attached to this bug report is just a simplified version to demonstrate the crash. The actual addon (https://github.com/FrandSX/sxtools2-blender) is a…

Jani Kahrama commented on issue blender/blender#104778 2023-02-20 11:16:42 +01:00
Crash with modeling operations when a modal operator is active while Blender displays an info bubble

Yes, sxtools2 does influence the behavior. My uneducated guess is that the crash is due to parallel calls to bpy.ops by the modal and the user, and somehow this is more prone to crashing on the…

Jani Kahrama commented on issue blender/blender#104778 2023-02-18 11:52:40 +01:00
Crash with modeling operations when a modal operator is active while Blender displays an info bubble

Crashes every time on 5950X (16-core CPU) and Windows 10 Pro. Attached debug cmd outputs, and crash log from a separate debug session.

Jani Kahrama commented on issue blender/blender#104778 2023-02-17 10:03:41 +01:00
Crash with modeling operations when a modal operator is active while Blender displays an info bubble

We tested with two systems that have Ryzen 5950X CPUs, and they both consistently crash. A fresh test on a Ryzen 6900HS does not crash. This may be hardware/OS -related, will investigate and add…

Jani Kahrama opened issue blender/blender#104778 2023-02-15 13:25:54 +01:00
Crash with modeling operations when a modal operator is active while Blender displays an info bubble