Crashing with extrusion tool (Blender 2.8, Windows 10) #57134

Closed
opened 2018-10-10 09:58:08 +02:00 by Alaska · 18 comments
Member

System Information
CPU: Ryzen 2500U
GPU: Vega 8
RAM: 8GB
OS: Windows 10 Home 64bit 1803

Blender Version
Broken: Blender 2.8 (blender-2.80-1dd3b93d2f9-win64)

Short description of error
Occasionally while using the extrude tool in edit mode with snapping to vertice, edges, faces or volumes on, Blender will crash.

**System Information** CPU: Ryzen 2500U GPU: Vega 8 RAM: 8GB OS: Windows 10 Home 64bit 1803 **Blender Version** Broken: Blender 2.8 (blender-2.80-1dd3b93d2f9-win64) **Short description of error** Occasionally while using the extrude tool in edit mode with snapping to vertice, edges, faces or volumes on, Blender will crash.
Author
Member

Added subscriber: @Alaska

Added subscriber: @Alaska

Added subscriber: @dfelinto

Added subscriber: @dfelinto

I can't reproduce this here. Please attach the system crash log.

I can't reproduce this here. Please attach the system crash log.
Author
Member

According to blender documentation, crash logs on Windows are disabled. https://docs.blender.org/manual/en/dev/troubleshooting/crash.html

Are you able to suggest where I could find it for Blender 2.8 for Windows.

According to blender documentation, crash logs on Windows are disabled. https://docs.blender.org/manual/en/dev/troubleshooting/crash.html Are you able to suggest where I could find it for Blender 2.8 for Windows.
Author
Member

This comment was removed by @Alaska

*This comment was removed by @Alaska*
Author
Member

I ran Blender in --debug-all mode. This is the error for the crash I experienced:

wm_event_do_handlers: Handling event
wmEvent  type:101 / E, val:1 / PRESS,
         shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0,
         mouse:(1055,769), ascii:'e', utf8:'e', keymap_idname:(null), pointer:000002295B33FCB8
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=MEPlane.003 flags=GEOMETRY
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=MEPlane.003 flags=GEOMETRY
Error   : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FF6E97A4BA8
Module  : C:\Users\Alaska\Desktop\blender-2.80.0-git.1dd3b93d2f9-windows64\blender.exe
Address : 0x00007FF6E97A4BA8
Module  : C:\Users\Alaska\Desktop\blender-2.80.0-git.1dd3b93d2f9-windows64\blender.exe

I decided to run the same test on all the versions of Blender 2.8 I had on my computer as I've noticed that later versions were more reliable. Turns out every version I had experienced this issue with the exact same error report. The only difference being the address, but I'm putting that down to the fact that the address is probably in RAM which means it can change quite a bit.

The versions I had for testing are:
29c2c307f6 - September 10th
6f42eb245b - September 27th
9b49a0d971 - October 8th
1dd3b93d2f - October 10th

I ran Blender in --debug-all mode. This is the error for the crash I experienced: ``` wm_event_do_handlers: Handling event wmEvent type:101 / E, val:1 / PRESS, shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0, mouse:(1055,769), ascii:'e', utf8:'e', keymap_idname:(null), pointer:000002295B33FCB8 DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=MEPlane.003 flags=GEOMETRY DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=MEPlane.003 flags=GEOMETRY Error : EXCEPTION_ACCESS_VIOLATION Address : 0x00007FF6E97A4BA8 Module : C:\Users\Alaska\Desktop\blender-2.80.0-git.1dd3b93d2f9-windows64\blender.exe Address : 0x00007FF6E97A4BA8 Module : C:\Users\Alaska\Desktop\blender-2.80.0-git.1dd3b93d2f9-windows64\blender.exe ``` I decided to run the same test on all the versions of Blender 2.8 I had on my computer as I've noticed that later versions were more reliable. Turns out every version I had experienced this issue with the exact same error report. The only difference being the address, but I'm putting that down to the fact that the address is probably in RAM which means it can change quite a bit. The versions I had for testing are: 29c2c307f6e - September 10th 6f42eb245b1 - September 27th 9b49a0d971c - October 8th 1dd3b93d2f9 - October 10th
Author
Member

