Crash trying to open Spring Splash scene #74791

Closed
opened 2020-03-15 21:19:10 +01:00 by Georg K · 8 comments

System Information
Operating system: Linux-5.4.24-1-MANJARO-x86_64-with-glibc2.29 64 Bits
Graphics card: AMD VERDE (DRM 2.50.0, 5.4.24-1-MANJARO, LLVM 9.0.1) X.Org 4.5 (Core Profile) Mesa 19.3.5

Blender Version
Broken: version: 2.83 (sub 9), branch: master (modified), commit date: 2020-03-15 18:43, hash: 22925d0dd3 (Master is modified because I had to revert commit 56d6666689 because of https://developer.blender.org/T74024 it also crashes without the revert), blender-2.83-a210b8297f5a-linux64
Worked: 2.82 official, version: 2.82 (sub 6), branch: master, commit date: 2020-01-14 15:55, hash: ba5bbf14f9

Short description of error
Trying to open the Spring splash scene (https://cloud.blender.org/p/gallery/5d2607ee6b3001d49bab798a) crashes blender. Terminal output:
Read blend: /home/georg/Blender Spring official scene.blend
Color management: scene look "Filmic - Medium Contrast" not found, setting default "None".
ERROR (bke.anim_sys): /home/sources/buildbot-x86_64-slave/linux_glibc217_x86_64_cmake/blender.git/source/blender/blenkernel/intern/anim_sys.c:4160 BKE_animsys_eval_driver: invalid driver - modifiers["hide_leg_front.R"].show_viewport[0]
ERROR (bke.anim_sys): /home/sources/buildbot-x86_64-slave/linux_glibc217_x86_64_cmake/blender.git/source/blender/blenkernel/intern/anim_sys.c:4160 BKE_animsys_eval_driver: invalid driver - modifiers["hide_leg_back.L"].show_viewport[0]
ERROR (bke.anim_sys): /home/sources/buildbot-x86_64-slave/linux_glibc217_x86_64_cmake/blender.git/source/blender/blenkernel/intern/anim_sys.c:4160 BKE_animsys_eval_driver: invalid driver - modifiers["hide_leg_back.R"].show_viewport[0]
ERROR (bke.anim_sys): /home/sources/buildbot-x86_64-slave/linux_glibc217_x86_64_cmake/blender.git/source/blender/blenkernel/intern/anim_sys.c:4160 BKE_animsys_eval_driver: invalid driver - modifiers["hide_leg_front.L"].show_viewport[0]
Floating point exception (core dumped)

Unfortunately I can't find that core dump. It is not in the location for Temporary Files that I set in the preferences, nor is it in /tmp
On a different system with intel skylake with integrated graphics, the file opens, but the top left editor does not show the scene, it is just empty/gray and F12 rendering crashes blender (that might be normal considering ram and swap are full, but does this scene (BVH) really need more than 16 GB? Rendered viewport shading works without crashing). Terminal output:
same like above, just the last line is different:
Killed

Exact steps for others to reproduce the error
Try opening the blend. Blender crashes.

**System Information** Operating system: Linux-5.4.24-1-MANJARO-x86_64-with-glibc2.29 64 Bits Graphics card: AMD VERDE (DRM 2.50.0, 5.4.24-1-MANJARO, LLVM 9.0.1) X.Org 4.5 (Core Profile) Mesa 19.3.5 **Blender Version** Broken: version: 2.83 (sub 9), branch: master (modified), commit date: 2020-03-15 18:43, hash: `22925d0dd3` (Master is modified because I had to revert commit 56d6666689f7 because of https://developer.blender.org/T74024 it also crashes without the revert), blender-2.83-a210b8297f5a-linux64 Worked: 2.82 official, version: 2.82 (sub 6), branch: master, commit date: 2020-01-14 15:55, hash: `ba5bbf14f9` **Short description of error** Trying to open the Spring splash scene (https://cloud.blender.org/p/gallery/5d2607ee6b3001d49bab798a) crashes blender. Terminal output: Read blend: /home/georg/Blender Spring official scene.blend Color management: scene look "Filmic - Medium Contrast" not found, setting default "None". ERROR (bke.anim_sys): /home/sources/buildbot-x86_64-slave/linux_glibc217_x86_64_cmake/blender.git/source/blender/blenkernel/intern/anim_sys.c:4160 BKE_animsys_eval_driver: invalid driver - modifiers["hide_leg_front.R"].show_viewport[0] ERROR (bke.anim_sys): /home/sources/buildbot-x86_64-slave/linux_glibc217_x86_64_cmake/blender.git/source/blender/blenkernel/intern/anim_sys.c:4160 BKE_animsys_eval_driver: invalid driver - modifiers["hide_leg_back.L"].show_viewport[0] ERROR (bke.anim_sys): /home/sources/buildbot-x86_64-slave/linux_glibc217_x86_64_cmake/blender.git/source/blender/blenkernel/intern/anim_sys.c:4160 BKE_animsys_eval_driver: invalid driver - modifiers["hide_leg_back.R"].show_viewport[0] ERROR (bke.anim_sys): /home/sources/buildbot-x86_64-slave/linux_glibc217_x86_64_cmake/blender.git/source/blender/blenkernel/intern/anim_sys.c:4160 BKE_animsys_eval_driver: invalid driver - modifiers["hide_leg_front.L"].show_viewport[0] Floating point exception (core dumped) Unfortunately I can't find that core dump. It is not in the location for Temporary Files that I set in the preferences, nor is it in /tmp On a different system with intel skylake with integrated graphics, the file opens, but the top left editor does not show the scene, it is just empty/gray and F12 rendering crashes blender (that might be normal considering ram and swap are full, but does this scene (BVH) really need more than 16 GB? Rendered viewport shading works without crashing). Terminal output: same like above, just the last line is different: Killed **Exact steps for others to reproduce the error** Try opening the blend. Blender crashes.
Author

Added subscriber: @georgK

Added subscriber: @georgK
Author

Found the origin of the crash. It is the same commit that introduced the solid view artifacts https://developer.blender.org/T74790

c476c36e40 is the first bad commit
commit c476c36e40
Author: Clément Foucault foucault.clem@gmail.com
Date: Wed Mar 11 17:07:43 2020 +0100

  Workbench Simplification Refactor
  
  This patch is (almost) a complete rewrite of workbench engine.
  The features remain unchanged but the code quality is greatly improved.
  Hair shading is brighter but also more correct.
  
  This also introduce the concept of `DRWShaderLibrary` to make a simple
  include system inside the GLSL files.
  
  Differential Revision: https://developer.blender.org/D7060

Setting Specular Lighting to "off" and deactivating "Load UI" in the file view allows to load the scene without crashing.

Found the origin of the crash. It is the same commit that introduced the solid view artifacts https://developer.blender.org/T74790 c476c36e400883d929a7149def8dcb6ad6157a86 is the first bad commit commit c476c36e400883d929a7149def8dcb6ad6157a86 Author: Clément Foucault <foucault.clem@gmail.com> Date: Wed Mar 11 17:07:43 2020 +0100 ``` Workbench Simplification Refactor This patch is (almost) a complete rewrite of workbench engine. The features remain unchanged but the code quality is greatly improved. Hair shading is brighter but also more correct. This also introduce the concept of `DRWShaderLibrary` to make a simple include system inside the GLSL files. Differential Revision: https://developer.blender.org/D7060 ``` Setting Specular Lighting to "off" and deactivating "Load UI" in the file view allows to load the scene without crashing.

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

Added subscriber: @fclem

Added subscriber: @fclem

Added subscriber: @mano-wii

Added subscriber: @mano-wii
Unhandled exception at 0x00007FF6B339A940 in blender.exe: 0xC0000094: Integer division by zero.

traceback:

>	blender.exe!workbench_dof_cache_init(WORKBENCH_Data * vedata) Line 329	C

 	blender.exe!workbench_cache_init(void * ved) Line 96	C
 	blender.exe!drw_engines_cache_init() Line 963	C
 	blender.exe!DRW_draw_render_loop_ex(Depsgraph * depsgraph, RenderEngineType * engine_type, ARegion * region, View3D * v3d, GPUViewport * viewport, const bContext * evil_C) Line 1468	C
 	blender.exe!DRW_draw_view(const bContext * C) Line 1399	C
 	blender.exe!view3d_draw_view(const bContext * C, ARegion * region) Line 1603	C
 	blender.exe!view3d_main_region_draw(const bContext * C, ARegion * region) Line 1628	C
 	blender.exe!ED_region_do_draw(bContext * C, ARegion * region) Line 539	C
 	blender.exe!wm_draw_window_offscreen(bContext * C, wmWindow * win, bool stereo) Line 674	C
 	blender.exe!wm_draw_window(bContext * C, wmWindow * win) Line 812	C
 	blender.exe!wm_draw_update(bContext * C) Line 1014	C
 	blender.exe!WM_main(bContext * C) Line 454	C
 	blender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Line 526	C
 	[External Code]	

``` Unhandled exception at 0x00007FF6B339A940 in blender.exe: 0xC0000094: Integer division by zero. ``` traceback: ``` > blender.exe!workbench_dof_cache_init(WORKBENCH_Data * vedata) Line 329 C blender.exe!workbench_cache_init(void * ved) Line 96 C blender.exe!drw_engines_cache_init() Line 963 C blender.exe!DRW_draw_render_loop_ex(Depsgraph * depsgraph, RenderEngineType * engine_type, ARegion * region, View3D * v3d, GPUViewport * viewport, const bContext * evil_C) Line 1468 C blender.exe!DRW_draw_view(const bContext * C) Line 1399 C blender.exe!view3d_draw_view(const bContext * C, ARegion * region) Line 1603 C blender.exe!view3d_main_region_draw(const bContext * C, ARegion * region) Line 1628 C blender.exe!ED_region_do_draw(bContext * C, ARegion * region) Line 539 C blender.exe!wm_draw_window_offscreen(bContext * C, wmWindow * win, bool stereo) Line 674 C blender.exe!wm_draw_window(bContext * C, wmWindow * win) Line 812 C blender.exe!wm_draw_update(bContext * C) Line 1014 C blender.exe!WM_main(bContext * C) Line 454 C blender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Line 526 C [External Code] ```

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Clément Foucault self-assigned this 2020-03-30 18:40:44 +02:00

This was fixed by a0437c3f73

This was fixed by a0437c3f730f
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#74791
No description provided.