deleting an object causes a crash #59558

Closed
opened 2018-12-18 12:07:32 +01:00 by Thomas Harvey · 7 comments

System Information
Operating system:
Graphics card:

Blender Version
Broken:
hash; 4fceaf3848
Worked: (all previous

Not sure if anyone else is having this problem. When I delete an object blender crashes.

delete an object...

**System Information** Operating system: Graphics card: **Blender Version** Broken: hash; 4fceaf3848b Worked: (all previous Not sure if anyone else is having this problem. When I delete an object blender crashes. delete an object...
Author

Added subscriber: @ThomasHarvey

Added subscriber: @ThomasHarvey

Added subscriber: @rjg

Added subscriber: @rjg

Can confirm on Windows. mwe.blend

Can confirm on Windows. [mwe.blend](https://archive.blender.org/developer/F5991996/mwe.blend)

Cannot reproduce on Ubuntu with latest build 7aeb24e037

Cannot reproduce on Ubuntu with latest build 7aeb24e0371

Debug output for 4fceaf3848

wm_event_do_handlers: Handling event
wmEvent  type:260 / WINDOW_DEACTIVATE, val:2 / RELEASE,
         shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0,
         mouse:(363,1), ascii:' ', utf8:'', keymap_idname:(null), pointer:0000023E9853E718

wm_event_do_handlers: Handling event
wmEvent  type:120 / X, val:1 / PRESS,
         shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0,
         mouse:(852,472), ascii:'x', utf8:'x', keymap_idname:(null), pointer:0000023E9853FA98

wm_event_do_handlers: Handling event
wmEvent  type:120 / X, val:2 / RELEASE,
         shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0,
         mouse:(852,472), ascii:' ', utf8:'', keymap_idname:(null), pointer:0000023E9853F798

wm_event_do_handlers: Handling event
wmEvent  type:1 / LEFTMOUSE, val:1 / PRESS,
         shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0,
         mouse:(852,472), ascii:' ', utf8:'', keymap_idname:(null), pointer:0000023E9853E418

wm_event_do_handlers: Handling event
wmEvent  type:1 / LEFTMOUSE, val:2 / RELEASE,
         shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0,
         mouse:(852,472), ascii:' ', utf8:'', keymap_idname:(null), pointer:0000023E9853DB18
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=OBCube flags=BASE_FLAGS
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=OBCube flags=BASE_FLAGS
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE
DEG_relations_tag_update: Tagging relations for update.
[SCScene :: View Layer]: DEG_graph_tag_relations_update: Tagging relations for update.
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE
DEG_relations_tag_update: Tagging relations for update.
[SCScene :: View Layer]: DEG_graph_tag_relations_update: Tagging relations for update.
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=SELECT
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=SELECT
Info: Deleted 1 object(s)

Depsgraph built in 0.000172 seconds.
[SCScene :: View Layer]: Operation is entry point for update: VIEW_LAYER_EVAL()
[SCScene :: View Layer]: Operation is entry point for update: COPY_ON_WRITE()
[SCScene :: View Layer]: Operation is entry point for update: PLACEHOLDER(Scene Eval)
[SCScene :: View Layer]: Operation is entry point for update: COPY_ON_WRITE()
[SCScene :: View Layer]: Accumulated recalc bits for SCScene: 643
[SCScene :: View Layer]: Accumulated recalc bits for OBLight: 0
[SCScene :: View Layer]: Accumulated recalc bits for OBCamera: 0
[SCScene :: View Layer]: Accumulated recalc bits for GRCollection: 128
[SCScene :: View Layer]: DEG::deg_evaluate_copy_on_write on GRCollection (0000023E9B6BBDA8)
[SCScene :: View Layer]: DEG::deg_evaluate_copy_on_write on SCScene (0000023E97EC6F48)
[SCScene :: View Layer]: BKE_layer_eval_view_layer on View Layer (0000023E9B6BCC18)
[SCScene :: View Layer]: BKE_object_eval_flush_base_flags on OBLight (0000023E97EBA328)
[SCScene :: View Layer]: BKE_object_eval_flush_base_flags on OBCamera (0000023E9B68CB58)
Depsgraph updated in 0.012188 seconds.
Error   : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FF7DF29B447
Debug output for 4fceaf3848b ``` wm_event_do_handlers: Handling event wmEvent type:260 / WINDOW_DEACTIVATE, val:2 / RELEASE, shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0, mouse:(363,1), ascii:' ', utf8:'', keymap_idname:(null), pointer:0000023E9853E718 wm_event_do_handlers: Handling event wmEvent type:120 / X, val:1 / PRESS, shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0, mouse:(852,472), ascii:'x', utf8:'x', keymap_idname:(null), pointer:0000023E9853FA98 wm_event_do_handlers: Handling event wmEvent type:120 / X, val:2 / RELEASE, shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0, mouse:(852,472), ascii:' ', utf8:'', keymap_idname:(null), pointer:0000023E9853F798 wm_event_do_handlers: Handling event wmEvent type:1 / LEFTMOUSE, val:1 / PRESS, shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0, mouse:(852,472), ascii:' ', utf8:'', keymap_idname:(null), pointer:0000023E9853E418 wm_event_do_handlers: Handling event wmEvent type:1 / LEFTMOUSE, val:2 / RELEASE, shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0, mouse:(852,472), ascii:' ', utf8:'', keymap_idname:(null), pointer:0000023E9853DB18 DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=OBCube flags=BASE_FLAGS DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=OBCube flags=BASE_FLAGS DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE DEG_relations_tag_update: Tagging relations for update. [SCScene :: View Layer]: DEG_graph_tag_relations_update: Tagging relations for update. DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE DEG_relations_tag_update: Tagging relations for update. [SCScene :: View Layer]: DEG_graph_tag_relations_update: Tagging relations for update. DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=SELECT DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=SCScene flags=SELECT Info: Deleted 1 object(s) Depsgraph built in 0.000172 seconds. [SCScene :: View Layer]: Operation is entry point for update: VIEW_LAYER_EVAL() [SCScene :: View Layer]: Operation is entry point for update: COPY_ON_WRITE() [SCScene :: View Layer]: Operation is entry point for update: PLACEHOLDER(Scene Eval) [SCScene :: View Layer]: Operation is entry point for update: COPY_ON_WRITE() [SCScene :: View Layer]: Accumulated recalc bits for SCScene: 643 [SCScene :: View Layer]: Accumulated recalc bits for OBLight: 0 [SCScene :: View Layer]: Accumulated recalc bits for OBCamera: 0 [SCScene :: View Layer]: Accumulated recalc bits for GRCollection: 128 [SCScene :: View Layer]: DEG::deg_evaluate_copy_on_write on GRCollection (0000023E9B6BBDA8) [SCScene :: View Layer]: DEG::deg_evaluate_copy_on_write on SCScene (0000023E97EC6F48) [SCScene :: View Layer]: BKE_layer_eval_view_layer on View Layer (0000023E9B6BCC18) [SCScene :: View Layer]: BKE_object_eval_flush_base_flags on OBLight (0000023E97EBA328) [SCScene :: View Layer]: BKE_object_eval_flush_base_flags on OBCamera (0000023E9B68CB58) Depsgraph updated in 0.012188 seconds. Error : EXCEPTION_ACCESS_VIOLATION Address : 0x00007FF7DF29B447 ```

Seems like the same bug reported in #59531

Seems like the same bug reported in #59531

Closed as duplicate of #59531

Closed as duplicate of #59531
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#59558
No description provided.