Blender 2.79.1 crashes when selecting #52527

Closed
opened 2017-08-24 13:57:14 +02:00 by Paul J. Schrenker · 14 comments

System Information
Operating system and graphics card
Linux Mint 17.3
Dell Inspiron 15R with Intel Graphics

Blender Version
Broken: 2.79.1 (via Thomas Sheix PPA)
Worked: Previous edge version (2.78.x series via Thomas Sheix PPA)

Clicking on default cube (standard default start) causes blender to crash to desktop. Also prefs from previous version didn't seem to carry over, despite using the option to do so. (Usually with most PPA updates it was seamless.)


Edit:
Seems to work when loading another file from the start. Still some more testing, as I was not expecting this. Going to try deleting the default scene. (Corrupted perhaps?)

Deleted it, and restarted with it. Still crashing on cube selection. Something wrong with default scene being generated?

Edit 2:
Default scene being generated seems broken for some reason. Copied over the default scene from the .config files for the previous version and now it doesn't crash when selecting the cube. Going to try generating some new meshes, to see if they are broken. (Could be some attribute or data?)


Exact steps for others to reproduce the error
Based on a (as simple as possible) attached .blend file with minimum amount of steps

**System Information** Operating system and graphics card Linux Mint 17.3 Dell Inspiron 15R with Intel Graphics **Blender Version** Broken: 2.79.1 (via Thomas Sheix PPA) Worked: Previous edge version (2.78.x series via Thomas Sheix PPA) Clicking on default cube (standard default start) causes blender to crash to desktop. Also prefs from previous version didn't seem to carry over, despite using the option to do so. (Usually with most PPA updates it was seamless.) --- Edit: Seems to work when loading another file from the start. Still some more testing, as I was not expecting this. Going to try deleting the default scene. (Corrupted perhaps?) Deleted it, and restarted with it. Still crashing on cube selection. Something wrong with default scene being generated? Edit 2: Default scene being generated seems broken for some reason. Copied over the default scene from the .config files for the previous version and now it doesn't crash when selecting the cube. Going to try generating some new meshes, to see if they are broken. (Could be some attribute or data?) --- **Exact steps for others to reproduce the error** Based on a (as simple as possible) attached .blend file with minimum amount of steps

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @pauljs75

Added subscriber: @pauljs75

Added subscriber: @fablefox

Added subscriber: @fablefox

try running blender via command line blender -d > debug.txt and see what happened. After blender crash you might want to press Enter several time.

try running blender via command line blender -d > debug.txt and see what happened. After blender crash you might want to press Enter several time.

Added subscriber: @ArtoKitula

Added subscriber: @ArtoKitula

You should also use blender from https://www.blender.org/download/ and test with that. Console output would help also.

You should also use blender from https://www.blender.org/download/ and test with that. Console output would help also.

Seems that the default scene was broken. Messed around a bit, and replaced it with the default scene from 2.78. No crash.

The auto-generated default scene (deleting previous) also causes a crash when selecting the cube. Something is odd there. I'll let you guys know if anything else comes up.

Seems that the default scene was broken. Messed around a bit, and replaced it with the default scene from 2.78. No crash. The auto-generated default scene (deleting previous) also causes a crash when selecting the cube. Something is odd there. I'll let you guys know if anything else comes up.

I repeat: Try blender from blender.org, not repo. And also that console output might help.

I repeat: Try blender from blender.org, not repo. And also that console output might help.

Tried running it in debug mode...


Terminal output:

paul@Lappy15R ~ $ blender -d
Switching to fully guarded memory allocator.
Blender 2.79 (sub 1)
argv[0] = /usr/lib/blender/blender
argv[1] = -P
argv[2] = /usr/lib/blender/reset_excepthook.py
argv[3] = -d
read file /home/paul/.config/blender/2.79/config/userpref.blend
  Version 278 sub 0 date unknown hash unknown
