Blender 2.8 crashes when opening User preferences. #54224

Closed
opened 2018-03-04 13:05:19 +01:00 by m · 9 comments

I know that new bug reports on 2.8 are restricted to developers, but I thought I could provide some useful information here.

System Information
Linux Debian 9 64 bits, NVIDIA GTX 1050 TI (driver 375.82)
(also happens on Windows 10 Home Edition, same hardware as above)

Blender Version
Broken: branch blender2.8, hash adece9fbb6

Short description of error
Blender crashes when opening "User preferences..." from the File menu.

Exact steps for others to reproduce the error
Open blender.
Click menu "File -> User Preferences..."
Blender crashes.

Contents of /tmp/blender.crash.txt:

Blender 2.80 (sub 4), Commit date: 2018-03-03 13:58, Hash 2adece9fbb

backtrace

./bin/blender(BLI_system_backtrace+0x1d) [0x55e94bc1427d]
./bin/blender(+0xcc8d79) [0x55e94b18ed79]
/lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f0682baf030]
./bin/blender(ED_scene_change_update+0x9d) [0x55e94b494d7d]
./bin/blender(WM_window_open_temp+0x1be) [0x55e94b1b0cee]
./bin/blender(+0xfde7a8) [0x55e94b4a47a8]
./bin/blender(+0xcd09fb) [0x55e94b1969fb]
./bin/blender(+0xcd0e65) [0x55e94b196e65]
./bin/blender(+0xec1e72) [0x55e94b387e72]
./bin/blender(+0xed2145) [0x55e94b398145]
./bin/blender(+0xcd237c) [0x55e94b19837c]
./bin/blender(+0xcd2ad8) [0x55e94b198ad8]
./bin/blender(wm_event_do_handlers+0x238) [0x55e94b198f38]
./bin/blender(WM_main+0x20) [0x55e94b18fa20]
./bin/blender(main+0x3eb) [0x55e94b16e45b]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f0682b9c2b1]
./bin/blender(_start+0x2a) [0x55e94b18bc2a]

The crash happens here:

File:
source/blender/editors/scene/scene_edit.c

Source code:
ViewLayer *layer_old = BKE_view_layer_from_workspace_get(scene_old, workspace);
Object *obact_old = OBACT(layer_old);

Function BKE_view_layer_from_workspace_get is returning NULL and OBACT crashes.
I saw that this lines of code were inserted as result of commit id a7355c3221.

I know that new bug reports on 2.8 are restricted to developers, but I thought I could provide some useful information here. **System Information** Linux Debian 9 64 bits, NVIDIA GTX 1050 TI (driver 375.82) (also happens on Windows 10 Home Edition, same hardware as above) **Blender Version** Broken: branch blender2.8, hash adece9fbb6 **Short description of error** Blender crashes when opening "User preferences..." from the File menu. **Exact steps for others to reproduce the error** Open blender. Click menu "File -> User Preferences..." Blender crashes. Contents of /tmp/blender.crash.txt: # Blender 2.80 (sub 4), Commit date: 2018-03-03 13:58, Hash 2adece9fbb6 # backtrace ./bin/blender(BLI_system_backtrace+0x1d) [0x55e94bc1427d] ./bin/blender(+0xcc8d79) [0x55e94b18ed79] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f0682baf030] ./bin/blender(ED_scene_change_update+0x9d) [0x55e94b494d7d] ./bin/blender(WM_window_open_temp+0x1be) [0x55e94b1b0cee] ./bin/blender(+0xfde7a8) [0x55e94b4a47a8] ./bin/blender(+0xcd09fb) [0x55e94b1969fb] ./bin/blender(+0xcd0e65) [0x55e94b196e65] ./bin/blender(+0xec1e72) [0x55e94b387e72] ./bin/blender(+0xed2145) [0x55e94b398145] ./bin/blender(+0xcd237c) [0x55e94b19837c] ./bin/blender(+0xcd2ad8) [0x55e94b198ad8] ./bin/blender(wm_event_do_handlers+0x238) [0x55e94b198f38] ./bin/blender(WM_main+0x20) [0x55e94b18fa20] ./bin/blender(main+0x3eb) [0x55e94b16e45b] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f0682b9c2b1] ./bin/blender(_start+0x2a) [0x55e94b18bc2a] The crash happens here: File: source/blender/editors/scene/scene_edit.c Source code: ViewLayer *layer_old = BKE_view_layer_from_workspace_get(scene_old, workspace); Object *obact_old = OBACT(layer_old); Function BKE_view_layer_from_workspace_get is returning NULL and OBACT crashes. I saw that this lines of code were inserted as result of commit id a7355c32216e4b9a5b58837802d79a45f883f7ca.
Author

Added subscriber: @migueletto

Added subscriber: @migueletto

Added subscriber: @ChristopherAnderssarian

Added subscriber: @ChristopherAnderssarian

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
ChristopherAnderssarian self-assigned this 2018-03-04 17:33:24 +01:00

Thank you for the report. Currently we are aware of many issues in 2.8 and actively working to fix them. But since replying to reports takes time, we have decided to limit bug reports to module team members.

Thank you for the report. Currently we are aware of many issues in 2.8 and actively working to fix them. But since replying to reports takes time, we have decided to limit bug reports to [module team ](https://wiki.blender.org/index.php/Dev:Doc/Process/Module_Owners/List) members.

Added subscriber: @poyodiaz

Added subscriber: @poyodiaz

Hi i understand the crash reports are limited to developers but currently I am spending lots of time on 2.8 on 3 different systems and I wonder if it could be usefull if I report a lot of crashes I am experiencing while working on grease pencil, i would really like to help if needed. thanks for your great work!

Hi i understand the crash reports are limited to developers but currently I am spending lots of time on 2.8 on 3 different systems and I wonder if it could be usefull if I report a lot of crashes I am experiencing while working on grease pencil, i would really like to help if needed. thanks for your great work!

Added subscriber: @mont29

Added subscriber: @mont29

@poyodiaz not sure why you are asking that here, but crash reports on 2.8 are now open to all users, as well as obvious non-crashing bugs (as long as they are not in WIP areas, if in doubt just ask before posting).

@poyodiaz not sure why you are asking that here, but crash reports on 2.8 are now open to all users, as well as obvious non-crashing bugs (as long as they are not in WIP areas, if in doubt just ask before posting).

sorry , i am really confused about where should i post about this

sorry , i am really confused about where should i post about this
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
4 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#54224
No description provided.