Cycles "Persistent Data" animation test problem [ 2.93 Apha ] #87466

Closed
opened 2021-04-13 17:55:38 +02:00 by Andrea Monzini · 18 comments

System Information
Operating system: Linux-5.11.0-7612-generic-x86_64-with-glibc2.32 64 Bits
Graphics card: Radeon RX 580 Series (POLARIS10, DRM 3.40.0, 5.11.0-7612-generic, LLVM 11.0.0) AMD 4.6 (Core Profile) Mesa 21.0.0

Blender Version
Broken: version: 2.93.0 Alpha, branch: master, commit date: 2021-04-13 07:49, hash: 30ee57be60
Worked: 2.92 same scene works with "Persistent Images" ( not performance improvements )

Short description of error
With Persistent Data enabled the "initializing" render of the second frame last forever ( errors from terminal attached. )
PS: Randomly it worked few times ( i do not know why ) with great performance improvement for the frames after the first !

Exact steps for others to reproduce the error
I tried to render few frames in Cycles ( from 2467 to 2470 ) with the new Persistent Data enabled in 2.93.0 Alpha of the Gooseberry scene ( Cosmos Laundromat Demo )
Randomly it worked with 2.93.0 Alpha, but not most of the times.
The same animation scene works with 2.92 with "Persistent Images" enabled ( not he new "Persistent Data" ).

terminal_errors.txt

**System Information** Operating system: Linux-5.11.0-7612-generic-x86_64-with-glibc2.32 64 Bits Graphics card: Radeon RX 580 Series (POLARIS10, DRM 3.40.0, 5.11.0-7612-generic, LLVM 11.0.0) AMD 4.6 (Core Profile) Mesa 21.0.0 **Blender Version** Broken: version: 2.93.0 Alpha, branch: master, commit date: 2021-04-13 07:49, hash: `30ee57be60` Worked: 2.92 same scene works with "Persistent Images" ( not performance improvements ) **Short description of error** With Persistent Data enabled the "initializing" render of the second frame last forever ( errors from terminal attached. ) PS: Randomly it worked few times ( i do not know why ) with great performance improvement for the frames after the first ! **Exact steps for others to reproduce the error** I tried to render few frames in Cycles ( from 2467 to 2470 ) with the new Persistent Data enabled in 2.93.0 Alpha of the Gooseberry scene ( Cosmos Laundromat Demo ) Randomly it worked with 2.93.0 Alpha, but not most of the times. The same animation scene works with 2.92 with "Persistent Images" enabled ( not he new "Persistent Data" ). [terminal_errors.txt](https://archive.blender.org/developer/F9932030/terminal_errors.txt)
Author

Added subscriber: @AndreaMonzini

Added subscriber: @AndreaMonzini
Andrea Monzini changed title from Persistent Data animation test problem [ 2.93 Apha ] to Cycles "Persistent Data" animation test problem [ 2.93 Apha ] 2021-04-13 18:04:14 +02:00
Member

Added subscriber: @ankitm

Added subscriber: @ankitm
Member

related #87295 (Persistent Data ignores animation)

related #87295 (Persistent Data ignores animation)
Member

Since the related task has been fixed, could you retry on a build that's newer than https://developer.blender.org/rBcedd8b8c56b944ffdabadc4339d2d1e5c6651dd6 ?
https://developer.blender.org/diffusion/B/history/master/

Since the related task has been fixed, could you retry on a build that's newer than https://developer.blender.org/rBcedd8b8c56b944ffdabadc4339d2d1e5c6651dd6 ? https://developer.blender.org/diffusion/B/history/master/
Member

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

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

Hello,

i tried the latest experimental builds:

  • 2.93.0 Beta, branch: master, commit date: 2021-04-20 15:45, hash: 3735986e87, type: Release
    build date: 2021-04-20, 22:56:03
    platform: Linux

  • 3.0.0 Alpha, branch: master, commit date: 2021-04-20 20:43, hash: c5cabb6eb7, type: Release
    build date: 2021-04-20, 23:03:52
    platform: Linux

and i cannot finish the animation render as it is blocked during the "initializing" of the second frame ( terminal errors attached ).
So in my test the problem is not solved.

Anyway thank you for following the bug :)