Read prefs: /home/paul/.config/blender/2.79/config/userpref.blend
read file 
  Version 272 sub 2 date unknown hash unknown

ordered
 OBCube
 OBLamp
 OBCamera
ED_undo_push: Activate/Select
ED_undo_push: Activate/Select
ED_undo_push: Activate/Select
ED_undo_push: Activate/Select
ED_undo_push: Activate/Select
ED_undo_push: Activate/Select
ED_undo_push: Translate
ED_undo_push: Activate/Select
ED_undo_push: Activate/Select
read file 
  Version 272 sub 2 date unknown hash unknown

ordered
 OBCube
 OBLamp
 OBCamera
fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/CurveIntersections.py'
fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Curves.py'
Error reading file as UTF-8: /home/paul/.config/blender/2.79/scripts/addons/Math.py 'utf-8' codec can't decode byte 0xb0 in position 3699: invalid start byte
fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Operators.py'
fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Panel.py'
fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Properties.py'
fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Surfaces.py'
fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Util.py'
	addon_utils.reset_all unloading io_online_sketchfab
	addon_utils.reset_all unloading mesh_bsurfaces
	addon_utils.reset_all unloading mesh_f2
	addon_utils.reset_all unloading mesh_looptools
	addon_utils.reset_all unloading mesh_tiny_cad
	addon_utils.reset_all unloading render_auto_tile_size
	addon_utils.reset_all unloading uv_align_distribute
Traceback (most recent call last):
  File "/usr/share/blender/2.79/scripts/addons/io_online_sketchfab/__init__.py", line 126, in load_token
    wm.sketchfab.token = token
AttributeError: 'WindowManager' object has no attribute 'sketchfab'
search for unknown operator 'MESH_OT_f2', 'MESH_OT_f2'
search for unknown operator 'MESH_OT_f2', 'MESH_OT_f2'
Writing: /tmp/blender.crash.txt
Segmentation fault
paul@Lappy15R ~ $ 


blender.crash.txt output:

# Blender 2.79 (sub 1), Unknown revision

# backtrace
/usr/lib/blender/blender(BLI_system_backtrace+0x1d) [0x17407ed]
/usr/lib/blender/blender() [0xd35ed3]
/lib/x86_64-linux-gnu/libc.so.6(+0x36cb0) [0x7ff4724a6cb0]
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x1527f4) [0x7ff44e5f47f4]
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x14f96d) [0x7ff44e5f196d]
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x15033e) [0x7ff44e5f233e]
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x150a4e) [0x7ff44e5f2a4e]
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x1391bf) [0x7ff44e5db1bf]
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x15093b) [0x7ff44e5f293b]
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x2d7fa8) [0x7ff44e779fa8]
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x134927) [0x7ff44e5d6927]
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x135c41) [0x7ff44e5d7c41]
/usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x136163) [0x7ff44e5d8163]
/usr/lib/blender/blender() [0x1414776]
/usr/lib/blender/blender() [0xe34440]
/usr/lib/blender/blender() [0xe37460]
/usr/lib/blender/blender() [0xe3e3a1]
/usr/lib/blender/blender(draw_object+0x1a39) [0xe454f9]
/usr/lib/blender/blender(draw_object_select+0x31) [0xe477e1]
/usr/lib/blender/blender(ED_view3d_draw_select_loop+0x1b9) [0xe115d9]
/usr/lib/blender/blender(view3d_opengl_select+0x180) [0xe30d50]
/usr/lib/blender/blender() [0xe26e7d]
/usr/lib/blender/blender() [0xe2a249]
/usr/lib/blender/blender() [0xe2a909]
/usr/lib/blender/blender() [0xd3d802]
/usr/lib/blender/blender() [0xd3ec56]
/usr/lib/blender/blender() [0xd3f097]
/usr/lib/blender/blender() [0xd3f588]
/usr/lib/blender/blender(wm_event_do_handlers+0x3b5) [0xd3fa95]
/usr/lib/blender/blender(WM_main+0x18) [0xd36aa8]
/usr/lib/blender/blender(main+0x375) [0xcf87b5]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7ff472491f45]
/usr/lib/blender/blender() [0xd32dbf]

