Blender 2.90 crashes on boot #80743

Closed
opened 2020-09-13 13:26:05 +02:00 by Karri Rasinmäki · 9 comments

System Information
Operating system:
Graphics card:

Blender Version
Broken: Blender 2.90.0, build date: 2020-08-31
Worked: cannot tell which one was the latest release that worked on this system.

Short description of error
The latest version of Blender crashes on boot on my laptop. The same package, however, boots fine on my other system.

I tried both, download from blender.org as well as Snapcraft package. Same error on both.


  Operating System: Ubuntu 18.04.1 LTS
            Kernel: Linux 4.15.0-112-generic
      Architecture: x86-64
% ./blender --version
Blender 2.90.0
	build date: 2020-08-31
	build time: 11:54:54
	build commit date: 2020-08-31
	build commit time: 11:26
	build hash: 0330d1af29c0
	build platform: Linux
	build type: Release
	build c flags:  -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wrestrict -Wnonnull -Wabsolute-value -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5  -fuse-ld=gold -std=gnu11   -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 -D_GLIBCXX_USE_CXX11_ABI=0
	build c++ flags:  -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5  -fuse-ld=gold -std=c++17   -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 -D_GLIBCXX_USE_CXX11_ABI=0
	build link flags:  -Wl,--version-script='/home/sources/buildbot-worker-linux_centos7/linux_290/blender.git/source/creator/blender.map'
	build system: CMake
Error: Not freed memory blocks: 371, total unfreed memory 0.135933 MB
% blender
/run/user/1000/snap.blender/gvfs/ non-existent directory
found bundled python: /snap/blender/45/2.90/python
GPUShader: linking error:
error: Input block `ShaderStageInterface' is not an output of the previous stage

GPUShader: linking error:
error: Input block `ShaderStageInterface' is not an output of the previous stage

Writing: /tmp/blender.crash.txt
Segmentation fault (core dumped)

% cat /tmp/blender.crash.txt
# Blender 2.90.0, Commit date: 2020-08-31 11:26, Hash 0330d1af29c0

# backtrace
/snap/blender/45/blender(BLI_system_backtrace+0x20) [0x81fdc60]
/snap/blender/45/blender() [0xe231fa]
/lib/x86_64-linux-gnu/libc.so.6(+0x3efd0) [0x7f837728ffd0]
/snap/blender/45/blender(GPU_shader_get_builtin_block+0) [0x6f1b210]
/snap/blender/45/blender() [0x1235ca6]
/snap/blender/45/blender(DRW_shgroup_create+0x1d) [0x123796d]
/snap/blender/45/blender(OVERLAY_outline_cache_init+0xce) [0x126d1ee]
/snap/blender/45/blender() [0x126405d]
/snap/blender/45/blender() [0x1231cf6]
/snap/blender/45/blender(DRW_draw_render_loop_ex+0x45b) [0x123350b]
/snap/blender/45/blender(view3d_main_region_draw+0x8f) [0x18930df]
/snap/blender/45/blender(ED_region_do_draw+0x811) [0x14871c1]
/snap/blender/45/blender(wm_draw_update+0x4da) [0x10de9aa]
/snap/blender/45/blender(WM_main+0x30) [0x10dc900]
/snap/blender/45/blender(main+0x317) [0xd5ebc7]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f8377272b97]
/snap/blender/45/blender() [0xe1f9e3]

