Regression: Deadlock on render start #110426

Closed
opened 2023-07-24 19:08:41 +02:00 by Vladimir · 1 comment

System Information
Operating system: Linux-6.4.5-1-MANJARO-x86_64-with-glibc2.37 64 Bits, X11 UI
Graphics card: Mesa Intel(R) HD Graphics 4600 (HSW GT2) Intel 4.6 (Core Profile) Mesa 23.1.4

Blender Version
Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-07-15 18:34, hash: a1a08610b60f
Worked: version: 4.0.0 Alpha, branch: main, commit date: 2023-07-08 00:27, hash: 3f90bb6a48d2

Short description of error
All freezes (user interface and cycles) after start cycles render. I launched Blender with --debug-all option and got last few lines of logs:

....
[SCScene :: View Layer]: deg_evaluate_object_node_visibility on OBCube (0x7f1a4425f238)
[SCScene :: View Layer]: deg_evaluate_object_node_visibility on OBCamera (0x7f1a44121838)
[SCScene :: View Layer]: deg_evaluate_object_node_visibility on OBPoint (0x7f1a44122a38)
[SCScene :: View Layer]: BKE_object_eval_eval_base_flags on OBPlane (0x7f1a4425e038)
[SCScene :: View Layer]: deg_evaluate_object_node_visibility on OBPlane (0x7f1a4425e038)
Depsgraph updated in 0.000654 seconds.
Depsgraph evaluation FPS: 0.031325
UI_menutype_draw: opening menu "TOPBAR_MT_editor_menus"
UI_menutype_draw: opening menu "TIME_MT_editor_menus"
UI_menutype_draw: opening menu "IMAGE_MT_editor_menus"
I0724 19:57:16.830058 64085 path_trace.cpp:409] Rendered 1 samples in 0.430834 seconds (0.430834 seconds per sample), occupancy: 1
I0724 19:57:17.698403 64085 path_trace.cpp:409] Rendered 2 samples in 0.847786 seconds (0.423893 seconds per sample), occupancy: 1
I0724 19:57:18.553540 64085 path_trace.cpp:409] Rendered 2 samples in 0.848257 seconds (0.424129 seconds per sample), occupancy: 1
I0724 19:57:19.439141 64085 path_trace.cpp:409] Rendered 2 samples in 0.880284 seconds (0.440142 seconds per sample), occupancy: 1
I0724 19:57:20.293622 64085 path_trace.cpp:409] Rendered 2 samples in 0.849168 seconds (0.424584 seconds per sample), occupancy: 1
I0724 19:57:20.763325 64085 path_trace.cpp:409] Rendered 1 samples in 0.464353 seconds (0.464353 seconds per sample), occupancy: 1
Terminated

Exact steps for others to reproduce the error

  1. Open attached file.
  2. Go to Rendering layout and start render.
**System Information** Operating system: Linux-6.4.5-1-MANJARO-x86_64-with-glibc2.37 64 Bits, X11 UI Graphics card: Mesa Intel(R) HD Graphics 4600 (HSW GT2) Intel 4.6 (Core Profile) Mesa 23.1.4 **Blender Version** Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-07-15 18:34, hash: `a1a08610b60f` Worked: version: 4.0.0 Alpha, branch: main, commit date: 2023-07-08 00:27, hash: `3f90bb6a48d2` **Short description of error** All freezes (user interface and cycles) after start cycles render. I launched Blender with `--debug-all` option and got last few lines of logs: ``` .... [SCScene :: View Layer]: deg_evaluate_object_node_visibility on OBCube (0x7f1a4425f238) [SCScene :: View Layer]: deg_evaluate_object_node_visibility on OBCamera (0x7f1a44121838) [SCScene :: View Layer]: deg_evaluate_object_node_visibility on OBPoint (0x7f1a44122a38) [SCScene :: View Layer]: BKE_object_eval_eval_base_flags on OBPlane (0x7f1a4425e038) [SCScene :: View Layer]: deg_evaluate_object_node_visibility on OBPlane (0x7f1a4425e038) Depsgraph updated in 0.000654 seconds. Depsgraph evaluation FPS: 0.031325 UI_menutype_draw: opening menu "TOPBAR_MT_editor_menus" UI_menutype_draw: opening menu "TIME_MT_editor_menus" UI_menutype_draw: opening menu "IMAGE_MT_editor_menus" I0724 19:57:16.830058 64085 path_trace.cpp:409] Rendered 1 samples in 0.430834 seconds (0.430834 seconds per sample), occupancy: 1 I0724 19:57:17.698403 64085 path_trace.cpp:409] Rendered 2 samples in 0.847786 seconds (0.423893 seconds per sample), occupancy: 1 I0724 19:57:18.553540 64085 path_trace.cpp:409] Rendered 2 samples in 0.848257 seconds (0.424129 seconds per sample), occupancy: 1 I0724 19:57:19.439141 64085 path_trace.cpp:409] Rendered 2 samples in 0.880284 seconds (0.440142 seconds per sample), occupancy: 1 I0724 19:57:20.293622 64085 path_trace.cpp:409] Rendered 2 samples in 0.849168 seconds (0.424584 seconds per sample), occupancy: 1 I0724 19:57:20.763325 64085 path_trace.cpp:409] Rendered 1 samples in 0.464353 seconds (0.464353 seconds per sample), occupancy: 1 Terminated ``` **Exact steps for others to reproduce the error** 1. Open attached file. 2. Go to Rendering layout and start render.
Vladimir added the
Status
Needs Triage
Type
Report
Priority
Normal
labels 2023-07-24 19:08:42 +02:00
Iliya Katushenock changed title from All freezes after start cycles render to Regression: Dead lock on render start 2023-07-25 00:24:35 +02:00
Iliya Katushenock added
Module
Render & Cycles
Status
Confirmed
and removed
Status
Needs Triage
labels 2023-07-25 00:24:49 +02:00
Iliya Katushenock added
Priority
High
and removed
Priority
Normal
labels 2023-07-25 00:33:28 +02:00
Iliya Katushenock changed title from Regression: Dead lock on render start to Regression: Deadlock on render start 2023-07-25 00:33:46 +02:00

Can confirm regression. After few time, blender have 0% on cpu. --threads 1 does not solve it for me.

Can confirm regression. After few time, blender have `0%` on cpu. `--threads 1` does not solve it for me.
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2023-07-26 18:48:49 +02:00
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
2 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#110426
No description provided.