2.8 crash on startup #55489

Closed
opened 2018-06-15 06:05:24 +02:00 by Tom M · 19 comments

System Information
Ubuntu Linux 64-bit,
Intel HD 4000 graphics, i7, 16 GB ram

Blender Version
Broken: blender-2.80-27de412ca8d-linux-glibc219-x86_64 (June 14 build)
Similar crash with past three days build-bot versions.
Worked: blender-2.80-dd67d703a74-linux-glibc219-x86_64 (June 10 build)

Short description of error
Crash on Startup

Exact steps for others to reproduce the error
Attempt startup by executing blender. Eliminating userpref.blend doesn't solve problem.

Terminal output and blender.crash.txt are below.


blender.crash.txt:

Blender 2.80 (sub 17), Commit date: 2018-06-14 20:54, Hash 27de412ca8

backtrace

./blender(BLI_system_backtrace+0x20) [0x19c78c0]
./blender() [0x1009c98]
/lib/x86_64-linux-gnu/libc.so.6(+0x354b0) [0x7fae53abc4b0]
./blender(BLI_mempool_alloc+0x1) [0x1987781]
./blender(DRW_pass_create+0x1c) [0x15d1dcc]
./blender(DRW_hair_init+0x15) [0x160ae05]
./blender(DRW_draw_render_loop_ex+0x14f) [0x15ceeef]
./blender(view3d_main_region_draw+0x68) [0x10e7cc8]
./blender(ED_region_do_draw+0x375) [0x12e4f05]
./blender(wm_draw_update+0x3d1) [0x100ea31]
./blender(WM_main+0x30) [0x100a970]
./blender(main+0x305) [0xfac015]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7fae53aa7830]
./blender() [0x100698e]


Terminal output:

tm@tm-K55A:~$ cd '/home/tm/blender-2.80-27de412ca8d-linux-glibc219-x86_64'
tm@tm-K55A:~/blender-2.80-27de412ca8d-linux-glibc219-x86_64$ ./blender
Read prefs: /home/tm/.config/blender/2.80/config/userpref.blend
Received X11 Error:
error code: 178
request code: 154
minor code: 34
error text: GLXBadFBConfig
Received X11 Error:
error code: 178
request code: 154
minor code: 34
error text: GLXBadFBConfig
Received X11 Error:
error code: 178
request code: 154
minor code: 34
error text: GLXBadFBConfig
Received X11 Error:
error code: 8
request code: 154
minor code: 34
error text: BadMatch (invalid parameter attributes)
found bundled python: /home/tm/blender-2.80-27de412ca8d-linux-glibc219-x86_64/2.80/python
GPUTexture: texture create failedGPUTexture: texture create failedWriting: /tmp/blender.crash.txt
Segmentation fault (core dumped)
tm@tm-K55A:~/blender-2.80-27de412ca8d-linux-glibc219-x86_64$


Today, July 3 the same crash occurs with the latest build bot build in Ubuntu and in Fedora 27. The concurrent Windows build works fine in Win 10 on this system.

**System Information** Ubuntu Linux 64-bit, Intel HD 4000 graphics, i7, 16 GB ram **Blender Version** Broken: blender-2.80-27de412ca8d-linux-glibc219-x86_64 (June 14 build) Similar crash with past three days build-bot versions. Worked: blender-2.80-dd67d703a74-linux-glibc219-x86_64 (June 10 build) **Short description of error** Crash on Startup **Exact steps for others to reproduce the error** Attempt startup by executing blender. Eliminating userpref.blend doesn't solve problem. Terminal output and blender.crash.txt are below. ---- blender.crash.txt: # Blender 2.80 (sub 17), Commit date: 2018-06-14 20:54, Hash 27de412ca8d # backtrace ./blender(BLI_system_backtrace+0x20) [0x19c78c0] ./blender() [0x1009c98] /lib/x86_64-linux-gnu/libc.so.6(+0x354b0) [0x7fae53abc4b0] ./blender(BLI_mempool_alloc+0x1) [0x1987781] ./blender(DRW_pass_create+0x1c) [0x15d1dcc] ./blender(DRW_hair_init+0x15) [0x160ae05] ./blender(DRW_draw_render_loop_ex+0x14f) [0x15ceeef] ./blender(view3d_main_region_draw+0x68) [0x10e7cc8] ./blender(ED_region_do_draw+0x375) [0x12e4f05] ./blender(wm_draw_update+0x3d1) [0x100ea31] ./blender(WM_main+0x30) [0x100a970] ./blender(main+0x305) [0xfac015] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7fae53aa7830] ./blender() [0x100698e] ---------- Terminal output: tm@tm-K55A:~$ cd '/home/tm/blender-2.80-27de412ca8d-linux-glibc219-x86_64' tm@tm-K55A:~/blender-2.80-27de412ca8d-linux-glibc219-x86_64$ ./blender Read prefs: /home/tm/.config/blender/2.80/config/userpref.blend Received X11 Error: error code: 178 request code: 154 minor code: 34 error text: GLXBadFBConfig Received X11 Error: error code: 178 request code: 154 minor code: 34 error text: GLXBadFBConfig Received X11 Error: error code: 178 request code: 154 minor code: 34 error text: GLXBadFBConfig Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) found bundled python: /home/tm/blender-2.80-27de412ca8d-linux-glibc219-x86_64/2.80/python GPUTexture: texture create failedGPUTexture: texture create failedWriting: /tmp/blender.crash.txt Segmentation fault (core dumped) tm@tm-K55A:~/blender-2.80-27de412ca8d-linux-glibc219-x86_64$ ---------- Today, July 3 the same crash occurs with the latest build bot build in Ubuntu and in Fedora 27. The concurrent Windows build works fine in Win 10 on this system.
Author

