Timeline crash from overridden scene #72751

Closed
opened 2019-12-28 19:15:45 +01:00 by Dejan Petrovic · 6 comments

System Information
Operating system: Linux-4.15.0-72-generic-x86_64-with-debian-buster-sid 64 Bits
Graphics card: GeForce GT 740/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.44

Blender Version
Broken: version: 2.81 (sub 16), branch: master, commit date: 2019-11-20 14:27, hash: 26bd5ebd42

Short description of error
Crash in timeline from linked(library overridden) scene

Exact steps for others to reproduce the error
Based on the default startup:

  • Link Scene called "Crash" from example file Crash.blend. Please note that this would work for any blend file.
  • Switch from Default scene "Scene" to linked "Crash".
  • Make "Crash" scene library override.
  • Click on timeline.
**System Information** Operating system: Linux-4.15.0-72-generic-x86_64-with-debian-buster-sid 64 Bits Graphics card: GeForce GT 740/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.44 **Blender Version** Broken: version: 2.81 (sub 16), branch: master, commit date: 2019-11-20 14:27, hash: `26bd5ebd42` **Short description of error** Crash in timeline from linked(library overridden) scene **Exact steps for others to reproduce the error** Based on the default startup: - Link Scene called "Crash" from example file [Crash.blend](https://archive.blender.org/developer/F8248501/Crash.blend). Please note that this would work for any blend file. - Switch from Default scene "Scene" to linked "Crash". - Make "Crash" scene library override. - Click on timeline.
Author

Added subscriber: @AonoZan

Added subscriber: @AonoZan
Member

Added subscribers: @mont29, @lichtwerk

Added subscribers: @mont29, @lichtwerk
Member

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

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Can confirm.

Library Overrides are still in a very early stage (not sure this is a usecase that should already be supported -- of course, shouldnt crash though...)

@mont29 might know more?

backtrace (not sure this means it is in an endless loop?):

1   rna_property_override_diff_default rna_rna.c                     1396 0x3839986 
2   rna_property_override_diff         rna_access_compare_override.c 355  0x3712f22 
3   RNA_struct_override_matches        rna_access_compare_override.c 706  0x3713936 
4   rna_property_override_diff_propptr rna_rna.c                     1355 0x38398fb 
5   rna_property_override_diff_default rna_rna.c                     1675 0x383a68b 
6   rna_property_override_diff         rna_access_compare_override.c 355  0x3712f22 
7   RNA_struct_override_matches        rna_access_compare_override.c 706  0x3713936 
8   rna_property_override_diff_propptr rna_rna.c                     1355 0x38398fb 
9   rna_property_override_diff_default rna_rna.c                     1675 0x383a68b 
10  rna_property_override_diff         rna_access_compare_override.c 355  0x3712f22 
11  RNA_struct_override_matches        rna_access_compare_override.c 706  0x3713936 
12  rna_property_override_diff_propptr rna_rna.c                     1355 0x38398fb 
13  rna_property_override_diff_default rna_rna.c                     1675 0x383a68b 
14  rna_property_override_diff         rna_access_compare_override.c 355  0x3712f22 
15  RNA_struct_override_matches        rna_access_compare_override.c 706  0x3713936 
16  rna_property_override_diff_propptr rna_rna.c                     1355 0x38398fb 
17  rna_property_override_diff_default rna_rna.c                     1675 0x383a68b 
18  rna_property_override_diff         rna_access_compare_override.c 355  0x3712f22 
19  RNA_struct_override_matches        rna_access_compare_override.c 706  0x3713936 
20  rna_property_override_diff_propptr rna_rna.c                     1355 0x38398fb 
Can confirm. Library Overrides are still in a very early stage (not sure this is a usecase that should already be supported -- of course, shouldnt crash though...) @mont29 might know more? backtrace (not sure this means it is in an endless loop?): ``` 1 rna_property_override_diff_default rna_rna.c 1396 0x3839986 2 rna_property_override_diff rna_access_compare_override.c 355 0x3712f22 3 RNA_struct_override_matches rna_access_compare_override.c 706 0x3713936 4 rna_property_override_diff_propptr rna_rna.c 1355 0x38398fb 5 rna_property_override_diff_default rna_rna.c 1675 0x383a68b 6 rna_property_override_diff rna_access_compare_override.c 355 0x3712f22 7 RNA_struct_override_matches rna_access_compare_override.c 706 0x3713936 8 rna_property_override_diff_propptr rna_rna.c 1355 0x38398fb 9 rna_property_override_diff_default rna_rna.c 1675 0x383a68b 10 rna_property_override_diff rna_access_compare_override.c 355 0x3712f22 11 RNA_struct_override_matches rna_access_compare_override.c 706 0x3713936 12 rna_property_override_diff_propptr rna_rna.c 1355 0x38398fb 13 rna_property_override_diff_default rna_rna.c 1675 0x383a68b 14 rna_property_override_diff rna_access_compare_override.c 355 0x3712f22 15 RNA_struct_override_matches rna_access_compare_override.c 706 0x3713936 16 rna_property_override_diff_propptr rna_rna.c 1355 0x38398fb 17 rna_property_override_diff_default rna_rna.c 1675 0x383a68b 18 rna_property_override_diff rna_access_compare_override.c 355 0x3712f22 19 RNA_struct_override_matches rna_access_compare_override.c 706 0x3713936 20 rna_property_override_diff_propptr rna_rna.c 1355 0x38398fb ```
Bastien Montagne self-assigned this 2020-01-15 11:00:15 +01:00

This issue was referenced by e317e9f6c7

This issue was referenced by e317e9f6c75c238f4750db1bf80a9a3e8b2754f6

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
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
4 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#72751
No description provided.