Blender 2.83beta crashes right after closing Preferences dialog on Fedora 32 #76307

Closed
opened 2020-05-01 20:30:37 +02:00 by Anton Raves · 7 comments

System Information
Operating system: Linux-5.6.7-300.fc32.x86_64-x86_64-with-fedora-32-Thirty_Two 64 Bits
Graphics card: AMD JUNIPER (DRM 2.50.0 / 5.6.7-300.fc32.x86_64, LLVM 10.0.0) X.Org 3.3 (Core Profile) Mesa 20.0.5

Blender Version
Broken: version: 2.83 (sub 15), branch: master, commit date: 2020-04-29 08:26, hash: 839fe335d2
Worked: (newest version of Blender that worked as expected)

Short description of error
Blender 2.83 (sub 15) crashes right after closing Preferences dialog on Fedora 32.

Exact steps for others to reproduce the error
Download the Blender 2.83 (sub 15) from the buildbot environment, launch it directly or from the Terminal using

/opt/blender/blender --debug

Under the "File"-menu select "Defaults" and then "Load Factory Settings" to begin fresh. Now go to the "Edit"-menu and select "Preferences". It doesn't matter if chanes are made there or not, click "Save Preferences" and close the Preferences-window. Now it will take a few seconds in which the mouse can be moved and such, after which clicking the mouse will not be registered anymore and Blender itself crashes. The Terminal then contains the following lines:

[machinename@macpro ~]$ /opt/blender/blender --debug
Switching to fully guarded memory allocator.
Blender 2.83 (sub 15)
Build: 2020-04-29 08:47:09 Linux Release
argv[0] = /opt/blender/blender
argv[1] = --debug
Read prefs: /home/machinename/.config/blender/2.83/config/userpref.blend
read file /home/machinename/.config/blender/2.83/config/startup.blend
  Version 283 sub 15 date 2020-04-29 08:26 hash 839fe335d2d6
found bundled python: /opt/blender/2.83/python
read file 
  Version 280 sub 39 date unknown hash unknown
Writing userprefs: '/home/machinename/.config/blender/2.83/config/userpref.blend' ok
Writing: /tmp/blender.crash.txt
Segmentation fault (core dumped)
[machinename@macpro ~]$ 

And the /tmp/blender.crash.txt file contains the following lines:

# Blender 2.83 (sub 15), Commit date: 2020-04-29 08:26, Hash 839fe335d2d6

# backtrace
/opt/blender/blender(BLI_system_backtrace+0x1d) [0x69841ad]
/opt/blender/blender() [0xc14bb2]
/lib64/libc.so.6(+0x3cab0) [0x7f42923cdab0]
/usr/lib64/dri/r600_dri.so(+0x5b4d6e) [0x7f4265a88d6e]
/usr/lib64/dri/r600_dri.so(+0x6ddc63) [0x7f4265bb1c63]
/usr/lib64/dri/r600_dri.so(+0x125f5e) [0x7f42655f9f5e]
/usr/lib64/dri/r600_dri.so(+0x128213) [0x7f42655fc213]
/usr/lib64/dri/r600_dri.so(+0x133794) [0x7f4265607794]
/usr/lib64/dri/r600_dri.so(+0x13078e) [0x7f426560478e]
/usr/lib64/dri/r600_dri.so(+0x122b62) [0x7f42655f6b62]
/usr/lib64/dri/r600_dri.so(+0x357b4d) [0x7f426582bb4d]
/usr/lib64/dri/r600_dri.so(+0x357c05) [0x7f426582bc05]
/opt/blender/blender(immEnd+0x2f9) [0x5690a49]
/opt/blender/blender(ED_region_do_draw+0xbaa) [0x121f44a]
/opt/blender/blender(wm_draw_update+0x52d) [0xec287d]
/opt/blender/blender(WM_main+0x30) [0xec0820]
/opt/blender/blender(main+0x321) [0xb4b7d1]
/lib64/libc.so.6(__libc_start_main+0xf2) [0x7f42923b8042]
/opt/blender/blender() [0xc113dc]


