MacOS desktop freeze and crash on 3.1 beta up to 3.2.2 when moving mesh in Cycles Rendered view (Cycles CPU mode) #96133

Closed
opened 2022-03-02 19:04:12 +01:00 by Bruno · 63 comments

System Information
Operating system: macOS-10.13.6-x86_64-i386-64bit 64 Bits
Graphics card: NVIDIA GeForce GT 750M OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-10.33.0 387.10.10.10.40.140

Blender Version
Broken: starting with version: 3.1.0 Alpha, branch: master, commit date: 2022-01-07 23:28, hash: 741ed5fcd2 up to 3.1 beta and 3.2 alpha
Worked: version: 3.1.0 Alpha, branch: master, commit date: 2022-01-06 23:21, hash: e6ca0b33e9

Short description of error
Moving/rotating a mesh in edit mode while in rendered view makes macos hangs entirely after a few seconds, stays frozen on Blender for about 1mn then reboots/resets logged in session (it seems like this is not a complete reboot but rather a desktop session restart)

Exact steps for others to reproduce the error
open blender, use Cycles engine, select default cube, turn on Rendered viewport, Edit Mode, select all vertices, subdivide a few times (the more vertices the quicker it crashes), rotate or move cube with mouse without stopping.

IMG_28723.mov

startup file :
untitled.blend

INFO UPDATE 8/2022

I was able to update from Macos 10.13.6 to Macos 10.15.7 Catalina (and the default Macos drivers for the GT750M) and the issue evolved a bit: Blender 3.2.2 still crashes but now Blender simply quits with an "Abort trap 6" and it does not freeze and crash the entire Desktop manager anymore.

Same crashlog though, showing a the culprit somewhere in or downstream of com.apple.GeForceGLDriver - gldModifyTexSubImage

Untitled.mov

System Information
Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits
Graphics card: NVIDIA GeForce GT 750M OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-14.0.32 355.11.11.10.10.143

Blender Version
Broken: version: 3.2.2, branch: master, commit date: 2022-08-02 18:15, hash: bcfdb14560
Worked: (newest version of Blender that worked as expected)

Crash log:

Thread 27 Crashed:
0   libsystem_kernel.dylib        	0x00007fff685e933a __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff686a5e60 pthread_kill + 430
2   libsystem_c.dylib             	0x00007fff685708a2 __abort + 139
3   libsystem_c.dylib             	0x00007fff68570817 abort + 135
4   libGPUSupportMercury.dylib    	0x00007fff4f89b0a5 gpusGenerateCrashLog.cold.1 + 95
5   libGPUSupportMercury.dylib    	0x00007fff4f89218f gpusGenerateCrashLog + 89
6   com.apple.GeForceGLDriver     	0x00007fff28dd3c4f 0x7fff28ad2000 + 3152975
7   libGPUSupportMercury.dylib    	0x00007fff4f89355b gpusSubmitDataBuffers + 164
8   com.apple.GeForceGLDriver     	0x00007fff28dcf11c 0x7fff28ad2000 + 3133724
9   com.apple.GeForceGLDriver     	0x00007fff28de8dbe 0x7fff28ad2000 + 3239358
10  com.apple.GeForceGLDriver     	0x00007fff28ce81be 0x7fff28ad2000 + 2187710
11  com.apple.GeForceGLDriver     	0x00007fff28df0199 0x7fff28ad2000 + 3269017
12  com.apple.GeForceGLDriver     	0x00007fff28dd24cb gldModifyTexSubImage + 333
13  GLEngine                      	0x00007fff38f7f248 glTexSubImage2D_Exec + 1388
14  libGL.dylib                   	0x00007fff3830b2ae glTexSubImage2D + 55
15  org.blenderfoundation.blender 	0x000000010cd005c8 ccl::BlenderDisplayDriver::update_end() + 104
16  org.blenderfoundation.blender 	0x000000010d85c0fc ccl::PathTraceDisplay::update_end() + 28
17  org.blenderfoundation.blender 	0x000000010d850665 ccl::PathTrace::update_display(ccl::RenderWork const&) + 885
18  org.blenderfoundation.blender 	0x000000010d84ea93 ccl::PathTrace::render_pipeline(ccl::RenderWork) + 243
19  org.blenderfoundation.blender 	0x000000010d84e965 ccl::PathTrace::render(ccl::RenderWork const&) + 117
20  org.blenderfoundation.blender 	0x000000010d7caaef ccl::Session::run_main_render_loop() + 831
21  org.blenderfoundation.blender 	0x000000010d7cb693 ccl::Session::thread_render() + 259
22  org.blenderfoundation.blender 	0x000000010d7c9468 ccl::Session::thread_run() + 168
23  org.blenderfoundation.blender 	0x0000000112416223 ccl::thread::run(void*) + 19
24  libsystem_pthread.dylib       	0x00007fff686a6109 _pthread_start + 148
25  libsystem_pthread.dylib       	0x00007fff686a1b8b thread_start + 15