I've found another factor that needs to be activated for this crash to occur. Snapping to an object. At the moment my tests have shown that increment snapping is unaffected. However, vertices, edges, faces, and volumes show this issue.

I'll add this to the original post for anyone that stumbles across this.

I've found another factor that needs to be activated for this crash to occur. Snapping to an object. At the moment my tests have shown that increment snapping is unaffected. However, vertices, edges, faces, and volumes show this issue. I'll add this to the original post for anyone that stumbles across this.

Added subscriber: @mont29

Added subscriber: @mont29

Cannot reproduce still.

Please always attach a small and simple .blend file to help reproducing the issue, always saves us a tremendous of time.

Cannot reproduce still. Please always attach a **small and simple** .blend file to help reproducing the issue, always saves us a tremendous of time.
Author
Member

I've just updated to blender-2.80-bf34f95a9ed (October 25th) and the issue persists.

As for providing a file, the startup file shows this issue along with every other file I've worked on such as this one:

Test.blend

Here's a video of the issue occurring: https://youtu.be/8BshcKbHn9k
I know it's an odd case, constantly extruding something until the software crashes, but this just seems to occur at random times while working on projects such as in the file provided above.

Same sort of error code:

wm_event_do_handlers: Handling event
wmEvent  type:101 / E, val:1 / PRESS,
         shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0,
         mouse:(897,644), ascii:'e', utf8:'e', keymap_idname:(null), pointer:00000167D53D8F58
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=MECube flags=GEOMETRY
DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=MECube flags=GEOMETRY
Error   : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FF659449B50
Module  : C:\Users\Alaska\Desktop\blender-2.80.0-git.bf34f95a9ed-windows64\blender.exe
I've just updated to blender-2.80-bf34f95a9ed (October 25th) and the issue persists. As for providing a file, the startup file shows this issue along with every other file I've worked on such as this one: [Test.blend](https://archive.blender.org/developer/F5223729/Test.blend) Here's a video of the issue occurring: https://youtu.be/8BshcKbHn9k I know it's an odd case, constantly extruding something until the software crashes, but this just seems to occur at random times while working on projects such as in the file provided above. Same sort of error code: ``` wm_event_do_handlers: Handling event wmEvent type:101 / E, val:1 / PRESS, shift:0, ctrl:0, alt:0, oskey:0, keymodifier:0, mouse:(897,644), ascii:'e', utf8:'e', keymap_idname:(null), pointer:00000167D53D8F58 DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=MECube flags=GEOMETRY DEG::`anonymous-namespace'::deg_graph_id_tag_update: id=MECube flags=GEOMETRY Error : EXCEPTION_ACCESS_VIOLATION Address : 0x00007FF659449B50 Module : C:\Users\Alaska\Desktop\blender-2.80.0-git.bf34f95a9ed-windows64\blender.exe ```
Author
Member

It's possible this issue is limited to APU's (The GPU and CPU share RAM and the error is an inability to access something from RAM from what I can tell) or Windows. I currently don't know how to install another operating system so I can't test that. However, I'm upgrading my secondary PC to a separate CPU (R5 2600) and GPU (RX 570) setup in a few days, so hopefully I can test the APU hypothesis.

Note: The secondary system currently runs a A6 9500 APU on Windows 10 and also experiences this issue.

It's possible this issue is limited to APU's (The GPU and CPU share RAM and the error is an inability to access something from RAM from what I can tell) or Windows. I currently don't know how to install another operating system so I can't test that. However, I'm upgrading my secondary PC to a separate CPU (R5 2600) and GPU (RX 570) setup in a few days, so hopefully I can test the APU hypothesis. Note: The secondary system currently runs a A6 9500 APU on Windows 10 and also experiences this issue.
Author
Member

The issue persists with a discreet GPU and CPU on blender-2.80-c750ebe113e (October 29th).

The issue persists with a discreet GPU and CPU on blender-2.80-c750ebe113e (October 29th).

Added subscriber: @rboxman

Added subscriber: @rboxman

I seem to be able to repro here -- indeed it looks related to snapping.

em->looptris is bogus in the below codepath. See line 862 of bvhutils.c which leads to crash on line 875.

blender.exe!bvhtree_from_editmesh_looptri_create_tree(<snip>) Line 875	C
blender.exe!bvhtree_from_editmesh_looptri_ex(<snip>) Line 987	C
blender.exe!raycastEditMesh(<snip>) Line 607	C
blender.exe!raycastObj(<snip>) Line 752	C
blender.exe!raycast_obj_cb(<snip>) Line 809	C
blender.exe!iter_snap_objects(<snip>) Line 232	C
blender.exe!raycastObjects(<snip>) Line 876	C
blender.exe!transform_snap_context_project_view3d_mixed_impl(<snip>) Line 2642	C
blender.exe!ED_transform_snap_object_project_view3d_ex(<snip>) Line 2749	C
blender.exe!ED_transform_snap_object_project_view3d(<snip>) Line 2782	C
blender.exe!snapObjectsTransform(TransInfo * t, const float * mval, float * dist_px, float * r_loc, float * r_no) Line 1231	C
blender.exe!CalcSnapGeometry(TransInfo * t, float * UNUSED_vec) Line 967	C
blender.exe!applySnapping(TransInfo * t, float * vec) Line 427	C
blender.exe!applyTranslation(TransInfo * t, const int * UNUSED_mval) Line 4968	C

I seem to be able to repro here -- indeed it looks related to snapping. em->looptris is bogus in the below codepath. See line 862 of bvhutils.c which leads to crash on line 875. ``` blender.exe!bvhtree_from_editmesh_looptri_create_tree(<snip>) Line 875 C blender.exe!bvhtree_from_editmesh_looptri_ex(<snip>) Line 987 C blender.exe!raycastEditMesh(<snip>) Line 607 C blender.exe!raycastObj(<snip>) Line 752 C blender.exe!raycast_obj_cb(<snip>) Line 809 C blender.exe!iter_snap_objects(<snip>) Line 232 C blender.exe!raycastObjects(<snip>) Line 876 C blender.exe!transform_snap_context_project_view3d_mixed_impl(<snip>) Line 2642 C blender.exe!ED_transform_snap_object_project_view3d_ex(<snip>) Line 2749 C blender.exe!ED_transform_snap_object_project_view3d(<snip>) Line 2782 C blender.exe!snapObjectsTransform(TransInfo * t, const float * mval, float * dist_px, float * r_loc, float * r_no) Line 1231 C blender.exe!CalcSnapGeometry(TransInfo * t, float * UNUSED_vec) Line 967 C blender.exe!applySnapping(TransInfo * t, float * vec) Line 427 C blender.exe!applyTranslation(TransInfo * t, const int * UNUSED_mval) Line 4968 C ```

Still cannot reproduce :/

Could be windows thing, maybe?

Still cannot reproduce :/ Could be windows thing, maybe?
Author
Member

I'm still capable of reproducing this bug in recent versions. Probably is a Window's thing then.

I'm still capable of reproducing this bug in recent versions. Probably is a Window's thing then.
Author
Member

I'm no longer able to reproduce this bug in Blender 2.8 565de7750b. However, I'll leave this open and let the developers decide whether or not to close this report.

I'm no longer able to reproduce this bug in Blender 2.8 565de7750b9. However, I'll leave this open and let the developers decide whether or not to close this report.
Author
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Alaska self-assigned this 2018-12-01 23:55:13 +01:00
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#57134
No description provided.