# Python backtrace
**System Information** Operating system: Graphics card: **Blender Version** Broken: Blender 2.90.0, build date: 2020-08-31 Worked: cannot tell which one was the latest release that worked on this system. **Short description of error** The latest version of Blender crashes on boot on my laptop. The same package, however, boots fine on my other system. I tried both, download from blender.org as well as Snapcraft package. Same error on both. --- ``` Operating System: Ubuntu 18.04.1 LTS Kernel: Linux 4.15.0-112-generic Architecture: x86-64 ``` ``` % ./blender --version Blender 2.90.0 build date: 2020-08-31 build time: 11:54:54 build commit date: 2020-08-31 build commit time: 11:26 build hash: 0330d1af29c0 build platform: Linux build type: Release build c flags: -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wrestrict -Wnonnull -Wabsolute-value -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5 -fuse-ld=gold -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 -D_GLIBCXX_USE_CXX11_ABI=0 build c++ flags: -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -fuse-ld=gold -std=c++17 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 -D_GLIBCXX_USE_CXX11_ABI=0 build link flags: -Wl,--version-script='/home/sources/buildbot-worker-linux_centos7/linux_290/blender.git/source/creator/blender.map' build system: CMake Error: Not freed memory blocks: 371, total unfreed memory 0.135933 MB ``` ``` % blender /run/user/1000/snap.blender/gvfs/ non-existent directory found bundled python: /snap/blender/45/2.90/python GPUShader: linking error: error: Input block `ShaderStageInterface' is not an output of the previous stage GPUShader: linking error: error: Input block `ShaderStageInterface' is not an output of the previous stage Writing: /tmp/blender.crash.txt Segmentation fault (core dumped) % cat /tmp/blender.crash.txt # Blender 2.90.0, Commit date: 2020-08-31 11:26, Hash 0330d1af29c0 # backtrace /snap/blender/45/blender(BLI_system_backtrace+0x20) [0x81fdc60] /snap/blender/45/blender() [0xe231fa] /lib/x86_64-linux-gnu/libc.so.6(+0x3efd0) [0x7f837728ffd0] /snap/blender/45/blender(GPU_shader_get_builtin_block+0) [0x6f1b210] /snap/blender/45/blender() [0x1235ca6] /snap/blender/45/blender(DRW_shgroup_create+0x1d) [0x123796d] /snap/blender/45/blender(OVERLAY_outline_cache_init+0xce) [0x126d1ee] /snap/blender/45/blender() [0x126405d] /snap/blender/45/blender() [0x1231cf6] /snap/blender/45/blender(DRW_draw_render_loop_ex+0x45b) [0x123350b] /snap/blender/45/blender(view3d_main_region_draw+0x8f) [0x18930df] /snap/blender/45/blender(ED_region_do_draw+0x811) [0x14871c1] /snap/blender/45/blender(wm_draw_update+0x4da) [0x10de9aa] /snap/blender/45/blender(WM_main+0x30) [0x10dc900] /snap/blender/45/blender(main+0x317) [0xd5ebc7] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f8377272b97] /snap/blender/45/blender() [0xe1f9e3] # Python backtrace ```

Added subscriber: @karrirasinmaki

Added subscriber: @karrirasinmaki
Karri Rasinmäki changed title from Blender 2.90 from Snap crashes on boot to Blender 2.90 crashes on boot 2020-09-13 13:31:48 +02:00

I hit enter/submit too early so had to update the description a few times quickly afterwards. :)

I hit enter/submit too early so had to update the description a few times quickly afterwards. :)

Added subscriber: @rjg

Added subscriber: @rjg

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

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

Please add your hardware information to your report. We need the dedicated and/or integrated GPU and their driver version.

Please add your hardware information to your report. We need the dedicated and/or integrated GPU and their driver version.

The problem was probably on the software since after updating some of the software on my system the problem got solved and Blender boots.

So yeah, I think the error is now hard to track down anymore since my software is updated... Sorry about that.

The problem was probably on the software since after updating some of the software on my system the problem got solved and Blender boots. So yeah, I think the error is now hard to track down anymore since my software is updated... Sorry about that.

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

Changed status from 'Needs User Info' to: 'Archived'
Robert Guetzkow self-assigned this 2020-09-13 15:14:22 +02:00

I'm closing the ticket then, since the issue was resolved by installing updates.

I'm closing the ticket then, since the issue was resolved by installing updates.

Cool for me!

Cool for me!
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#80743
No description provided.