**System Information** Operating system: macOS-10.13.6-x86_64-i386-64bit 64 Bits Graphics card: NVIDIA GeForce GT 750M OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-10.33.0 387.10.10.10.40.140 **Blender Version** Broken: starting with version: 3.1.0 Alpha, branch: master, commit date: 2022-01-07 23:28, hash: `741ed5fcd2` up to 3.1 beta and 3.2 alpha Worked: version: 3.1.0 Alpha, branch: master, commit date: 2022-01-06 23:21, hash: `e6ca0b33e9` **Short description of error** Moving/rotating a mesh in edit mode while in rendered view makes macos hangs entirely after a few seconds, stays frozen on Blender for about 1mn then reboots/resets logged in session (it seems like this is not a complete reboot but rather a desktop session restart) **Exact steps for others to reproduce the error** open blender, use Cycles engine, select default cube, turn on Rendered viewport, Edit Mode, select all vertices, subdivide a few times (the more vertices the quicker it crashes), rotate or move cube with mouse without stopping. [IMG_28723.mov](https://archive.blender.org/developer/F12894632/IMG_28723.mov) startup file : [untitled.blend](https://archive.blender.org/developer/F12894624/untitled.blend) **INFO UPDATE 8/2022** I was able to update from Macos 10.13.6 to Macos 10.15.7 Catalina (and the default Macos drivers for the GT750M) and the issue evolved a bit: Blender 3.2.2 still crashes but now Blender simply quits with an "Abort trap 6" and it does not freeze and crash the entire Desktop manager anymore. Same crashlog though, showing a the culprit somewhere in or downstream of `com.apple.GeForceGLDriver - gldModifyTexSubImage` [Untitled.mov](https://archive.blender.org/developer/F13384424/Untitled.mov) **System Information** Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits Graphics card: NVIDIA GeForce GT 750M OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-14.0.32 355.11.11.10.10.143 **Blender Version** Broken: version: 3.2.2, branch: master, commit date: 2022-08-02 18:15, hash: `bcfdb14560` Worked: (newest version of Blender that worked as expected) Crash log: ``` Thread 27 Crashed: 0 libsystem_kernel.dylib 0x00007fff685e933a __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff686a5e60 pthread_kill + 430 2 libsystem_c.dylib 0x00007fff685708a2 __abort + 139 3 libsystem_c.dylib 0x00007fff68570817 abort + 135 4 libGPUSupportMercury.dylib 0x00007fff4f89b0a5 gpusGenerateCrashLog.cold.1 + 95 5 libGPUSupportMercury.dylib 0x00007fff4f89218f gpusGenerateCrashLog + 89 6 com.apple.GeForceGLDriver 0x00007fff28dd3c4f 0x7fff28ad2000 + 3152975 7 libGPUSupportMercury.dylib 0x00007fff4f89355b gpusSubmitDataBuffers + 164 8 com.apple.GeForceGLDriver 0x00007fff28dcf11c 0x7fff28ad2000 + 3133724 9 com.apple.GeForceGLDriver 0x00007fff28de8dbe 0x7fff28ad2000 + 3239358 10 com.apple.GeForceGLDriver 0x00007fff28ce81be 0x7fff28ad2000 + 2187710 11 com.apple.GeForceGLDriver 0x00007fff28df0199 0x7fff28ad2000 + 3269017 12 com.apple.GeForceGLDriver 0x00007fff28dd24cb gldModifyTexSubImage + 333 13 GLEngine 0x00007fff38f7f248 glTexSubImage2D_Exec + 1388 14 libGL.dylib 0x00007fff3830b2ae glTexSubImage2D + 55 15 org.blenderfoundation.blender 0x000000010cd005c8 ccl::BlenderDisplayDriver::update_end() + 104 16 org.blenderfoundation.blender 0x000000010d85c0fc ccl::PathTraceDisplay::update_end() + 28 17 org.blenderfoundation.blender 0x000000010d850665 ccl::PathTrace::update_display(ccl::RenderWork const&) + 885 18 org.blenderfoundation.blender 0x000000010d84ea93 ccl::PathTrace::render_pipeline(ccl::RenderWork) + 243 19 org.blenderfoundation.blender 0x000000010d84e965 ccl::PathTrace::render(ccl::RenderWork const&) + 117 20 org.blenderfoundation.blender 0x000000010d7caaef ccl::Session::run_main_render_loop() + 831 21 org.blenderfoundation.blender 0x000000010d7cb693 ccl::Session::thread_render() + 259 22 org.blenderfoundation.blender 0x000000010d7c9468 ccl::Session::thread_run() + 168 23 org.blenderfoundation.blender 0x0000000112416223 ccl::thread::run(void*) + 19 24 libsystem_pthread.dylib 0x00007fff686a6109 _pthread_start + 148 25 libsystem_pthread.dylib 0x00007fff686a1b8b thread_start + 15 ```
Author

Added subscriber: @BlenderBruno

Added subscriber: @BlenderBruno

#97038 was marked as duplicate of this issue

#97038 was marked as duplicate of this issue

#97964 was marked as duplicate of this issue

#97964 was marked as duplicate of this issue

#98471 was marked as duplicate of this issue

#98471 was marked as duplicate of this issue

#97496 was marked as duplicate of this issue

#97496 was marked as duplicate of this issue
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

Hi, thanks for the report.
Upgrading graphics driver sometime helps to resolve issues like this: https://docs.blender.org/manual/en/latest/troubleshooting/gpu/apple/nvidia.html
Though I'm not very sure since you claim 3.0.1 is working version.

Hi, thanks for the report. Upgrading graphics driver sometime helps to resolve issues like this: https://docs.blender.org/manual/en/latest/troubleshooting/gpu/apple/nvidia.html Though I'm not very sure since you claim 3.0.1 is working version.
Author

Thanks Pratik.

The issue remains both with the default MacOS drivers as well as with the NVidia Driver manager/switch tool with the up to date drivers.
Screen Shot 2022-03-03 at 11.40.59 AM.png

Also, I am able to reproduce without going to Edit Mode, simply rotating the object in Object mode/Rendered view Cycles.

Thanks Pratik. The issue remains both with the default MacOS drivers as well as with the NVidia Driver manager/switch tool with the up to date drivers. ![Screen Shot 2022-03-03 at 11.40.59 AM.png](https://archive.blender.org/developer/F12895423/Screen_Shot_2022-03-03_at_11.40.59_AM.png) Also, I am able to reproduce without going to Edit Mode, simply rotating the object in Object mode/Rendered view Cycles.
Member

Hi, thanks for the information.

Do you have crash in Blender or your OS reboots?
Doesn't crash here on windows (tested on 3.1.0)

Operating system : Windows-10-10.0.18362-SP0 64 Bits
Graphics card : AMD Radeon(TM) 535 ATI Technologies .```
Hi, thanks for the information. Do you have crash in Blender or your OS reboots? Doesn't crash here on windows (tested on 3.1.0) ```System Information Operating system : Windows-10-10.0.18362-SP0 64 Bits Graphics card : AMD Radeon(TM) 535 ATI Technologies .```
Author

OS Crash: first the screen freezes entirely (no mouse cursor) for about 1mn then the blender viewport updates for a split second before the OS crashes (it seems it only kills the current user session and returns to OS login screen a without a complete reboot)

OS Crash: first the screen freezes entirely (no mouse cursor) for about 1mn then the blender viewport updates for a split second before the OS crashes (it seems it only kills the current user session and returns to OS login screen a without a complete reboot)
Member

Added subscriber: @mano-wii

Added subscriber: @mano-wii
Member

Thanks for the info.

Not very sure how things work on Mac. @mano-wii , can you take a look?

Thanks for the info. Not very sure how things work on Mac. @mano-wii , can you take a look?
Member

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

We had a recent fix that seems to be related: 629f22f161

@BlenderBruno, I suggest try the latest daily build (since the reported version is from before the fix):
https://builder.blender.org/download/

We had a recent fix that seems to be related: 629f22f161 @BlenderBruno, I suggest try the latest daily build (since the reported version is from before the fix): https://builder.blender.org/download/
Author

Thanks Germano but the issue exists also without entering Edit Mode by simply enabling Rendered view in Object mode and moving/rotating an object quickly. Let me rephrase the title....

Thanks Germano but the issue exists also without entering Edit Mode by simply enabling Rendered view in Object mode and moving/rotating an object quickly. Let me rephrase the title....
Bruno changed title from Operating System crash on 3.1 beta and 3.2 alpha when moving mesh in Edit mode and Rendered view (Cycles) to Operating System crash on 3.1 beta and 3.2 alpha when moving mesh in Rendered view (Cycles) 2022-03-03 15:02:58 +01:00

Added subscriber: @Sergey

Added subscriber: @Sergey

Does the issue happen when you render final image (F12) for an extended period of time?

Does the issue happen when you render final image (F12) for an extended period of time?
Author

No issue with F12/ final render.

No issue with F12/ final render.
Author

Despite a bad internet connection at the moment I can help trying to pinpoint which version introduced the issue.

At the moment the latest version WITHOUT the issue is 3.1.0 Alpha, branch: master, commit date: 2021-12-03 22:24, hash: d5920744f4

I will report when I've found the culprit.

Despite a bad internet connection at the moment I can help trying to pinpoint which version introduced the issue. At the moment the latest version WITHOUT the issue is 3.1.0 Alpha, branch: master, commit date: 2021-12-03 22:24, hash: `d5920744f4` I will report when I've found the culprit.
Author

The problem appears starting with this version:

Blender 3.1.0 - Alpha January 08, 02:16:06 - 741ed5fcd2e2 - dmg - Intel

I have tested quite a few previous 3.1.0 alpha releases anterior to that one and none had the issue.

The problem appears starting with this version: ``` Blender 3.1.0 - Alpha January 08, 02:16:06 - 741ed5fcd2e2 - dmg - Intel ``` I have tested quite a few previous 3.1.0 alpha releases anterior to that one and none had the issue.

Thanks for the tests.
I assume you also tested the build just before, right?
January 07, 02:06:14 - e6ca0b33e920 - zip - 237.98MB

In this case we can assume that the bug was introduced between e6ca0b33e9 and 741ed5fcd2

Thanks for the tests. I assume you also tested the build just before, right? `January 07, 02:06:14 - e6ca0b33e920 - zip - 237.98MB` In this case we can assume that the bug was introduced between e6ca0b33e920 and 741ed5fcd2e2
Author

You're welcome. You are correct, I have tested e6ca0b33e9 which does not show the issue (description already edited)

You're welcome. You are correct, I have tested e6ca0b33e920 which does not show the issue (description already edited)
Author

FYI, this is in Cycles CPU mode only.

FYI, this is in Cycles CPU mode only.
Bruno changed title from Operating System crash on 3.1 beta and 3.2 alpha when moving mesh in Rendered view (Cycles) to Operating System crash on 3.1 beta and 3.2 alpha when moving mesh in Rendered view (Cycles CPU mode) 2022-03-04 00:55:09 +01:00
Bruno changed title from Operating System crash on 3.1 beta and 3.2 alpha when moving mesh in Rendered view (Cycles CPU mode) to MacOS desktop freeze and crash on 3.1 beta and 3.2 alpha when moving mesh in Cycles Rendered view (Cycles CPU mode) 2022-03-04 12:30:32 +01:00
Author

It looks like https:*developer.blender.org/D13385 which was commited in https:*developer.blender.org/rBae28d90578be516bf81f3532846c29f9985f1085 (part of the 1/7/22 faulty build version 741ed5fcd2) has had some similar freezing desktop issues.

Just in case, stderr and stdout with --debug-all turned on: stderr.log stdout.log

Let me know what I can do to help debug this.

It looks like [[ https:*developer.blender.org/D13385 ]] which was commited in [[ https:*developer.blender.org/rBae28d90578be516bf81f3532846c29f9985f1085 ]] (part of the 1/7/22 faulty build version 741ed5fcd2) has had some similar freezing desktop issues. Just in case, stderr and stdout with --debug-all turned on: [stderr.log](https://archive.blender.org/developer/F12896979/stderr.log) [stdout.log](https://archive.blender.org/developer/F12896980/stdout.log) Let me know what I can do to help debug this.

Since no one can reproduce the problem, it is quite possible that this is a driver issue.
In this case it is not so simple to identify the cause.
It would be necessary to first be sure which commit introduced the problem and perhaps, through divide and conquer, identify which part of the code results in this problem.

Please double-check if the drivers are up to date: https://www.blender.org/download/requirements
To upgrade to the latest driver, see here for more information: https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html

Since no one can reproduce the problem, it is quite possible that this is a driver issue. In this case it is not so simple to identify the cause. It would be necessary to first be sure which commit introduced the problem and perhaps, through divide and conquer, identify which part of the code results in this problem. Please double-check if the drivers are up to date: https://www.blender.org/download/requirements To upgrade to the latest driver, see here for more information: https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html
Author

Thanks Germano, Pratik has already pointed at a driver issue which I have already updated to the latest (see previous posts).

There are 23 commits to test (basically all January 7, 2022)... piece of cake!

I will give a try to build Blender myself and help in the troubleshooting but my 2014 macbook is suffering enough just running it.

I have access to cloud VMs but linux only. It doesn't look like it is possible to build MacOS version of Blender from linux, is it?

Do you know of any other ways or online service to get custom builds?

Thanks Germano, Pratik has already pointed at a driver issue which I have already updated to the latest (see previous posts). There are 23 commits to test (basically all January 7, 2022)... piece of cake! I will give a try to build Blender myself and help in the troubleshooting but my 2014 macbook is suffering enough just running it. I have access to cloud VMs but linux only. It doesn't look like it is possible to build MacOS version of Blender from linux, is it? Do you know of any other ways or online service to get custom builds?
Author

Some update on troubleshooting:

  1. when Render Properties/Performance/Viewport/Pixel Size is set to 8, the issue is much less likely to happen. Any other value allows the crash to happen quickly.

  2. I was able to obtain one blender crash log with 3.2 alpha. Here is the crashed thread stack trace (see attachment for full log).
    FYI, ccl::PathTrace, PathTraceDisplay and BlenderDisplayDriver is part of the changes made in https://developer.blender.org/D13385 which itself is one of the 23 commits of the crashing build.

Thread 32 Crashed:
0   libsystem_kernel.dylib          0x00007fff50db3b66 __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff50f7e080 pthread_kill + 333
2   libsystem_c.dylib               0x00007fff50d0f24d __abort + 144
3   libsystem_c.dylib               0x00007fff50d0f1bd abort + 142
4   libGPUSupportMercury.dylib      0x00007fff416730f1 gpusGenerateCrashLog + 168
5   com.nvidia.web.GeForceGLDriverWeb   0x000000012cb0f7ff 0x12c79b000 + 3622911
6   libGPUSupportMercury.dylib      0x00007fff416744d6 gpusSubmitDataBuffers + 184
7   com.nvidia.web.GeForceGLDriverWeb   0x000000012cb0acc0 0x12c79b000 + 3603648
8   com.nvidia.web.GeForceGLDriverWeb   0x000000012cb0a9ab 0x12c79b000 + 3602859
9   org.blenderfoundation.blender   0x000000010dacbdde ccl::BlenderDisplayDriver::update_end() + 158
10  org.blenderfoundation.blender   0x000000010e3e57dc ccl::PathTraceDisplay::update_end() + 28
11  org.blenderfoundation.blender   0x000000010e3d6cd5 ccl::PathTrace::update_display(ccl::RenderWork const&) + 885
12  org.blenderfoundation.blender   0x000000010e3d519e ccl::PathTrace::render_pipeline(ccl::RenderWork) + 222
13  org.blenderfoundation.blender   0x000000010e3d9fb5 ccl::PathTrace::render(ccl::RenderWork const&) + 117
14  org.blenderfoundation.blender   0x000000010e36965f ccl::Session::run_main_render_loop() + 815
15  org.blenderfoundation.blender   0x000000010e36a603 ccl::Session::thread_render() + 259
16  org.blenderfoundation.blender   0x000000010e36a458 ccl::Session::thread_run() + 168
17  org.blenderfoundation.blender   0x0000000112da24b3 ccl::thread::run(void*) + 19
18  libsystem_pthread.dylib         0x00007fff50f7b661 _pthread_body + 340
19  libsystem_pthread.dylib         0x00007fff50f7b50d _pthread_start + 377
20  libsystem_pthread.dylib         0x00007fff50f7abf9 thread_start + 13

Here is the full crash log: Blender_2022-03-04-224848_Santa-Manza.crash

Some update on troubleshooting: 1) when Render Properties/Performance/Viewport/Pixel Size is set to 8, the issue is much less likely to happen. Any other value allows the crash to happen quickly. 2) I was able to obtain one blender crash log with 3.2 alpha. Here is the crashed thread stack trace (see attachment for full log). FYI, ccl::PathTrace, PathTraceDisplay and BlenderDisplayDriver is part of the changes made in https://developer.blender.org/D13385 which itself is one of the 23 commits of the crashing build. ``` Thread 32 Crashed: 0 libsystem_kernel.dylib 0x00007fff50db3b66 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff50f7e080 pthread_kill + 333 2 libsystem_c.dylib 0x00007fff50d0f24d __abort + 144 3 libsystem_c.dylib 0x00007fff50d0f1bd abort + 142 4 libGPUSupportMercury.dylib 0x00007fff416730f1 gpusGenerateCrashLog + 168 5 com.nvidia.web.GeForceGLDriverWeb 0x000000012cb0f7ff 0x12c79b000 + 3622911 6 libGPUSupportMercury.dylib 0x00007fff416744d6 gpusSubmitDataBuffers + 184 7 com.nvidia.web.GeForceGLDriverWeb 0x000000012cb0acc0 0x12c79b000 + 3603648 8 com.nvidia.web.GeForceGLDriverWeb 0x000000012cb0a9ab 0x12c79b000 + 3602859 9 org.blenderfoundation.blender 0x000000010dacbdde ccl::BlenderDisplayDriver::update_end() + 158 10 org.blenderfoundation.blender 0x000000010e3e57dc ccl::PathTraceDisplay::update_end() + 28 11 org.blenderfoundation.blender 0x000000010e3d6cd5 ccl::PathTrace::update_display(ccl::RenderWork const&) + 885 12 org.blenderfoundation.blender 0x000000010e3d519e ccl::PathTrace::render_pipeline(ccl::RenderWork) + 222 13 org.blenderfoundation.blender 0x000000010e3d9fb5 ccl::PathTrace::render(ccl::RenderWork const&) + 117 14 org.blenderfoundation.blender 0x000000010e36965f ccl::Session::run_main_render_loop() + 815 15 org.blenderfoundation.blender 0x000000010e36a603 ccl::Session::thread_render() + 259 16 org.blenderfoundation.blender 0x000000010e36a458 ccl::Session::thread_run() + 168 17 org.blenderfoundation.blender 0x0000000112da24b3 ccl::thread::run(void*) + 19 18 libsystem_pthread.dylib 0x00007fff50f7b661 _pthread_body + 340 19 libsystem_pthread.dylib 0x00007fff50f7b50d _pthread_start + 377 20 libsystem_pthread.dylib 0x00007fff50f7abf9 thread_start + 13 ``` Here is the full crash log: [Blender_2022-03-04-224848_Santa-Manza.crash](https://archive.blender.org/developer/F12897772/Blender_2022-03-04-224848_Santa-Manza.crash)

Added subscriber: @dodo-2

Added subscriber: @dodo-2

Verified, on mac vers 3.1 and Intel architecture. I can reproduce the same error...

Verified, on mac vers 3.1 and Intel architecture. I can reproduce the same error...

Added subscriber: @DannyBCreative

Added subscriber: @DannyBCreative

I can not reproduce this bug in 3.1 Beta on the M1-Max. Maybe an nVidia/driver issue?

I can not reproduce this bug in 3.1 Beta on the M1-Max. Maybe an nVidia/driver issue?
Member

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'

Added subscribers: @onokas, @iss

Added subscribers: @onokas, @iss
Author

Just tested on same Macbook Pro with Blender 3.1.2 on Windows 10 and NVidia driver version 425.31. I could not reproduce the issue.

Just tested on same Macbook Pro with Blender 3.1.2 on Windows 10 and NVidia driver version 425.31. I could not reproduce the issue.

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

In #96133#1352727, @BlenderBruno wrote:
Just tested on same Macbook Pro with Blender 3.1.2 on Windows 10 and NVidia driver version 425.31. I could not reproduce the issue.

Good news!

@dodo-2, can you check if you can still reproduce the problem?
Make sure to try with the [latest daily build ]] and to [ https:*docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html | check if the drivers are up to date .

> In #96133#1352727, @BlenderBruno wrote: > Just tested on same Macbook Pro with Blender 3.1.2 on Windows 10 and NVidia driver version 425.31. I could not reproduce the issue. Good news! @dodo-2, can you check if you can still reproduce the problem? Make sure to try with the [latest daily build ]] and to [[ https:*docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html | check if the drivers are up to date ](https:*builder.blender.org/download/).
Author

Added subscriber: @germanobanano

Added subscriber: @germanobanano
Author

@germanobanano , my test from earlier today was using the same macbook pro but running Windows 10 rather than macos.
I just tested the latest builds 3.1.2 and 3.2 beta and the problem is still present under macos 10.13.6 with the latest NVidia drivers for macos v387.10.10.10.40.140

@germanobanano , my test from earlier today was using the same macbook pro but running Windows 10 rather than macos. I just tested the latest builds 3.1.2 and 3.2 beta and the problem is still present under macos 10.13.6 with the latest NVidia drivers for macos v387.10.10.10.40.140

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'

Removed subscriber: @germanobanano

Removed subscriber: @germanobanano
Contributor

Added subscriber: @dupoxy

Added subscriber: @dupoxy
Contributor

I can reproduce this crash.
System Information
Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits
Graphics card: NVIDIA GeForce GTX 680MX OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-14.0.32 355.11.11.10.10.143

I can reproduce this crash. **System Information** Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits Graphics card: NVIDIA GeForce GTX 680MX OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-14.0.32 355.11.11.10.10.143
Member

Added subscribers: @sibawal, @OmarEmaraDev

Added subscribers: @sibawal, @OmarEmaraDev

today i update my mac os to 10.15.7 and try use blender 3.2

it seem more stable right now at my imac, i havent got any crash problem so far in viewport rendering

today i update my mac os to 10.15.7 and try use blender 3.2 it seem more stable right now at my imac, i havent got any crash problem so far in viewport rendering
Author

The problem is still there with Blender Version 3.2.0 (3.2.0 2022-06-08) on Macos 10.13.6.

The problem is still there with Blender Version 3.2.0 (3.2.0 2022-06-08) on Macos 10.13.6.

Added subscriber: @PanagiotisPagonis

Added subscriber: @PanagiotisPagonis

I can also confirm the problem exists since Blender 3.1 and also on 3.2. I had made a report some months ago too with not much luck.

I am on an intel iMac 2020 - Monterey 12.5 (latest update) with an AMD Radeon Pro 5700 XT 16 GB

I can also confirm the problem exists since Blender 3.1 and also on 3.2. I had made a report some months ago too with not much luck. I am on an intel iMac 2020 - Monterey 12.5 (latest update) with an AMD Radeon Pro 5700 XT 16 GB
Bruno changed title from MacOS desktop freeze and crash on 3.1 beta and 3.2 alpha when moving mesh in Cycles Rendered view (Cycles CPU mode) to MacOS desktop freeze and crash on 3.1 beta up to 3.2.2 when moving mesh in Cycles Rendered view (Cycles CPU mode) 2022-08-14 23:55:40 +02:00
Author

See my update 8/2022 in the description.

See my update 8/2022 in the description.
Author

Added subscriber: @brecht

Added subscriber: @brecht
Author

Now able to compile, I narrowed down the first bad commit using git bisect:

  • ae28d90578 - Fix #93350: Cycles renders shows black during rendering huge resolutions

Could @Sergey / @brecht take a look? Any way I can provide further help?

Now able to compile, I narrowed down the first bad commit using `git bisect`: * ae28d90578be516bf81f3532846c29f9985f1085 - Fix #93350: Cycles renders shows black during rendering huge resolutions Could @Sergey / @brecht take a look? Any way I can provide further help?

This issue was referenced by 51b79e4775

This issue was referenced by 51b79e4775e1f661df9aac60b7d355b72aa8b748

Thanks for tracking down the commit, I think I found a workaround.

Note that I'm assuming this is NVIDIA specific. The bugs reported by @PanagiotisPagonis with an AMD card does not seem to be about Cycles viewport rendering.

Thanks for tracking down the commit, I think I found a workaround. Note that I'm assuming this is NVIDIA specific. The bugs reported by @PanagiotisPagonis with an AMD card does not seem to be about Cycles viewport rendering.

Added subscriber: @oloman

Added subscriber: @oloman

Changed status from 'Needs Triage' to: 'Resolved'

Changed status from 'Needs Triage' to: 'Resolved'
Brecht Van Lommel self-assigned this 2022-08-19 21:02:02 +02:00
Author

Thanks so much for tackling this Brecht, I’ll verify your fix on my system asap.

Thanks so much for tackling this Brecht, I’ll verify your fix on my system asap.
Author

Quick test of master shows a fixed issue for me (Yeah!). More thorough tests will come later.

Quick test of master shows a fixed issue for me (Yeah!). More thorough tests will come later.

Hello @brecht indeed the problem hasn't been resolved for me on the AMD unfortunately. Cycles keeps freezing and crashing the computer even with the 3.2.2 version.

Hello @brecht indeed the problem hasn't been resolved for me on the AMD unfortunately. Cycles keeps freezing and crashing the computer even with the 3.2.2 version.
Author

In #96133#1408817, @PanagiotisPagonis wrote:
Hello @brecht indeed the problem hasn't been resolved for me on the AMD unfortunately. Cycles keeps freezing and crashing the computer even with the 3.2.2 version.

Hi @PanagiotisPagonis , could you please get the macos Blender crash report from the console app and attach it here? That will help determine if it is the same issue. Also,I don't think the fix implemented by Brecht has been merged with 3.2 yet (probably because of some newer dependencies) however it seems to have been merged into 3.3 (you can download it here: https://builder.blender.org/download/daily/).

> In #96133#1408817, @PanagiotisPagonis wrote: > Hello @brecht indeed the problem hasn't been resolved for me on the AMD unfortunately. Cycles keeps freezing and crashing the computer even with the 3.2.2 version. Hi @PanagiotisPagonis , could you please get the macos Blender crash report from the console app and attach it here? That will help determine if it is the same issue. Also,I don't think the fix implemented by Brecht has been merged with 3.2 yet (probably because of some newer dependencies) however it seems to have been merged into 3.3 (you can download it here: https://builder.blender.org/download/daily/).

Hi @BlenderBruno I am still experiencing the crash even on 3.3

below is the report I get (it's from a general crash report of the mac )

I hope you can identify something,

Thanks in advance!

Report:

panic(cpu 10 caller 0xffffff801df7999f): userspace watchdog timeout: no successful checkins from WindowServer in 120 seconds
service: logd, total successful checkins since load (9060 seconds ago): 907, last successful checkin: 0 seconds ago
service: WindowServer, total successful checkins since load (9030 seconds ago): 891, last successful checkin: 120 seconds ago
service: remoted, total successful checkins since load (9060 seconds ago): 905, last successful checkin: 0 seconds ago
service: opendirectoryd, total successful checkins since load (9060 seconds ago): 907, last successful checkin: 0 seconds ago

Panicked task 0xffffff8c2778cce0: 3 threads: pid 109: watchdogd
Backtrace (CPU 10), panicked thread: 0xffffff90f15a6aa0, Frame : Return Address
0xfffffff7e867b690 : 0xffffff801aa7fd6d
0xfffffff7e867b6e0 : 0xffffff801abe1016
0xfffffff7e867b720 : 0xffffff801abd0383
0xfffffff7e867b770 : 0xffffff801aa1fa70
0xfffffff7e867b790 : 0xffffff801aa8013d
0xfffffff7e867b8b0 : 0xffffff801aa7f8f6
0xfffffff7e867b910 : 0xffffff801b314e53
0xfffffff7e867ba00 : 0xffffff801df7999f
0xfffffff7e867ba10 : 0xffffff801df795f2
0xfffffff7e867ba30 : 0xffffff801df78971
0xfffffff7e867bb60 : 0xffffff801b2835ec
0xfffffff7e867bcc0 : 0xffffff801ab86d16
0xfffffff7e867bdd0 : 0xffffff801aa5a98b
0xfffffff7e867be60 : 0xffffff801aa711d9
0xfffffff7e867bef0 : 0xffffff801abb2fea
0xfffffff7e867bfa0 : 0xffffff801aa20256

    Kernel Extensions in backtrace:
       com.apple.driver.watchdog(1.0)[8BE4EE7F-9150-3161-BE84-36874BF82DE2]@0xffffff801df77000->0xffffff801df79fff

Process name corresponding to current thread (0xffffff90f15a6aa0): watchdogd
Boot args: chunklist-security-epoch=0 -chunklist-no-rev2-dev chunklist-security-epoch=0 -chunklist-no-rev2-dev

Mac OS version:
21G72

Kernel version:
Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:25 PDT 2022; root:xnu-8020.140.41~1/RELEASE_X86_64
Kernel UUID: E3E2BC4D-7B6F-39CC-8890-73A6FB513830
KernelCache slide: 0x000000001a800000
KernelCache base: 0xffffff801aa00000
Kernel slide: 0x000000001a810000
Kernel text base: 0xffffff801aa10000
__HIB text base: 0xffffff801a900000
System model name: iMac20,2 (Mac-AF89B6D9451A490B)
System shutdown begun: NO
Hibernation exit count: 0

System uptime in nanoseconds: 9063593885524
Last Sleep: absolute base_tsc base_nano

Uptime  : 0x0000083e484b4296
Sleep   : 0x0000000000000000 0x0000000000000000 0x0000000000000000
Wake    : 0x0000000000000000 0x00000011ee1f6372 0x0000000000000000

Compressor Info: 0% of compressed pages limit (OK) and 0% of segments limit (OK) with 0 swapfiles and OK swap space
Zone info:

Zone map: 0xffffff80e9d82000 - 0xffffffa0e9d82000
. PGZ   : 0xffffff80e9d82000 - 0xffffff80f9d83000
. VM    : 0xffffff80f9d83000 - 0xffffff85c43e9000
. RO    : 0xffffff85c43e9000 - 0xffffff875d0b5000
. GEN0  : 0xffffff875d0b5000 - 0xffffff8c2771b000
. GEN1  : 0xffffff8c2771b000 - 0xffffff90f1d81000
. GEN2  : 0xffffff90f1d81000 - 0xffffff95bc3e7000
. GEN3  : 0xffffff95bc3e7000 - 0xffffff9a86a4e000
. DATA  : 0xffffff9a86a4e000 - 0xffffffa0e9d82000
Metadata: 0xffffffff9ffee000 - 0xffffffffbffee000
Bitmaps : 0xffffffffbffee000 - 0xffffffffdffee000

last started kext at 3066701810475: >!UAudio 416.2 (addr 0xffffff7fb3823000, size 335872)
last stopped kext at 3184412560076: >!UAudio 416.2 (addr 0xffffff7fb3823000, size 335872)
loaded kexts:
com.wdc.kddfuse.filesystems.kddfuse 2053.20
@filesystems.smbfs 4.0
@filesystems.exfat 1.4

!ATopCaseHIDEventDriver 5450.8
!APlatformEnabler 2.7.0d0
AGPM 129
X86PlatformShim 1.0.0

@filesystems.autofs 3.0

!AHIDALSService 1
!AUpstreamUserClient 3.6.9

@kext.AMDRadeonX6000 4.0.8
@kext.AMDRadeonServiceManager 4.0.8

!AGFXHDA 140.3
!ABridgeAudio!C 240.6
!A!IKBLGraphics 18.0.8
!AGraphicsDevicePolicy 6.5.7

@AGDCPluginDisplayMetrics 6.5.7

pmtelemetry 1

IOUserEthernet 1.0.1

usb.!UUserHCI 1
!AHV 1
!ADiskImages2 126.141.2
!AMCCSControl 1.16
!A!ICFLGraphicsFramebuffer 18.0.8
!A!ISlowAdaptiveClocking 4.0.0
!AThunderboltIP 4.0.3
BridgeAudioCommunication 240.6
!AAVEBridge 6.1
!A!IPCHPMC 2.0.1

SCSITaskUserClient 456.140.3

!UCardReader 533.120.2
BCMWLANFirmware4387.Hashstore 1
BCMWLANFirmware4378.Hashstore 1
BCMWLANFirmware4377.Hashstore 1
BCMWLANFirmware4364.Hashstore 1
BCMWLANFirmware4355.Hashstore 1
!AFileSystemDriver 3.0.1

@filesystems.tmpfs 1
@filesystems.lifs 1
@filesystems.hfs.kext 583.100.10
@BootCache 40
@!AFSCompression.!AFSCompressionTypeZlib 1.0.0
@!AFSCompression.!AFSCompressionTypeDataless 1.0.0d1
@filesystems.apfs 1934.141.2

!ABCM5701Ethernet 11.0.0

!ABCMWLANBusInterfacePCIeMac 1

@private.KextAudit 1.0

!AACPIButtons 6.1
!ASMBIOS 2.1
!AACPIEC 6.1
!AAPIC 1.7

@!ASystemPolicy 2.0.0
@nke.applicationfirewall 402

IOKitRegistryCompatibility 1
EndpointSecurity 1
@Dont_Steal_Mac_OS_X 7.0.0
@kec.!AEncryptedArchive 1

driverkit.serial 6.0.0
!AHIDKeyboard 228.2
!AMultitouchDriver 5460.1
!AInputDeviceSupport 5460.1
!AHS!BDriver 5450.8
IO!BHIDDriver 9.0.0

@kext.triggers 1.0
@kext.AMDRadeonX6200HWLibs 1.0

!AAudioClockLibs 140.1
usb.IOUSBHostHIDDevice 1.2

@kext.AMDRadeonX6000HWServices 4.0.8

IOAudio!F 340.2
@vecLib.kext 1.2.0

!ASMBusPCI 1.0.14d1
!A!ILpssUARTv1 3.0.60
!A!ILpssUARTCommon 3.0.60
!AOnboardSerial 1.0

IO!BSerialManager 9.0.0
IO!BPacketLogger 9.0.0
IO!BHost!CUSBTransport 9.0.0
IO!BHost!CUARTTransport 9.0.0
IO!BHost!CTransport 9.0.0

IO!BHost!CPCIeTransport 9.0.0

IOAVB!F 1040.6
@plugin.IOgPTPPlugin 1040.3
IOEthernetAVB!C 1.1.0
--
CSR!BHost!CUSBTransport 9.0.0
Broadcom!BHost!CUSBTransport 9.0.0
Broadcom!B20703USBTransport 9.0.0

!AIPAppender 1.0

@kext.AMDRadeonX6000Framebuffer 4.0.8
@kext.AMDSupport 4.0.8

X86PlatformPlugin 1.0.0

IONDRVSupport 597

!ASMBus!C 1.0.18d1

IOAccelerator!F2 462.8
@!AGPUWrangler 6.5.7
IOSlowAdaptiveClocking!F 1.0.0
--

!AThunderboltDPOutAdapter 8.5.1
IOPlatformPlugin!F 6.0.0d8
!AGraphicsControl 6.5.7

@!AGraphicsDeviceControl 6.5.7

IOGraphics!F 597

usb.cdc.ecm 5.0.0
usb.cdc.ncm 5.0.0
usb.cdc 5.0.0
usb.networking 5.0.0
usb.!UHostCompositeDevice 1.2
!AThunderboltPCIDownAdapter 4.1.1
!AThunderboltDPInAdapter 8.5.1
!AThunderboltDPAdapter!F 8.5.1
!AHPM 3.4.4
!A!ILpssI2C!C 3.0.60
!A!ILpssI2C 3.0.60
!A!ILpssDmac 3.0.60
!ABSDKextStarter 3

IOSurface 302.14
@filesystems.hfs.encodings.kext 1

!AXsanScheme 3
!AThunderboltNHI 7.2.81

IOThunderbolt!F 9.3.3

usb.!UVHCIBCE 1.2
usb.!UVHCICommonBCE 1.0
usb.!UVHCI 1.2
usb.!UVHCICommon 1.0
!AEffaceableNOR 1.0

IOBufferCopy!C 1.1.0
IOBufferCopyEngine!F 1
IONVMe!F 2.1.0

!ABCMWLANCoreMac 1.0.0

IOSerial!F 11
IO80211!F 1200.12.2b2
IOSkywalk!F 1.0

mDNSOffloadUserClient 1.0.1b8
IOImageLoader 1.0.0
!AOLYHALMac 1
corecapture 1.0.4
usb.!UHostPacketFilter 1.0

IOUSB!F 900.4.2

usb.!UXHCIPCI 1.2
usb.!UXHCI 1.2
!AEFINVRAM 2.1
!AEFIRuntime 2.1
!ASMCRTC 1.0

IOSMBus!F 1.1
IOHID!F 2.0.0
IOTimeSync!F 1040.3
IONetworking!F 3.4

DiskImages 493.0.0

IO!B!F 9.0.0
IOReport!F 47
$quarantine 4
$sandbox 300.0
@kext.!AMatch 1.0.0d1
CoreAnalytics!F 1
--

!ASSE 1.0
!AKeyStore 2
!UTDM 533.120.2

IOUSBMass!SDriver 210.120.3
IOSCSIBlockCommandsDevice 456.140.3
IO!S!F 2.1
IOSCSIArchitectureModel!F 456.140.3

!AMobileFileIntegrity 1.0.5

$!AImage4 4.2.0
@kext.CoreTrust 1

!AFDEKeyStore 28.30
!AEffaceable!S 1.0
!ACredentialManager 1.0
KernelRelayHost 1

IOUSBHost!F 1.2

!UHostMergeProperties 1.2
usb.!UCommon 1.0
!ABusPower!C 1.0
!ASEPManager 1.0.1
IOSlaveProcessor 1
!AACPIPlatform 6.1
!ASMC 3.1.9

IOPCI!F 2.9
IOACPI!F 1.4

watchdog 1

@kec.pthread 1
@kec.Libm 1
@kec.corecrypto 12.0

Hi @BlenderBruno I am still experiencing the crash even on 3.3 below is the report I get (it's from a general crash report of the mac ) I hope you can identify something, Thanks in advance! Report: panic(cpu 10 caller 0xffffff801df7999f): userspace watchdog timeout: no successful checkins from WindowServer in 120 seconds service: logd, total successful checkins since load (9060 seconds ago): 907, last successful checkin: 0 seconds ago service: WindowServer, total successful checkins since load (9030 seconds ago): 891, last successful checkin: 120 seconds ago service: remoted, total successful checkins since load (9060 seconds ago): 905, last successful checkin: 0 seconds ago service: opendirectoryd, total successful checkins since load (9060 seconds ago): 907, last successful checkin: 0 seconds ago Panicked task 0xffffff8c2778cce0: 3 threads: pid 109: watchdogd Backtrace (CPU 10), panicked thread: 0xffffff90f15a6aa0, Frame : Return Address 0xfffffff7e867b690 : 0xffffff801aa7fd6d 0xfffffff7e867b6e0 : 0xffffff801abe1016 0xfffffff7e867b720 : 0xffffff801abd0383 0xfffffff7e867b770 : 0xffffff801aa1fa70 0xfffffff7e867b790 : 0xffffff801aa8013d 0xfffffff7e867b8b0 : 0xffffff801aa7f8f6 0xfffffff7e867b910 : 0xffffff801b314e53 0xfffffff7e867ba00 : 0xffffff801df7999f 0xfffffff7e867ba10 : 0xffffff801df795f2 0xfffffff7e867ba30 : 0xffffff801df78971 0xfffffff7e867bb60 : 0xffffff801b2835ec 0xfffffff7e867bcc0 : 0xffffff801ab86d16 0xfffffff7e867bdd0 : 0xffffff801aa5a98b 0xfffffff7e867be60 : 0xffffff801aa711d9 0xfffffff7e867bef0 : 0xffffff801abb2fea 0xfffffff7e867bfa0 : 0xffffff801aa20256 ``` Kernel Extensions in backtrace: com.apple.driver.watchdog(1.0)[8BE4EE7F-9150-3161-BE84-36874BF82DE2]@0xffffff801df77000->0xffffff801df79fff ``` Process name corresponding to current thread (0xffffff90f15a6aa0): watchdogd Boot args: chunklist-security-epoch=0 -chunklist-no-rev2-dev chunklist-security-epoch=0 -chunklist-no-rev2-dev Mac OS version: 21G72 Kernel version: Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:25 PDT 2022; root:xnu-8020.140.41~1/RELEASE_X86_64 Kernel UUID: E3E2BC4D-7B6F-39CC-8890-73A6FB513830 KernelCache slide: 0x000000001a800000 KernelCache base: 0xffffff801aa00000 Kernel slide: 0x000000001a810000 Kernel text base: 0xffffff801aa10000 __HIB text base: 0xffffff801a900000 System model name: iMac20,2 (Mac-AF89B6D9451A490B) System shutdown begun: NO Hibernation exit count: 0 System uptime in nanoseconds: 9063593885524 Last Sleep: absolute base_tsc base_nano ``` Uptime : 0x0000083e484b4296 Sleep : 0x0000000000000000 0x0000000000000000 0x0000000000000000 Wake : 0x0000000000000000 0x00000011ee1f6372 0x0000000000000000 ``` Compressor Info: 0% of compressed pages limit (OK) and 0% of segments limit (OK) with 0 swapfiles and OK swap space Zone info: ``` Zone map: 0xffffff80e9d82000 - 0xffffffa0e9d82000 . PGZ : 0xffffff80e9d82000 - 0xffffff80f9d83000 . VM : 0xffffff80f9d83000 - 0xffffff85c43e9000 . RO : 0xffffff85c43e9000 - 0xffffff875d0b5000 . GEN0 : 0xffffff875d0b5000 - 0xffffff8c2771b000 . GEN1 : 0xffffff8c2771b000 - 0xffffff90f1d81000 . GEN2 : 0xffffff90f1d81000 - 0xffffff95bc3e7000 . GEN3 : 0xffffff95bc3e7000 - 0xffffff9a86a4e000 . DATA : 0xffffff9a86a4e000 - 0xffffffa0e9d82000 Metadata: 0xffffffff9ffee000 - 0xffffffffbffee000 Bitmaps : 0xffffffffbffee000 - 0xffffffffdffee000 ``` last started kext at 3066701810475: >!UAudio 416.2 (addr 0xffffff7fb3823000, size 335872) last stopped kext at 3184412560076: >!UAudio 416.2 (addr 0xffffff7fb3823000, size 335872) loaded kexts: com.wdc.kddfuse.filesystems.kddfuse 2053.20 @filesystems.smbfs 4.0 @filesystems.exfat 1.4 >!ATopCaseHIDEventDriver 5450.8 >!APlatformEnabler 2.7.0d0 >AGPM 129 >X86PlatformShim 1.0.0 @filesystems.autofs 3.0 >!AHIDALSService 1 >!AUpstreamUserClient 3.6.9 @kext.AMDRadeonX6000 4.0.8 @kext.AMDRadeonServiceManager 4.0.8 >!AGFXHDA 140.3 >!ABridgeAudio!C 240.6 >!A!IKBLGraphics 18.0.8 >!AGraphicsDevicePolicy 6.5.7 @AGDCPluginDisplayMetrics 6.5.7 >pmtelemetry 1 |IOUserEthernet 1.0.1 | -- | >usb.!UUserHCI 1 >!AHV 1 >!ADiskImages2 126.141.2 >!AMCCSControl 1.16 >!A!ICFLGraphicsFramebuffer 18.0.8 >!A!ISlowAdaptiveClocking 4.0.0 >!AThunderboltIP 4.0.3 >BridgeAudioCommunication 240.6 >!AAVEBridge 6.1 >!A!IPCHPMC 2.0.1 |SCSITaskUserClient 456.140.3 | -- | >!UCardReader 533.120.2 >BCMWLANFirmware4387.Hashstore 1 >BCMWLANFirmware4378.Hashstore 1 >BCMWLANFirmware4377.Hashstore 1 >BCMWLANFirmware4364.Hashstore 1 >BCMWLANFirmware4355.Hashstore 1 >!AFileSystemDriver 3.0.1 @filesystems.tmpfs 1 @filesystems.lifs 1 @filesystems.hfs.kext 583.100.10 @BootCache 40 @!AFSCompression.!AFSCompressionTypeZlib 1.0.0 @!AFSCompression.!AFSCompressionTypeDataless 1.0.0d1 @filesystems.apfs 1934.141.2 |!ABCM5701Ethernet 11.0.0 | -- | >!ABCMWLANBusInterfacePCIeMac 1 @private.KextAudit 1.0 >!AACPIButtons 6.1 >!ASMBIOS 2.1 >!AACPIEC 6.1 >!AAPIC 1.7 @!ASystemPolicy 2.0.0 @nke.applicationfirewall 402 |IOKitRegistryCompatibility 1 | -- | |EndpointSecurity 1 @Dont_Steal_Mac_OS_X 7.0.0 @kec.!AEncryptedArchive 1 >driverkit.serial 6.0.0 >!AHIDKeyboard 228.2 >!AMultitouchDriver 5460.1 >!AInputDeviceSupport 5460.1 >!AHS!BDriver 5450.8 >IO!BHIDDriver 9.0.0 @kext.triggers 1.0 @kext.AMDRadeonX6200HWLibs 1.0 >!AAudioClockLibs 140.1 >usb.IOUSBHostHIDDevice 1.2 @kext.AMDRadeonX6000HWServices 4.0.8 |IOAudio!F 340.2 | -- | @vecLib.kext 1.2.0 >!ASMBusPCI 1.0.14d1 >!A!ILpssUARTv1 3.0.60 >!A!ILpssUARTCommon 3.0.60 >!AOnboardSerial 1.0 |IO!BSerialManager 9.0.0 | -- | |IO!BPacketLogger 9.0.0 |IO!BHost!CUSBTransport 9.0.0 |IO!BHost!CUARTTransport 9.0.0 |IO!BHost!CTransport 9.0.0 >IO!BHost!CPCIeTransport 9.0.0 |IOAVB!F 1040.6 | -- | @plugin.IOgPTPPlugin 1040.3 |IOEthernetAVB!C 1.1.0 | -- | |CSR!BHost!CUSBTransport 9.0.0 |Broadcom!BHost!CUSBTransport 9.0.0 |Broadcom!B20703USBTransport 9.0.0 >!AIPAppender 1.0 @kext.AMDRadeonX6000Framebuffer 4.0.8 @kext.AMDSupport 4.0.8 >X86PlatformPlugin 1.0.0 |IONDRVSupport 597 | -- | >!ASMBus!C 1.0.18d1 |IOAccelerator!F2 462.8 | -- | @!AGPUWrangler 6.5.7 |IOSlowAdaptiveClocking!F 1.0.0 | -- | >!AThunderboltDPOutAdapter 8.5.1 >IOPlatformPlugin!F 6.0.0d8 >!AGraphicsControl 6.5.7 @!AGraphicsDeviceControl 6.5.7 |IOGraphics!F 597 | -- | >usb.cdc.ecm 5.0.0 >usb.cdc.ncm 5.0.0 >usb.cdc 5.0.0 >usb.networking 5.0.0 >usb.!UHostCompositeDevice 1.2 >!AThunderboltPCIDownAdapter 4.1.1 >!AThunderboltDPInAdapter 8.5.1 >!AThunderboltDPAdapter!F 8.5.1 >!AHPM 3.4.4 >!A!ILpssI2C!C 3.0.60 >!A!ILpssI2C 3.0.60 >!A!ILpssDmac 3.0.60 >!ABSDKextStarter 3 |IOSurface 302.14 | -- | @filesystems.hfs.encodings.kext 1 >!AXsanScheme 3 >!AThunderboltNHI 7.2.81 |IOThunderbolt!F 9.3.3 | -- | >usb.!UVHCIBCE 1.2 >usb.!UVHCICommonBCE 1.0 >usb.!UVHCI 1.2 >usb.!UVHCICommon 1.0 >!AEffaceableNOR 1.0 |IOBufferCopy!C 1.1.0 | -- | |IOBufferCopyEngine!F 1 |IONVMe!F 2.1.0 >!ABCMWLANCoreMac 1.0.0 |IOSerial!F 11 | -- | |IO80211!F 1200.12.2b2 |IOSkywalk!F 1.0 >mDNSOffloadUserClient 1.0.1b8 >IOImageLoader 1.0.0 >!AOLYHALMac 1 >corecapture 1.0.4 >usb.!UHostPacketFilter 1.0 |IOUSB!F 900.4.2 | -- | >usb.!UXHCIPCI 1.2 >usb.!UXHCI 1.2 >!AEFINVRAM 2.1 >!AEFIRuntime 2.1 >!ASMCRTC 1.0 |IOSMBus!F 1.1 | -- | |IOHID!F 2.0.0 |IOTimeSync!F 1040.3 |IONetworking!F 3.4 >DiskImages 493.0.0 |IO!B!F 9.0.0 | -- | |IOReport!F 47 $quarantine 4 $sandbox 300.0 @kext.!AMatch 1.0.0d1 |CoreAnalytics!F 1 | -- | >!ASSE 1.0 >!AKeyStore 2 >!UTDM 533.120.2 |IOUSBMass!SDriver 210.120.3 | -- | |IOSCSIBlockCommandsDevice 456.140.3 |IO!S!F 2.1 |IOSCSIArchitectureModel!F 456.140.3 >!AMobileFileIntegrity 1.0.5 $!AImage4 4.2.0 @kext.CoreTrust 1 >!AFDEKeyStore 28.30 >!AEffaceable!S 1.0 >!ACredentialManager 1.0 >KernelRelayHost 1 |IOUSBHost!F 1.2 | -- | >!UHostMergeProperties 1.2 >usb.!UCommon 1.0 >!ABusPower!C 1.0 >!ASEPManager 1.0.1 >IOSlaveProcessor 1 >!AACPIPlatform 6.1 >!ASMC 3.1.9 |IOPCI!F 2.9 | -- | |IOACPI!F 1.4 >watchdog 1 @kec.pthread 1 @kec.Libm 1 @kec.corecrypto 12.0

@PanagiotisPagonis your bug should be handled in another report, because I think it's different than this one.

You mentioned that you had made a report about it before, but I couldn't find one similar to this bug. Which one were you referring to, and is it about Cycles viewport rendering like this one?

@PanagiotisPagonis your bug should be handled in another report, because I think it's different than this one. You mentioned that you had made a report about it before, but I couldn't find one similar to this bug. Which one were you referring to, and is it about Cycles viewport rendering like this one?
Author

@PanagiotisPagonis , I don't think this is related and I haven't got a single crash after @brecht commit. As suggested by him, please create a new report describing exactly the context when it occurs and steps to reproduce (in Blender, go to Help/Report a Bug). Also, your crash log seems to be general and is not necessarily pointing at Blender. In your new bug report, attach the log in raw text using the Upload File function instead of pasting it in the description as it messes up the format.
Thx!

@PanagiotisPagonis , I don't think this is related and I haven't got a single crash after @brecht commit. As suggested by him, please create a new report describing exactly the context when it occurs and steps to reproduce (in Blender, go to Help/Report a Bug). Also, your crash log seems to be general and is not necessarily pointing at Blender. In your new bug report, attach the log in raw text using the Upload File function instead of pasting it in the description as it messes up the format. Thx!
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
13 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#96133
No description provided.