Blender 2.91 multi scene and engine render crash #83375

Closed
opened 2020-12-03 20:19:13 +01:00 by Vesa · 19 comments

System Information
Operating system: Linux-5.4.0-56-generic-x86_64-with-debian-bullseye-sid 64 Bits
Graphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 450.80.02

Blender Version
Broken: version: 2.91.0, branch: master, commit date: 2020-11-25 08:34, hash: 0f45cab862
Worked: 2.83.5

Short description of error
Blender crashes every time when eevee scene rendering starts on Blender 2.91.

Exact steps for others to reproduce the error

  1. Open provided blend file
  2. Press F12 to render
    b291_crash_bug.blend
# Blender 2.92.0, Commit date: 2020-12-22 20:58, Hash 8d3d4c884084

# backtrace
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(BLI_system_backtrace+0x20) [0x862ae20]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0xea90aa]
/lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7f3e239e5210]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(GPU_texture_mipmap_mode+0) [0x721a7b0]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0xee5fe4]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0x1384133]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0x1384476]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0x13762b6]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(DRW_draw_render_loop_2d_ex+0x38d) [0x1377f5d]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0x1b7fa81]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(ED_region_do_draw+0x7e1) [0x17958a1]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(wm_draw_update+0x52e) [0x122e3ee]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(WM_main+0x30) [0x122c290]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(main+0x31e) [0xde340e]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f3e239c60b3]
/home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0xea5aa3]```


**System Information** Operating system: Linux-5.4.0-56-generic-x86_64-with-debian-bullseye-sid 64 Bits Graphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 450.80.02 **Blender Version** Broken: version: 2.91.0, branch: master, commit date: 2020-11-25 08:34, hash: `0f45cab862` Worked: 2.83.5 **Short description of error** Blender crashes every time when eevee scene rendering starts on Blender 2.91. **Exact steps for others to reproduce the error** 1. Open provided blend file 2. Press F12 to render [b291_crash_bug.blend](https://archive.blender.org/developer/F9449132/b291_crash_bug.blend) ``` # Blender 2.92.0, Commit date: 2020-12-22 20:58, Hash 8d3d4c884084 # backtrace /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(BLI_system_backtrace+0x20) [0x862ae20] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0xea90aa] /lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7f3e239e5210] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(GPU_texture_mipmap_mode+0) [0x721a7b0] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0xee5fe4] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0x1384133] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0x1384476] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0x13762b6] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(DRW_draw_render_loop_2d_ex+0x38d) [0x1377f5d] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0x1b7fa81] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(ED_region_do_draw+0x7e1) [0x17958a1] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(wm_draw_update+0x52e) [0x122e3ee] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(WM_main+0x30) [0x122c290] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender(main+0x31e) [0xde340e] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f3e239c60b3] /home/xard/Downloads/blender-2.92.0-8d3d4c884084-linux64/blender() [0xea5aa3]```
Author

Added subscriber: @xard

Added subscriber: @xard

Added subscriber: @rjg

Added subscriber: @rjg

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

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

I can't reproduce a crash. Could you please upload the crash log that should be found in /tmp?

I can't reproduce a crash. Could you please upload the crash log that should be found in `/tmp`?

Added subscriber: @dimbroods

Added subscriber: @dimbroods

hello, this may be related, blender crashed during render, I got two scene in my files, and "merge" them in in compositing with alpha over "scene A" on top of "scene B"
part2.post-intro.crash.txt

the crash occurs with the new blender 2.91.0 , I try both in appimage version & snap version of blender, works fine in 2.90.1

Operating system: 5.4.0-56-generic Ubuntu 20.04.1 LTS x86_64
Graphics Card: NVIDIA GeForce GTX 1660 NVIDIA driver 455.38

edit: CPU: Intel i7-9700KF