Added subscriber: @tlm-3

Added subscriber: @tlm-3

Added subscriber: @IanIchungwaKaranja

Added subscriber: @IanIchungwaKaranja
Member

Added subscriber: @LazyDodo

Added subscriber: @LazyDodo
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Ray molenkamp self-assigned this 2018-06-15 06:37:28 +02:00
Member

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.

I can confirm this. Have also been the facing same issue when building from source on linux debian. Similar crash report and terminal output. Tried clearing all preferences and fresh build. Still failed!

I can confirm this. Have also been the facing same issue when building from source on linux debian. Similar crash report and terminal output. Tried clearing all preferences and fresh build. Still failed!

Added subscriber: @Genome36

Added subscriber: @Genome36

Same issue here too.

blender version:

Blender 2.80 (sub 18)
	build date: 2018-06-16
	build time: 01:14:02
	build commit date: 2018-06-15
	build commit time: 21:16
	build hash: 01f576e87b
	build platform: Linux
	build type: Release
	build c flags:  -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wnonnull -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wrestrict -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5  -fuse-ld=gold -std=gnu11   -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2
	build c++ flags:  -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Werror=implicit-function-declaration -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5  -fuse-ld=gold -std=c++11   -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2
	build link flags:  -Wl,--version-script='/home/sources/buildbot-x86_64-slave/linux_glibc219_x86_64_cmake/blender.git/source/creator/blender.map'
	build system: CMake

Error output:

Read prefs: /home/oren/.config/blender/2.80/config/userpref.blend
Received X11 Error:
	error code:   167
	request code: 152
	minor code:   34
	error text:   GLXBadFBConfig
Received X11 Error:
	error code:   167
	request code: 152
	minor code:   34
	error text:   GLXBadFBConfig
Warning: Could not find a matching GPU name. Things may not behave as expected.
Received X11 Error:
	error code:   8
	request code: 152
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  192
  Current serial number in output stream:  192
Same issue here too. blender version: ``` Blender 2.80 (sub 18) build date: 2018-06-16 build time: 01:14:02 build commit date: 2018-06-15 build commit time: 21:16 build hash: 01f576e87b build platform: Linux build type: Release build c flags: -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wnonnull -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wrestrict -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5 -fuse-ld=gold -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 build c++ flags: -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Werror=implicit-function-declaration -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -fuse-ld=gold -std=c++11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 build link flags: -Wl,--version-script='/home/sources/buildbot-x86_64-slave/linux_glibc219_x86_64_cmake/blender.git/source/creator/blender.map' build system: CMake ``` Error output: ``` Read prefs: /home/oren/.config/blender/2.80/config/userpref.blend Received X11 Error: error code: 167 request code: 152 minor code: 34 error text: GLXBadFBConfig Received X11 Error: error code: 167 request code: 152 minor code: 34 error text: GLXBadFBConfig Warning: Could not find a matching GPU name. Things may not behave as expected. Received X11 Error: error code: 8 request code: 152 minor code: 34 error text: BadMatch (invalid parameter attributes) X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 152 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 192 Current serial number in output stream: 192 ```

Added subscriber: @fr1kv6r

Added subscriber: @fr1kv6r

same issue for me on arch linux and ubuntu 18.04
maybe a too old graphic card ? ATI Radeon HD 5750....

same issue for me on arch linux and ubuntu 18.04 maybe a too old graphic card ? ATI Radeon HD 5750....

Added subscriber: @flesciamento

Added subscriber: @flesciamento

I confirm this issue on Ubuntu 16.04 - 64bit

Error messages:

Read prefs: /home/antonio/.config/blender/2.80/config/userpref.blend
Received X11 Error:
	error code:   178
	request code: 155
	minor code:   34
	error text:   GLXBadFBConfig
Received X11 Error:
	error code:   178
	request code: 155
	minor code:   34
	error text:   GLXBadFBConfig
Received X11 Error:
	error code:   178
	request code: 155
	minor code:   34
	error text:   GLXBadFBConfig
Received X11 Error:
	error code:   178
	request code: 155
	minor code:   34
	error text:   GLXBadFBConfig