Hope that helps...
For the meantime, I think I'll just manually copy over the previous version's default scene again as I haven't been able to easily trigger a crash yet .

Tried running it in debug mode... --- **Terminal output:** ``` paul@Lappy15R ~ $ blender -d Switching to fully guarded memory allocator. Blender 2.79 (sub 1) argv[0] = /usr/lib/blender/blender argv[1] = -P argv[2] = /usr/lib/blender/reset_excepthook.py argv[3] = -d read file /home/paul/.config/blender/2.79/config/userpref.blend Version 278 sub 0 date unknown hash unknown Read prefs: /home/paul/.config/blender/2.79/config/userpref.blend read file Version 272 sub 2 date unknown hash unknown ordered OBCube OBLamp OBCamera ED_undo_push: Activate/Select ED_undo_push: Activate/Select ED_undo_push: Activate/Select ED_undo_push: Activate/Select ED_undo_push: Activate/Select ED_undo_push: Activate/Select ED_undo_push: Translate ED_undo_push: Activate/Select ED_undo_push: Activate/Select read file Version 272 sub 2 date unknown hash unknown ordered OBCube OBLamp OBCamera fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/CurveIntersections.py' fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Curves.py' Error reading file as UTF-8: /home/paul/.config/blender/2.79/scripts/addons/Math.py 'utf-8' codec can't decode byte 0xb0 in position 3699: invalid start byte fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Operators.py' fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Panel.py' fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Properties.py' fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Surfaces.py' fake_module: addon missing 'bl_info' gives bad performance!: '/home/paul/.config/blender/2.79/scripts/addons/Util.py' addon_utils.reset_all unloading io_online_sketchfab addon_utils.reset_all unloading mesh_bsurfaces addon_utils.reset_all unloading mesh_f2 addon_utils.reset_all unloading mesh_looptools addon_utils.reset_all unloading mesh_tiny_cad addon_utils.reset_all unloading render_auto_tile_size addon_utils.reset_all unloading uv_align_distribute Traceback (most recent call last): File "/usr/share/blender/2.79/scripts/addons/io_online_sketchfab/__init__.py", line 126, in load_token wm.sketchfab.token = token AttributeError: 'WindowManager' object has no attribute 'sketchfab' search for unknown operator 'MESH_OT_f2', 'MESH_OT_f2' search for unknown operator 'MESH_OT_f2', 'MESH_OT_f2' Writing: /tmp/blender.crash.txt Segmentation fault paul@Lappy15R ~ $ ``` --- **blender.crash.txt output:** ``` # Blender 2.79 (sub 1), Unknown revision # backtrace /usr/lib/blender/blender(BLI_system_backtrace+0x1d) [0x17407ed] /usr/lib/blender/blender() [0xd35ed3] /lib/x86_64-linux-gnu/libc.so.6(+0x36cb0) [0x7ff4724a6cb0] /usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x1527f4) [0x7ff44e5f47f4] /usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x14f96d) [0x7ff44e5f196d] /usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x15033e) [0x7ff44e5f233e] /usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x150a4e) [0x7ff44e5f2a4e] /usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x1391bf) [0x7ff44e5db1bf] /usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x15093b) [0x7ff44e5f293b] /usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x2d7fa8) [0x7ff44e779fa8] /usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x134927) [0x7ff44e5d6927] /usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x135c41) [0x7ff44e5d7c41] /usr/lib/x86_64-linux-gnu/dri/i965_dri.so(+0x136163) [0x7ff44e5d8163] /usr/lib/blender/blender() [0x1414776] /usr/lib/blender/blender() [0xe34440] /usr/lib/blender/blender() [0xe37460] /usr/lib/blender/blender() [0xe3e3a1] /usr/lib/blender/blender(draw_object+0x1a39) [0xe454f9] /usr/lib/blender/blender(draw_object_select+0x31) [0xe477e1] /usr/lib/blender/blender(ED_view3d_draw_select_loop+0x1b9) [0xe115d9] /usr/lib/blender/blender(view3d_opengl_select+0x180) [0xe30d50] /usr/lib/blender/blender() [0xe26e7d] /usr/lib/blender/blender() [0xe2a249] /usr/lib/blender/blender() [0xe2a909] /usr/lib/blender/blender() [0xd3d802] /usr/lib/blender/blender() [0xd3ec56] /usr/lib/blender/blender() [0xd3f097] /usr/lib/blender/blender() [0xd3f588] /usr/lib/blender/blender(wm_event_do_handlers+0x3b5) [0xd3fa95] /usr/lib/blender/blender(WM_main+0x18) [0xd36aa8] /usr/lib/blender/blender(main+0x375) [0xcf87b5] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7ff472491f45] /usr/lib/blender/blender() [0xd32dbf] ``` Hope that helps... For the meantime, I think I'll just manually copy over the previous version's default scene again as I haven't been able to easily trigger a crash yet .

