Crash when trying to switch between workspaces and outliner modes #96844

Closed
opened 2022-03-29 07:58:59 +02:00 by Pasang Bomjan · 8 comments

System Information
Operating system: Windows-10-10.0.19042-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15

Blender Version
Broken: version: 3.2.0 Alpha, branch: master, commit date: 2022-03-28 21:29, hash: 27424b758a
Worked: 3.2.0 Alpha, branch: master, commit date: 2022-03-24 00:35, hash: 98d4872d7f

Exact steps for others to reproduce the error
Crash.blend

Try switching the workspace to 'Animation' | 'Scripting' | 'Geometry Nodes'and also the Outliner's display mode to'Blend File'

**System Information** Operating system: Windows-10-10.0.19042-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15 **Blender Version** Broken: version: 3.2.0 Alpha, branch: master, commit date: 2022-03-28 21:29, hash: `27424b758a` Worked: 3.2.0 Alpha, branch: master, commit date: 2022-03-24 00:35, hash: `98d4872d7f` **Exact steps for others to reproduce the error** [Crash.blend](https://archive.blender.org/developer/F12953334/Crash.blend) Try switching the workspace to **'Animation' | 'Scripting' | 'Geometry Nodes'**and also the Outliner's display mode to**'Blend File'**
Author

Added subscriber: @Pasang

Added subscriber: @Pasang
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

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

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

Thanks for the report. I can reproduce the crash.

Finding responsible commit

Thanks for the report. I can reproduce the crash. Finding responsible commit
Member

Added subscriber: @JulianEisel

Added subscriber: @JulianEisel
Member

Bisecting points to- ba49345705

cc @JulianEisel

stack trace:

blender.exe         :0x00007FF70415FEB0  outliner_add_id_contents C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\outliner_tree.cc:715
blender.exe         :0x00007FF70415FC10  blender::ed::outliner::outliner_add_element C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\outliner_tree.cc:921
blender.exe         :0x00007FF704179580  blender::ed::outliner::TreeDisplayLibraries::add_library_contents C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\tree\tree_display_libraries.cc:158
blender.exe         :0x00007FF704179850  blender::ed::outliner::TreeDisplayLibraries::buildTree C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\tree\tree_display_libraries.cc:41
blender.exe         :0x00007FF704161A00  outliner_build_tree C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\outliner_tree.cc:1706
blender.exe         :0x00007FF704168930  draw_outliner C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\outliner_draw.cc:3851
blender.exe         :0x00007FF70415CC40  outliner_main_region_draw C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\space_outliner.cc:89
blender.exe         :0x00007FF7036D8200  ED_region_do_draw C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\screen\area.c:547
blender.exe         :0x00007FF7036BF9F0  wm_draw_window_offscreen C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\windowmanager\intern\wm_draw.c:716
blender.exe         :0x00007FF7036BF840  wm_draw_window C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\windowmanager\intern\wm_draw.c:868
blender.exe         :0x00007FF7036BF370  wm_draw_update C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\windowmanager\intern\wm_draw.c:1071
blender.exe         :0x00007FF703699B90  WM_main C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\windowmanager\intern\wm.c:630
blender.exe         :0x00007FF703695350  main C:\Users\Pratik\Desktop\BlenderOSP\blender\source\creator\creator.c:552
blender.exe         :0x00007FF7046089C4  __scrt_common_main_seh d:\a01\_work\12\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288
KERNEL32.DLL        :0x00007FFB2FB67020  BaseThreadInitThunk
ntdll.dll           :0x00007FFB31A22630  RtlUserThreadStart```
Bisecting points to- ba49345705a3fc8ad8e5f4336ea960aec67f534e cc @JulianEisel stack trace: ```lines=10 blender.exe :0x00007FF70415FEB0 outliner_add_id_contents C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\outliner_tree.cc:715 blender.exe :0x00007FF70415FC10 blender::ed::outliner::outliner_add_element C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\outliner_tree.cc:921 blender.exe :0x00007FF704179580 blender::ed::outliner::TreeDisplayLibraries::add_library_contents C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\tree\tree_display_libraries.cc:158 blender.exe :0x00007FF704179850 blender::ed::outliner::TreeDisplayLibraries::buildTree C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\tree\tree_display_libraries.cc:41 blender.exe :0x00007FF704161A00 outliner_build_tree C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\outliner_tree.cc:1706 blender.exe :0x00007FF704168930 draw_outliner C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\outliner_draw.cc:3851 blender.exe :0x00007FF70415CC40 outliner_main_region_draw C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\space_outliner\space_outliner.cc:89 blender.exe :0x00007FF7036D8200 ED_region_do_draw C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\editors\screen\area.c:547 blender.exe :0x00007FF7036BF9F0 wm_draw_window_offscreen C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\windowmanager\intern\wm_draw.c:716 blender.exe :0x00007FF7036BF840 wm_draw_window C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\windowmanager\intern\wm_draw.c:868 blender.exe :0x00007FF7036BF370 wm_draw_update C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\windowmanager\intern\wm_draw.c:1071 blender.exe :0x00007FF703699B90 WM_main C:\Users\Pratik\Desktop\BlenderOSP\blender\source\blender\windowmanager\intern\wm.c:630 blender.exe :0x00007FF703695350 main C:\Users\Pratik\Desktop\BlenderOSP\blender\source\creator\creator.c:552 blender.exe :0x00007FF7046089C4 __scrt_common_main_seh d:\a01\_work\12\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288 KERNEL32.DLL :0x00007FFB2FB67020 BaseThreadInitThunk ntdll.dll :0x00007FFB31A22630 RtlUserThreadStart```

This issue was referenced by 4a5cd4e6c7

This issue was referenced by 4a5cd4e6c75d2a41ba0bffd971cd768ee76077ae
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Julian Eisel self-assigned this 2022-03-29 15:25:18 +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#96844
No description provided.