Received X11 Error:
	error code:   178
	request code: 155
	minor code:   34
	error text:   GLXBadFBConfig
Received X11 Error:
	error code:   178
	request code: 155
	minor code:   34
	error text:   GLXBadFBConfig
Received X11 Error:
	error code:   8
	request code: 155
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
found bundled python: /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/2.80/python
GPUTexture: texture create failedGPUTexture: texture create failedWriting: /tmp/blender.crash.txt
Errore di segmentazione (core dump creato)

/tmp/blender.crash.txt content:

# Blender 2.80 (sub 20), Commit date: 2018-06-29 00:23, Hash be983295ea1

# backtrace
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(BLI_system_backtrace+0x20) [0x19c8100]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender() [0x100c228]
/lib/x86_64-linux-gnu/libc.so.6(+0x354b0) [0x7f9e4dbfa4b0]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(BLI_mempool_alloc+0x1) [0x1987f81]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(DRW_pass_create+0x1c) [0x15d207c]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(DRW_hair_init+0x15) [0x160b745]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(DRW_draw_render_loop_ex+0x147) [0x15cf147]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(view3d_main_region_draw+0x77) [0x10eb217]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(ED_region_do_draw+0x365) [0x12e4c15]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(wm_draw_update+0x3d1) [0x1011011]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(WM_main+0x30) [0x100cf00]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(main+0x31d) [0xfae59d]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f9e4dbe5830]
/home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender() [0x1008f2e]

Graphic: Intel Sandybridge Mobile

I confirm this issue on Ubuntu 16.04 - 64bit Error messages: ``` Read prefs: /home/antonio/.config/blender/2.80/config/userpref.blend Received X11 Error: error code: 178 request code: 155 minor code: 34 error text: GLXBadFBConfig Received X11 Error: error code: 178 request code: 155 minor code: 34 error text: GLXBadFBConfig Received X11 Error: error code: 178 request code: 155 minor code: 34 error text: GLXBadFBConfig Received X11 Error: error code: 178 request code: 155 minor code: 34 error text: GLXBadFBConfig Received X11 Error: error code: 178 request code: 155 minor code: 34 error text: GLXBadFBConfig Received X11 Error: error code: 178 request code: 155 minor code: 34 error text: GLXBadFBConfig Received X11 Error: error code: 8 request code: 155 minor code: 34 error text: BadMatch (invalid parameter attributes) found bundled python: /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/2.80/python GPUTexture: texture create failedGPUTexture: texture create failedWriting: /tmp/blender.crash.txt Errore di segmentazione (core dump creato) ``` /tmp/blender.crash.txt content: ``` # Blender 2.80 (sub 20), Commit date: 2018-06-29 00:23, Hash be983295ea1 # backtrace /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(BLI_system_backtrace+0x20) [0x19c8100] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender() [0x100c228] /lib/x86_64-linux-gnu/libc.so.6(+0x354b0) [0x7f9e4dbfa4b0] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(BLI_mempool_alloc+0x1) [0x1987f81] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(DRW_pass_create+0x1c) [0x15d207c] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(DRW_hair_init+0x15) [0x160b745] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(DRW_draw_render_loop_ex+0x147) [0x15cf147] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(view3d_main_region_draw+0x77) [0x10eb217] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(ED_region_do_draw+0x365) [0x12e4c15] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(wm_draw_update+0x3d1) [0x1011011] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(WM_main+0x30) [0x100cf00] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender(main+0x31d) [0xfae59d] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f9e4dbe5830] /home/antonio/blender-2.80-be983295ea1-linux-glibc219-x86_64/blender() [0x1008f2e] ``` **Graphic**: Intel Sandybridge Mobile
Author

Changed status from 'Archived' to: 'Open'

Changed status from 'Archived' to: 'Open'
Tom M reopened this issue 2018-07-03 13:56:26 +02:00
Author
Today, July 3 the same crash occurs with the latest build bot build in Ubuntu and in Fedora 27. The concurrent Windows build works fine in Win 10 on this system.
---------- Today, July 3 the same crash occurs with the latest build bot build in Ubuntu and in Fedora 27. The concurrent Windows build works fine in Win 10 on this system.
Author

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Tom M closed this issue 2018-07-05 07:57:10 +02:00
Author

Version blender-2.80-53c63db2ee1-linux-glibc219-x86_64 now works in Linux on my system. Thanks.

Version blender-2.80-53c63db2ee1-linux-glibc219-x86_64 now works in Linux on my system. Thanks.
Author

BTW, version blender-2.80.0-git.53c63db-windows64 also works in Windows on my system, but oddly has a problem with shader nodes not found in the Linux version. PLMK if interested in details.

BTW, version blender-2.80.0-git.53c63db-windows64 also works in Windows on my system, but oddly has a problem with shader nodes not found in the Linux version. PLMK if interested in details.

Bug resolved for me too. Thanks!

Bug resolved for me too. Thanks!

idem, thanks !

idem, thanks !
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
6 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#55489
No description provided.