hello, this may be related, blender crashed during render, I got two scene in my files, and "merge" them in in compositing with alpha over "scene A" on top of "scene B" [part2.post-intro.crash.txt](https://archive.blender.org/developer/F9476946/part2.post-intro.crash.txt) the crash occurs with the new blender 2.91.0 , I try both in appimage version & snap version of blender, works fine in 2.90.1 Operating system: 5.4.0-56-generic Ubuntu 20.04.1 LTS x86_64 Graphics Card: NVIDIA GeForce GTX 1660 NVIDIA driver 455.38 edit: CPU: Intel i7-9700KF
Author

Okay, here's the crash file: b291_crash_bug.crash.txt

Okay, here's the crash file: [b291_crash_bug.crash.txt](https://archive.blender.org/developer/F9477417/b291_crash_bug.crash.txt)

@xard @dimbroods Both of your Blender versions seem to crash due to GPU_texture_mipmap_mode. Could you please save your system information through Help > Save System Info in Blender and attach the files?

Additionally, please try to start Blender with the following flags and check if you can still reproduce a crash:

./blender --debug --debug-gpu-forceworkarounds > ~/blender_debug_output.txt 2>&1
@xard @dimbroods Both of your Blender versions seem to crash due to `GPU_texture_mipmap_mode`. Could you please save your system information through *Help > Save System Info* in Blender and attach the files? Additionally, please try to start Blender with the following flags and check if you can still reproduce a crash: ``` ./blender --debug --debug-gpu-forceworkarounds > ~/blender_debug_output.txt 2>&1 ```

hello, this is the debug output, it didn't crash,
blender_debug_output.txt system-info-#83375.txt

hello, this is the debug output, it didn't crash, [blender_debug_output.txt](https://archive.blender.org/developer/F9507044/blender_debug_output.txt) [system-info-#83375.txt](https://archive.blender.org/developer/F9507045/system-info-#83375.txt)

This issue could be fixed by D9667 as well, although I'm a bit surprised to see this issue with RTX GPUs. Can you please test if you can start Blender 2.92 normally?

This issue could be fixed by [D9667](https://archive.blender.org/developer/D9667) as well, although I'm a bit surprised to see this issue with RTX GPUs. Can you please test if you can start [Blender 2.92 ](https://builder.blender.org/download/) normally?
Author

Still crashes with alpha 2.92 build.

Here's the crash dump: b291_crash_bug.crash.txt

And here's my system info: b292-system-info.txt

Still crashes with alpha 2.92 build. Here's the crash dump: [b291_crash_bug.crash.txt](https://archive.blender.org/developer/F9527030/b291_crash_bug.crash.txt) And here's my system info: [b292-system-info.txt](https://archive.blender.org/developer/F9527032/b292-system-info.txt)

@xard Could you please check if updating the graphics driver to the most recent version makes any difference (460.89 for desktop ).

@xard Could you please check if updating the graphics driver to the most recent version makes any difference ([460.89 for desktop ](https://www.nvidia.com/Download/driverResults.aspx/167753/en-us)).

@xard Were you able to check if an updated graphics driver makes a difference?

@xard Were you able to check if an updated graphics driver makes a difference?
Author

Not yet as the 450.80.02 is latest stable Linux driver Nvidia has. The absolutely latest short release I have available is 455.38 but it's only a feature update release and I'd need to do full system backups before testing that as I have bad experiences with Nvidia driver updates from the past.

Not yet as the 450.80.02 is latest stable Linux driver Nvidia has. The absolutely latest short release I have available is 455.38 but it's only a feature update release and I'd need to do full system backups before testing that as I have bad experiences with Nvidia driver updates from the past.
Member

Added subscriber: @EAW

Added subscriber: @EAW

tried with new nvidia driver : 460.32.03
ubuntu 5.4.0-60-generic x86_64 x86_64 GNU/Linux

with blender 2.91, without the workaround
system-info-2.txt

blender-bug-#83375.crash.txt

blender-bug-#83375.blend

tried with new nvidia driver : 460.32.03 ubuntu 5.4.0-60-generic x86_64 x86_64 GNU/Linux with blender 2.91, without the workaround [system-info-2.txt](https://archive.blender.org/developer/F9556878/system-info-2.txt) [blender-bug-#83375.crash.txt](https://archive.blender.org/developer/F9556879/blender-bug-#83375.crash.txt) [blender-bug-#83375.blend](https://archive.blender.org/developer/F9556880/blender-bug-#83375.blend)

Changed status from 'Needs User Info' to: 'Needs Developer To Reproduce'

Changed status from 'Needs User Info' to: 'Needs Developer To Reproduce'

Thank you for the files, the issue appears to be quite consistently with the GPU_texture_mipmap_mode like in #84438. It seems to be the same underlying issue, but I can't verify this since I'm still unable to reproduce this on my systems.

Thank you for the files, the issue appears to be quite consistently with the `GPU_texture_mipmap_mode` like in #84438. It seems to be the same underlying issue, but I can't verify this since I'm still unable to reproduce this on my systems.
Member

Closed as duplicate of #84438

Closed as duplicate of #84438
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
5 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#83375
No description provided.