Crash with GPU and OpenCL on Linux #104823

Closed
opened 2023-02-16 15:45:54 +01:00 by Thomas Marcos · 9 comments

System Information
Operating system: Linux-3.10.0-1160.49.1.el7.x86_64-x86_64-with-glibc2.17 64 Bits
Graphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 525.85.05

Blender Version
Broken: version: 3.3.3, branch: master, commit date: 2023-01-17 08:40, hash: rB8d94aeb604fa
Worked: version 3.2.2

Short description of error
Using the GPU causes Blender to crash a few moments later.

I managed to isolate the problem,you can see the steps below.

It doesn't only happen with these steps, but also when I use GPU Cycles, Blender crashes some time later.

I don't have this problem with Blender version 3.2.2 and earlier.

I got a Segmentation Fault error.

Exact steps for others to reproduce the error

  1. Open Blender 3.3.3.
  2. Go to the compositor editor.
  3. Enable OpenCL in the Option Panel.
  4. Render the scene.
  5. Manipulate the compositor nodes.

Blender should crash.

image

**System Information** Operating system: Linux-3.10.0-1160.49.1.el7.x86_64-x86_64-with-glibc2.17 64 Bits Graphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 525.85.05 **Blender Version** Broken: version: 3.3.3, branch: master, commit date: 2023-01-17 08:40, hash: `rB8d94aeb604fa` Worked: version 3.2.2 **Short description of error** Using the GPU causes Blender to crash a few moments later. I managed to isolate the problem,you can see the steps below. It doesn't only happen with these steps, but also when I use GPU Cycles, Blender crashes some time later. I don't have this problem with Blender version 3.2.2 and earlier. I got a Segmentation Fault error. **Exact steps for others to reproduce the error** 1. Open Blender 3.3.3. 2. Go to the compositor editor. 3. Enable OpenCL in the Option Panel. 4. Render the scene. 5. Manipulate the compositor nodes. Blender should crash. ![image](/attachments/3fe79905-5f3f-42b1-8e14-229e78bfb1c5)
219 KiB
Thomas Marcos added the
Severity
Normal
Type
Report
Status
Needs Triage
labels 2023-02-16 15:45:55 +01:00

Can you elaborate on step 5? What exactly should I do?

Also please check if this happens with alpha build from https://builder.blender.org/download/daily/. Run Blender from command line with -d argument and attach console output. On a crash, a file named blender.crash.txt is written in /tmp directory. Please upload this file.

Can you elaborate on step 5? What exactly should I do? Also please check if this happens with alpha build from https://builder.blender.org/download/daily/. Run Blender from command line with `-d` argument and attach console output. On a crash, a file named blender.crash.txt is written in /tmp directory. Please upload this file.
Richard Antalik added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-02-17 04:46:08 +01:00
Author

In step 5 I can do pretty much any manipulation, if I used the GPU, Blender crashes in the following seconds.

Here is a small video showing several cases : https://youtu.be/vE7TMum0iN0

Regarding new versions, the software does not open. here is an example : https://youtu.be/5HWZ0inLyxc

Les deux versions testées sont :
blender-3.5.0-beta+v35.4cb119f5339f-linux.x86_64-release
blender-3.6.0-alpha+main.c39b81d83288-linux.x86_64-release

I ran version 3.3.3 with the -d argument. After performing the same manipulation as in the video above. The blender.crash.txt file is completely empty.

When I tried to run blender 3.5.0 beta with the same argument, I get this error :
/blender-3.5.0-beta+v35.4cb119f5339f-linux.x86_64-release/blender: error while loading shared libraries: libmvec.so.1: cannot open shared object file: No such file or directory

In step 5 I can do pretty much any manipulation, if I used the GPU, Blender crashes in the following seconds. Here is a small video showing several cases : https://youtu.be/vE7TMum0iN0 Regarding new versions, the software does not open. here is an example : https://youtu.be/5HWZ0inLyxc Les deux versions testées sont : blender-3.5.0-beta+v35.4cb119f5339f-linux.x86_64-release blender-3.6.0-alpha+main.c39b81d83288-linux.x86_64-release I ran version 3.3.3 with the -d argument. After performing the same manipulation as in the video above. The blender.crash.txt file is completely empty. When I tried to run blender 3.5.0 beta with the same argument, I get this error : `/blender-3.5.0-beta+v35.4cb119f5339f-linux.x86_64-release/blender: error while loading shared libraries: libmvec.so.1: cannot open shared object file: No such file or directory`

Here on Windows it doesn't crash. @lichtwerk can you check on Linux?

For issues with daily builds, please open new report.

Here on Windows it doesn't crash. @lichtwerk can you check on Linux? For issues with daily builds, please open new report.
Author

I tested on Windows and Mac, I don't have the problem. Only on Linux CentOS.

Do you observe the same problem on LInux?

I tested on Windows and Mac, I don't have the problem. Only on Linux CentOS. Do you observe the same problem on LInux?

Sorry for late response, I have checked only now, but I am not able to reproduce the issue.

IMO would be best to check latest builds. Do you still have issues with these?

Sorry for late response, I have checked only now, but I am not able to reproduce the issue. IMO would be best to check latest builds. Do you still have issues with these?
Author

I'm on CentOS 7, so I can't open new versions of Blender (3.5 and 3.6). But I can confirm that I have the problem with Blender 3.4.1.

I'm on CentOS 7, so I can't open new versions of Blender (3.5 and 3.6). But I can confirm that I have the problem with Blender 3.4.1.

I see, we no longer build on Centos 7 so the OS is technically deprecated on our side. I assume this would still be unresolved if this was Blender bug, but could be issue with platform as well. It would be great if you could test this on live distro at least to check.

I see, we no longer build on Centos 7 so the OS is technically deprecated on our side. I assume this would still be unresolved if this was Blender bug, but could be issue with platform as well. It would be great if you could test this on live distro at least to check.

@thomasmcs Did you have chance to check if this issue happens with recent builds?

@thomasmcs Did you have chance to check if this issue happens with recent builds?

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed. Thanks again for the report. If the problem persists please open a new report with the required information.
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2023-05-01 06:04:34 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
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
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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#104823
No description provided.