**System Information** Operating system: Linux-5.6.7-300.fc32.x86_64-x86_64-with-fedora-32-Thirty_Two 64 Bits Graphics card: AMD JUNIPER (DRM 2.50.0 / 5.6.7-300.fc32.x86_64, LLVM 10.0.0) X.Org 3.3 (Core Profile) Mesa 20.0.5 **Blender Version** Broken: version: 2.83 (sub 15), branch: master, commit date: 2020-04-29 08:26, hash: `839fe335d2` Worked: (newest version of Blender that worked as expected) **Short description of error** Blender 2.83 (sub 15) crashes right after closing Preferences dialog on Fedora 32. **Exact steps for others to reproduce the error** Download the Blender 2.83 (sub 15) from the buildbot environment, launch it directly or from the Terminal using /opt/blender/blender --debug Under the "File"-menu select "Defaults" and then "Load Factory Settings" to begin fresh. Now go to the "Edit"-menu and select "Preferences". It doesn't matter if chanes are made there or not, click "Save Preferences" and close the Preferences-window. Now it will take a few seconds in which the mouse can be moved and such, after which clicking the mouse will not be registered anymore and Blender itself crashes. The Terminal then contains the following lines: ``` [machinename@macpro ~]$ /opt/blender/blender --debug Switching to fully guarded memory allocator. Blender 2.83 (sub 15) Build: 2020-04-29 08:47:09 Linux Release argv[0] = /opt/blender/blender argv[1] = --debug Read prefs: /home/machinename/.config/blender/2.83/config/userpref.blend read file /home/machinename/.config/blender/2.83/config/startup.blend Version 283 sub 15 date 2020-04-29 08:26 hash 839fe335d2d6 found bundled python: /opt/blender/2.83/python read file Version 280 sub 39 date unknown hash unknown Writing userprefs: '/home/machinename/.config/blender/2.83/config/userpref.blend' ok Writing: /tmp/blender.crash.txt Segmentation fault (core dumped) [machinename@macpro ~]$ ``` And the /tmp/blender.crash.txt file contains the following lines: ``` # Blender 2.83 (sub 15), Commit date: 2020-04-29 08:26, Hash 839fe335d2d6 # backtrace /opt/blender/blender(BLI_system_backtrace+0x1d) [0x69841ad] /opt/blender/blender() [0xc14bb2] /lib64/libc.so.6(+0x3cab0) [0x7f42923cdab0] /usr/lib64/dri/r600_dri.so(+0x5b4d6e) [0x7f4265a88d6e] /usr/lib64/dri/r600_dri.so(+0x6ddc63) [0x7f4265bb1c63] /usr/lib64/dri/r600_dri.so(+0x125f5e) [0x7f42655f9f5e] /usr/lib64/dri/r600_dri.so(+0x128213) [0x7f42655fc213] /usr/lib64/dri/r600_dri.so(+0x133794) [0x7f4265607794] /usr/lib64/dri/r600_dri.so(+0x13078e) [0x7f426560478e] /usr/lib64/dri/r600_dri.so(+0x122b62) [0x7f42655f6b62] /usr/lib64/dri/r600_dri.so(+0x357b4d) [0x7f426582bb4d] /usr/lib64/dri/r600_dri.so(+0x357c05) [0x7f426582bc05] /opt/blender/blender(immEnd+0x2f9) [0x5690a49] /opt/blender/blender(ED_region_do_draw+0xbaa) [0x121f44a] /opt/blender/blender(wm_draw_update+0x52d) [0xec287d] /opt/blender/blender(WM_main+0x30) [0xec0820] /opt/blender/blender(main+0x321) [0xb4b7d1] /lib64/libc.so.6(__libc_start_main+0xf2) [0x7f42923b8042] /opt/blender/blender() [0xc113dc] ```
Author

Added subscriber: @Memento

Added subscriber: @Memento
Author

Problem also exists in the official Blender 2.82a release, on the same system, after having deleted the complete ~/.config/blender directory...

Problem also exists in the official Blender 2.82a release, on the same system, after having deleted the complete ~/.config/blender directory...

Added subscriber: @brecht

Added subscriber: @brecht

This may be the same issue as #76113 (Crash closing file browsers with AMD GPUs)

This may be the same issue as #76113 (Crash closing file browsers with AMD GPUs)
Author

Additional info: Didn't have this issue under Fedora 31... And Blender 2.79 doesn't have this problem while being under Fedora 32

Additional info: Didn't have this issue under Fedora 31... And Blender 2.79 doesn't have this problem while being under Fedora 32
Member

Closed as duplicate of #76113

Closed as duplicate of #76113
Member

Added subscriber: @ankitm

Added subscriber: @ankitm
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#76307
No description provided.