I'd still would like to know if this happens on official build, taken from blender.org/download, not from some repository.

I'd still would like to know if this happens on official build, taken from blender.org/download, not from some repository.

Seems to happen with the (still official?) version 2.78c. Oddly enough it didn't happen with the previous repository version of the 2.78 series. (I think that's where the old defaults were being pulled from.) Then it seems to be fixed in the 2.79-rc2-linux-glibc-x86-64 version, but is a problem with the 2.79.x PPA.

To be honest though, I had a pretty good run through the 2.78.x with the buildbot PPA. (Was about as good as stable for the most part, but with newer rendering features which were great.) But I'm not sure what goes on between the official compressed folder releases and the package maintainers, as I'm mainly a user and liked the convenience of updates/bugfixes. But one would think there would be some consistency between the two, other than one variant being updated quicker or more incrementally. Seems like some stuff got forgotten or left out on some major version change. (And on the contrary, there was a missing lib2to3.py in the official release on Linux which was there in the PPA. That caused problems with a couple add-ons. However I suppose that's it's own topic, but hopefully something that's been resolved.)

Seems to happen with the (still official?) version 2.78c. Oddly enough it didn't happen with the previous repository version of the 2.78 series. (I think that's where the old defaults were being pulled from.) Then it seems to be fixed in the 2.79-rc2-linux-glibc-x86-64 version, but is a problem with the 2.79.x PPA. To be honest though, I had a pretty good run through the 2.78.x with the buildbot PPA. (Was about as good as stable for the most part, but with newer rendering features which were great.) But I'm not sure what goes on between the official compressed folder releases and the package maintainers, as I'm mainly a user and liked the convenience of updates/bugfixes. But one would think there would be some consistency between the two, other than one variant being updated quicker or more incrementally. Seems like some stuff got forgotten or left out on some major version change. (And on the contrary, there was a missing lib2to3.py in the official release on Linux which was there in the PPA. That caused problems with a couple add-ons. However I suppose that's it's own topic, but hopefully something that's been resolved.)

Added subscriber: @brecht

Added subscriber: @brecht

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brecht Van Lommel self-assigned this 2017-08-26 12:37:37 +02:00

Almost certainly the previous settings have a different Selection Method under User Preferences > System, there's some known issues with Intel driver bugs that give backtraces as reported here. Changing to Occlusion Queries should solve the problem.

For Blender 2.8 we'll change the selection code completely to avoid the problem, for now we consider this a known issue.

Almost certainly the previous settings have a different Selection Method under User Preferences > System, there's some known issues with Intel driver bugs that give backtraces as reported here. Changing to Occlusion Queries should solve the problem. For Blender 2.8 we'll change the selection code completely to avoid the problem, for now we consider this a known issue.
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
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#52527
No description provided.