Segmentation fault when opening VSE files or displaying thumbnails #78867
Labels
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 & 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
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & 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
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#78867
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Debian Bullseye
Graphics card: Radeon Vega 56
Blender Version
Broken: Blender 2.83.1 and Blender 2.82 (sub 7)
Worked: Blender 2.79b
Short description of error
When opening .blend VSE files, blender crashes with a segmentation fault.
Blender crashes both when called from the command line
blender myfile.blend
or when loading the file from blender.Browsing (Shift-F1) to a folder containing a video also crashes Blender.
Content of the crash log
Exact steps for others to reproduce the error
Added subscriber: @me-2
#79282 was marked as duplicate of this issue
#79079 was marked as duplicate of this issue
Added subscriber: @iss
Changed status from 'Needs Triage' to: 'Needs User Info'
Can not reproduce this on windows. Can you check if this happens with portable build? https://builder.blender.org/download/
Also by VSE files you mean video files or .blend files with VSE projects?
Hello,
It doesn't crash with the latest build. Thanks.
By .blend VSE files I mean blender VSE projects.
The crash happens when Blender tries to display a video (avi, mp4…) thumbnail in the file browser. Almost all my VSE projects have a file browser in the layout, which must cause the crash.
In the meantime, it there a way I can disable thumbnails? Or open projects with an empty workspace?
Thanks.
You can change filebrowser to not display thumbnails this and save startup file.
I asked to check wih daily build, because crash occured in
/usr/lib/x86_64-linux-gnu/libswscale.so.5
so this looks that there may be some problem in your system with this library. I am not sure what could be the issue, perhaps some application has overwritten this file with own that has some features missing? I am really just guessing now. That said, this may be a problem with package created by distro maintainers.Perhaps you could also try to install via snap store?
Hello,
Changing the startup file doesn't help when loading existing projects does it? Or maybe I'm missing something.
I tried reinstalling libswscale just in case but it didn't help. Upgrading to the latest version in Debian Sid didn't help either.
Added subscriber: @Sergey
That is true, it won't help there.
@Sergey any idea what is the issue here?
Official Blender version do not use any system libraries other than X11 and OpenGL. They definitely do not use system-wide FFmpeg libraries (
libswscale.so
is part of FFmpeg).We can only fix issues which we can reproduce with official builds from blender.org websites, and we do need exact files to reproduce the issue.
So:
Added subscriber: @CGx
Exact same problem in my machine. system-info.txt
System Information
Operating system: Arch Linux
Graphics card: RTX 2070 Super
Please test with official builds from blender.org/builder.blender.org.
If the issue happens with the official builds, follow the bug report guidelines.
If the issue does not happen with the official builds, contact maintainer of Blender package in your Linux distribution.
Changed status from 'Needs User Info' to: 'Archived'
I will close this report as this did not happen with official build
Note: could be related to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964802
This issue was referenced by
53b98de260
This issue was referenced by
6778ef4dcc
Added subscriber: @OrakMoya
Changed status from 'Archived' to: 'Resolved'
The official builds work fine.
I am using them for the time being.
Thank you very much for your help!
Added subscriber: @zegkljan