Blender crashes on startup #82628

Closed
opened 2020-11-11 19:54:10 +01:00 by Into · 15 comments

System Information
Operating system: Ubuntu Budgie 20.04
Graphics card: Intel UHD Graphics 620

Blender Version
Broken: 2.90.1, 3e85bb34d0, 2020-09-23
Worked: None

Short description of error
Blender crashes when trying to launch it.

Exact steps for others to reproduce the error
When running blender in the terminal, blender does not start. Instead it prints out the following.

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

blender.crash.txt

**System Information** Operating system: Ubuntu Budgie 20.04 Graphics card: Intel UHD Graphics 620 **Blender Version** Broken: 2.90.1, 3e85bb34d0d7, 2020-09-23 Worked: None **Short description of error** Blender crashes when trying to launch it. **Exact steps for others to reproduce the error** When running `blender` in the terminal, blender does not start. Instead it prints out the following. ``` Writing: /tmp/blender.crash.txt Segmentation fault (core dumped) ``` [blender.crash.txt](https://archive.blender.org/developer/F9261825/blender.crash.txt)
Author

Added subscriber: @intoo

Added subscriber: @intoo

Added subscriber: @iss

Added subscriber: @iss

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

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

Thanks for report,

I see that crash occurs inside GPU driver.

Please Make sure your OS and libraries is up to date and check if this problem happens wiht latest builds from https://builder.blender.org/download/

Thanks for report, I see that crash occurs inside GPU driver. Please Make sure your OS and libraries is up to date and check if this problem happens wiht latest builds from https://builder.blender.org/download/
Author

I am running the latest Ubuntu LTS (20.04.1) and have tried installing and running blender before and after upgrading my system with similar results.
The same problem happens also with the newest 2.91 Beta available from the website (2.91.0 Beta, 2020-11-12, b99faa0f56). The crash report is very similar:
blender.crash.txt
The same happens also with 2.92.0 Alpha, 2020-11-12, 2ef2b3e0fd00:
blender.crash.txt
Both of them give the same output to the terminal also.

I am running the latest Ubuntu LTS (20.04.1) and have tried installing and running blender before and after upgrading my system with similar results. The same problem happens also with the newest 2.91 Beta available from the website (2.91.0 Beta, 2020-11-12, b99faa0f567f). The crash report is very similar: [blender.crash.txt](https://archive.blender.org/developer/F9263447/blender.crash.txt) The same happens also with 2.92.0 Alpha, 2020-11-12, 2ef2b3e0fd00: [blender.crash.txt](https://archive.blender.org/developer/F9263462/blender.crash.txt) Both of them give the same output to the terminal also.

I remembered in report #77466 after Blender crashed, you would see following log in dmesg:

un 9 00:27] i915 0000:00:02.0: GPU HANG: ecode 9:1:0x00000000, hang on rcs0
[  +0.001009] i915 0000:00:02.0: Resetting rcs0 for hang on rcs0
[ +25.990686] i915 0000:00:02.0: Resetting rcs0 for hang on rcs0
[ +18.011293] i915 0000:00:02.0: Resetting rcs0 for hang on rcs0
[ +26.344984] i915 0000:00:02.0: Resetting rcs0 for preemption time out
[  +0.000005] i915 0000:00:02.0: blender[21226] context reset due to GPU hang
[  +0.016295] i915 0000:00:02.0: GPU HANG: ecode 9:1:87f99eb9, in blender [21226]
[  +0.000003] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
[  +0.000000] Please file a _new_ bug report at https://gitlab.freedesktop.org/drm/intel/issues/new.
[  +0.000000] Please see https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs for details.
[  +0.000001] drm/i915 developers can then reassign to the right component if it's not a kernel issue.
[  +0.000000] The GPU crash dump is required to analyze GPU hangs, so please always attach it.
[  +0.000001] GPU crash dump saved to /sys/class/drm/card0/error
[  +0.890507] i915 0000:00:02.0: Resetting rcs0 for preemption time out
[  +0.000006] i915 0000:00:02.0: blender[21226] context reset due to GPU hang
[  +0.011065] i915 0000:00:02.0: GPU HANG: ecode 9:1:85dfbfff, in blender [21226]
[Jun 8 23:58] Asynchronous wait on fence 0000:00:02.0:kwin_x11[2636]:3ad4 timed out (hint:intel_atomic_commit_ready+0x0/0x50 [i915])
[  +1.734737] i915 0000:00:02.0: Resetting rcs0 for preemption time out
[  +0.000009] i915 0000:00:02.0: blender[21226] context reset due to GPU hang
[  +0.026699] audit: type=1701 audit(1591671483.743:362): auid=1000 uid=1000 gid=1000 ses=4 pid=21226 comm="blender" exe="/home/matheus/programs/blender-2.83.0-linux64/blender" sig=6 res=1

Can you run dmesg in console and check if you see something similar and paste that section here?

I remembered in report #77466 after Blender crashed, you would see following log in `dmesg`: ``` un 9 00:27] i915 0000:00:02.0: GPU HANG: ecode 9:1:0x00000000, hang on rcs0 [ +0.001009] i915 0000:00:02.0: Resetting rcs0 for hang on rcs0 [ +25.990686] i915 0000:00:02.0: Resetting rcs0 for hang on rcs0 [ +18.011293] i915 0000:00:02.0: Resetting rcs0 for hang on rcs0 [ +26.344984] i915 0000:00:02.0: Resetting rcs0 for preemption time out [ +0.000005] i915 0000:00:02.0: blender[21226] context reset due to GPU hang [ +0.016295] i915 0000:00:02.0: GPU HANG: ecode 9:1:87f99eb9, in blender [21226] [ +0.000003] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace. [ +0.000000] Please file a _new_ bug report at https://gitlab.freedesktop.org/drm/intel/issues/new. [ +0.000000] Please see https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs for details. [ +0.000001] drm/i915 developers can then reassign to the right component if it's not a kernel issue. [ +0.000000] The GPU crash dump is required to analyze GPU hangs, so please always attach it. [ +0.000001] GPU crash dump saved to /sys/class/drm/card0/error [ +0.890507] i915 0000:00:02.0: Resetting rcs0 for preemption time out [ +0.000006] i915 0000:00:02.0: blender[21226] context reset due to GPU hang [ +0.011065] i915 0000:00:02.0: GPU HANG: ecode 9:1:85dfbfff, in blender [21226] [Jun 8 23:58] Asynchronous wait on fence 0000:00:02.0:kwin_x11[2636]:3ad4 timed out (hint:intel_atomic_commit_ready+0x0/0x50 [i915]) [ +1.734737] i915 0000:00:02.0: Resetting rcs0 for preemption time out [ +0.000009] i915 0000:00:02.0: blender[21226] context reset due to GPU hang [ +0.026699] audit: type=1701 audit(1591671483.743:362): auid=1000 uid=1000 gid=1000 ses=4 pid=21226 comm="blender" exe="/home/matheus/programs/blender-2.83.0-linux64/blender" sig=6 res=1 ``` Can you run `dmesg` in console and check if you see something similar and paste that section here?
Author

This comment was removed by @intoo

*This comment was removed by @intoo*
Author

Running dmesg gave nothing similar to that. I can also include a file of the whole output if needed.

Running `dmesg` gave nothing similar to that. I can also include a file of the whole output if needed.

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

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

Please add as much relevant information as you can. So at least we know this isn't same issue, but unfortunately I can't tell what the problem is here.

Please add as much relevant information as you can. So at least we know this isn't same issue, but unfortunately I can't tell what the problem is here.
Author

Sorry for the delay. I am not very experienced in this kind of task, so I don't really know what information is relevant. What kind of information should I post here?

Sorry for the delay. I am not very experienced in this kind of task, so I don't really know what information is relevant. What kind of information should I post here?

In #82628#1057727, @intoo wrote:
Sorry for the delay. I am not very experienced in this kind of task, so I don't really know what information is relevant. What kind of information should I post here?

I was just responding to your previous comment, if you should include dmesg output.

> In #82628#1057727, @intoo wrote: > Sorry for the delay. I am not very experienced in this kind of task, so I don't really know what information is relevant. What kind of information should I post here? I was just responding to your previous comment, if you should include dmesg output.

Added subscriber: @mano-wii

Added subscriber: @mano-wii

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

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

This report has been unconfirmed for 1 year so far.

Realistically, not much we can do here apart from suggesting checking on a newer drivers.
While this is a real issue, it is only happening to a few people so far. And to troubleshoot it developers needs to have direct access to hardware. And even then it is not clear whether it's a solvable problem from Blender side...
So thanks for the report, but doesn't currently looking like we can solve this driver issue :(

To upgrade to the latest driver, see here for more information: https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html

This report has been unconfirmed for 1 year so far. Realistically, not much we can do here apart from suggesting checking on a newer drivers. While this is a real issue, it is only happening to a few people so far. And to troubleshoot it developers needs to have direct access to hardware. And even then it is not clear whether it's a solvable problem from Blender side... So thanks for the report, but doesn't currently looking like we can solve this driver issue :( To upgrade to the latest driver, see here for more information: https://docs.blender.org/manual/en/dev/troubleshooting/gpu/index.html
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
3 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#82628
No description provided.