persistent_data_errors.txt

Hello, i tried the latest experimental builds: - 2.93.0 Beta, branch: master, commit date: 2021-04-20 15:45, hash: 3735986e8759, type: Release build date: 2021-04-20, 22:56:03 platform: Linux - 3.0.0 Alpha, branch: master, commit date: 2021-04-20 20:43, hash: c5cabb6eb712, type: Release build date: 2021-04-20, 23:03:52 platform: Linux and i cannot finish the animation render as it is blocked during the "initializing" of the second frame ( terminal errors attached ). So in my test the problem is not solved. Anyway thank you for following the bug :) [persistent_data_errors.txt](https://archive.blender.org/developer/F10031249/persistent_data_errors.txt)
Member

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

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

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

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

Could you create an simpler Blend file to demonstrate the issue ?
Also, see if Blender is running out of memory, or the process is just slow due to swap https://en.wikipedia.org/wiki/Memory_paging#Unix_and_Unix-like_systems.

Could you create an simpler Blend file to demonstrate the issue ? Also, see if Blender is running out of memory, or the process is just slow due to swap https://en.wikipedia.org/wiki/Memory_paging#Unix_and_Unix-like_systems.
Author

I tested the Cosmos Laundromat Demo ( Gooseberry scene ).
You can download it here:

https://www.blender.org/download/demo-files/

For now i cannot "demonstrate" the issue, i just reported the bug in this scene with the terminal errors.
If i have the possibility to understand the cause of the issue i would report it ( from the terminal it appears related to bone drivers ).

About the memory i have 32 GB Ram and i checked that Blender is not running out of memory or swap.
I attach a screenshot of the system monitor taken during the "inizializing" process that last forever where i have enough memory and with one cpu at 100% ( i already attached the terminal errors ).

memory.png

I tested the Cosmos Laundromat Demo ( Gooseberry scene ). You can download it here: https://www.blender.org/download/demo-files/ For now i cannot "demonstrate" the issue, i just reported the bug in this scene with the terminal errors. If i have the possibility to understand the cause of the issue i would report it ( from the terminal it appears related to bone drivers ). About the memory i have 32 GB Ram and i checked that Blender is not running out of memory or swap. I attach a screenshot of the system monitor taken during the "inizializing" process that last forever where i have enough memory and with one cpu at 100% ( i already attached the terminal errors ). ![memory.png](https://archive.blender.org/developer/F10035387/memory.png)
Member

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

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

Added subscriber: @brecht

Added subscriber: @brecht

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

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

I'm unable to reproduce the problem in latest 2.93. There have been many persistent data fixes since this report, so potentially it was solved by one of them.

I'm unable to reproduce the problem in latest 2.93. There have been many persistent data fixes since this report, so potentially it was solved by one of them.
Author

Tested with the latest 2.93 and the problem is solved, thank you !

version: 2.93.0 Beta, branch: master, commit date: 2021-05-17 22:30, hash: ea11b4e10c, type: Release

Tested with the latest 2.93 and the problem is solved, thank you ! version: 2.93.0 Beta, branch: master, commit date: 2021-05-17 22:30, hash: ea11b4e10ce0, type: Release

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

Changed status from 'Needs User Info' to: 'Resolved'
Brecht Van Lommel self-assigned this 2021-05-18 03:04:43 +02:00

Added subscriber: @cardboard-2

Added subscriber: @cardboard-2

Note:
Just come up with this issue again (3.3. Alpha). It's not present when Using CPU (AMD TR 1950X).
It is caused by remnants of BlendLuxCore engine (known there as issue #59 )

To solve it, simply Purge Orphan data (clean scene file of all remnants of LuxCore, even those marked as "Fake Users")

Note: Just come up with this issue again (3.3. Alpha). It's not present when Using CPU (AMD TR 1950X). It is caused by remnants of BlendLuxCore engine ([known there as issue #59 ](https://github.com/LuxCoreRender/BlendLuxCore/issues/59)) To solve it, simply Purge Orphan data (clean scene file of all remnants of LuxCore, even those marked as "Fake Users")
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#87466
No description provided.