Regression: Crash when setting Outliner to "Blender File" with old files (IPO IDs) #97790

Closed
opened 2022-05-03 06:00:13 +02:00 by Will · 8 comments

System Information
Operating system: Linux, GNOME
Graphics card: Intel UHD 620

Blender Version
Broken: 2.93.0 to blender-3.2.0-alpha+master.95005bbe02cf (which just happens to be the nightly build I have; I assume it's still broken.)
Worked: 2.92

Caused by 3a907e7425

Short description of error

Opening some files from old Blender versions and then setting an Outliner window to "Blender File" causes segfaults.

Background:

At some point I recall seeing a comment from Ton doubting that anyone would still have useful files from Blender 2.2X or some other ancient version. Well, I found a source of hundreds of such files!

The FreedroidRPG project is still in semi-active development, but the main artist (who also worked on Elephants Dream, I believe) and all the other artists retired years ago. As a result, out of the 700+ .blend files in the freedroid-graphics repository, just 40 were authored using a Blender version newer than 2.49. The rest range between the 2.2X series (of which there are 271 alone) and 2.49.

Obviously, lots of highly varied minor issues are inevitable and normal when opening files that are very nearly as old as I am. However, this report is about a specific reproducible crash that seems to happen with a lot of the files I've checked, and a relatively recently introduced one as far as Blender versions go (broken since only June 2021).

…I believe the files that crash may have broken library links in common, or maybe armature animations… Not sure.

Exact steps for others to reproduce the error

  1. Open one of the attached files in a recent Blender version.
  2. If an Outliner area does not exist, change one of the areas into an Outliner.
  3. Set the Outliner "Display Mode" to "Blender File".
  4. Observe crash.

The crash can also be triggered by setting an Outliner to "Blender File" first, and then loading the file without loading its UI.

ingame_329.blend
all_123.blend
action_cook.blend

If the file headers are to be believed:
ingame_329.blend was authored using Blender 2.25.
all_123.blend was authored using Blender 2.30.
action_cook.blend was authored using Blender 2.49.

All three of these trigger the crash for me using Blender 3.1. all_123.blend was the one that I used to determine that 2.92 was the latest working version. No idea if this can also happen with files from more recent versions; There are only a handful of 2.5X files from that repo, and all of them are much simpler.

Lots of other old files can be found in the https://gitlab.com/freedroid/freedroid-graphics repository.

**System Information** Operating system: Linux, GNOME Graphics card: Intel UHD 620 **Blender Version** Broken: 2.93.0 to blender-3.2.0-alpha+master.95005bbe02cf (which just happens to be the nightly build I have; I assume it's still broken.) Worked: 2.92 Caused by 3a907e7425 **Short description of error** Opening some files from old Blender versions and then setting an Outliner window to "Blender File" causes segfaults. Background: At some point I recall seeing a comment from Ton doubting that anyone would still have useful files from Blender 2.2X or some other ancient version. Well, I found a source of hundreds of such files! The FreedroidRPG project is still in semi-active development, but the main artist (who also worked on Elephants Dream, I believe) and all the other artists retired years ago. As a result, out of the 700+ `.blend` files in the `freedroid-graphics` repository, just 40 were authored using a Blender version newer than 2.49. The rest range between the 2.2X series (of which there are 271 alone) and 2.49. Obviously, lots of highly varied minor issues are inevitable and normal when opening files that are very nearly as old as I am. However, this report is about a specific reproducible crash that seems to happen with a lot of the files I've checked, and a relatively recently introduced one as far as Blender versions go (broken since only June 2021). …I believe the files that crash *may* have broken library links in common, or maybe armature animations… Not sure. **Exact steps for others to reproduce the error** 1. Open one of the attached files in a recent Blender version. 2. If an Outliner area does not exist, change one of the areas into an Outliner. 3. Set the Outliner "Display Mode" to "Blender File". 4. Observe crash. The crash can also be triggered by setting an Outliner to "Blender File" first, and then loading the file without loading its UI. [ingame_329.blend](https://archive.blender.org/developer/F13048222/ingame_329.blend) [all_123.blend](https://archive.blender.org/developer/F13048223/all_123.blend) [action_cook.blend](https://archive.blender.org/developer/F13048224/action_cook.blend) If the file headers are to be believed: `ingame_329.blend` was authored using Blender 2.25. `all_123.blend` was authored using Blender 2.30. `action_cook.blend` was authored using Blender 2.49. All three of these trigger the crash for me using Blender 3.1. `all_123.blend` was the one that I used to determine that 2.92 was the latest working version. No idea if this can also happen with files from more recent versions; There are only a handful of 2.5X files from that repo, and all of them are much simpler. Lots of other old files can be found in the https://gitlab.com/freedroid/freedroid-graphics repository.
Author

Added subscriber: @WCN

Added subscriber: @WCN
Will changed title from Segfault/Crash when setting Outliner to "Blender File" with old files. to Segfault/Crash when setting Outliner to "Blender File" with old files. (Regression) 2022-05-03 06:38:18 +02:00
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

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

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

Can confirm, will check.

Can confirm, will check.
Member

Added subscriber: @JulianEisel

Added subscriber: @JulianEisel
Member

Caused by 3a907e7425

This is mainly due to unhandled IPO IDs I think.

Previously these were shown under UNKNOWN, now this asserts in some place (but still should not crash @JulianEisel?)
Will set High prio (since it is a regression -- even though a bit older... feel free to lower again if this does not seem appropriate)

Caused by 3a907e7425 This is mainly due to unhandled IPO IDs I think. Previously these were shown under `UNKNOWN`, now this asserts in some place (but still should not crash @JulianEisel?) Will set High prio (since it is a regression -- even though a bit older... feel free to lower again if this does not seem appropriate)
Philipp Oeser changed title from Segfault/Crash when setting Outliner to "Blender File" with old files. (Regression) to Regression: Crash when setting Outliner to "Blender File" with old files (IPO IDs) 2022-05-03 12:29:58 +02:00

This issue was referenced by b45f410b31

This issue was referenced by b45f410b3157cb13e7ff4d88dcf5557d2621b9c3
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Julian Eisel self-assigned this 2022-05-27 17:03:55 +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
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#97790
No description provided.