Crash to desktop on Boolean union exact operation #86308

Closed
opened 2021-03-05 14:12:29 +01:00 by Alexandre Mano · 7 comments

System Information
Operating system: Windows 10
Graphics card: Nvidia RTX 2060

Blender Version
Broken: 2.93.0-b5d154f400e4
Worked: 2.93.0-461d4fc1aae2

Caused by a3f091d7ce

Short description of error
Crash while enabling boolean modifier with exact operation. File is a part of a model I narrowed out for this report.
Mostly sure the model's mesh is easily fixable to prevent the crash, however i thought it could be useful to post it in here.

(May or may not be related to a fix implemented due to my previous bug report on booleans)

Exact steps for others to reproduce the error
Open the file, select the main model and enable the boolean modifier, blender should crash after that...

Boolean Issue.blend

**System Information** Operating system: Windows 10 Graphics card: Nvidia RTX 2060 **Blender Version** Broken: 2.93.0-b5d154f400e4 Worked: 2.93.0-461d4fc1aae2 Caused by a3f091d7ce **Short description of error** Crash while enabling boolean modifier with exact operation. File is a part of a model I narrowed out for this report. Mostly sure the model's mesh is easily fixable to prevent the crash, however i thought it could be useful to post it in here. (May or may not be related to a fix implemented due to my previous bug report on booleans) **Exact steps for others to reproduce the error** Open the file, select the main model and enable the boolean modifier, blender should crash after that... [Boolean Issue.blend](https://archive.blender.org/developer/F9869993/Boolean_Issue.blend)
Author

Added subscriber: @Xande

Added subscriber: @Xande
Member

Added subscribers: @howardt, @lichtwerk

Added subscribers: @howardt, @lichtwerk
Member

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

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

Yeah, it is caused by a3f091d7ce

problem seems to be when mesh with modifier has custom split normals (unnamed layer) and boolean object hasnt.

1   ??                                                                                                                                                                                                                                        
2   CustomData_bmesh_interp_n                                    customdata.c            4037 0x3964b45 
3   blender::meshintersect::copy_or_interp_loop_attributes       mesh_boolean_convert.cc 621  0x4b957d0 
4   blender::meshintersect::imesh_to_mesh                        mesh_boolean_convert.cc 722  0x4b95f95 
5   blender::meshintersect::direct_mesh_boolean                  mesh_boolean_convert.cc 790  0x4b96492 
6   BKE_mesh_boolean                                             mesh_boolean_convert.cc 811  0x4b965e9 
7   exact_boolean_mesh                                           MOD_boolean.c           654  0x3f11a4f 
8   modifyMesh                                                   MOD_boolean.c           685  0x3f11b40 

@howardt: one for you?

Yeah, it is caused by a3f091d7ce problem seems to be when mesh with modifier has custom split normals (unnamed layer) and boolean object hasnt. ``` 1 ?? 2 CustomData_bmesh_interp_n customdata.c 4037 0x3964b45 3 blender::meshintersect::copy_or_interp_loop_attributes mesh_boolean_convert.cc 621 0x4b957d0 4 blender::meshintersect::imesh_to_mesh mesh_boolean_convert.cc 722 0x4b95f95 5 blender::meshintersect::direct_mesh_boolean mesh_boolean_convert.cc 790 0x4b96492 6 BKE_mesh_boolean mesh_boolean_convert.cc 811 0x4b965e9 7 exact_boolean_mesh MOD_boolean.c 654 0x3f11a4f 8 modifyMesh MOD_boolean.c 685 0x3f11b40 ``` @howardt: one for you?
Howard Trickey self-assigned this 2021-03-06 15:05:09 +01:00

This issue was referenced by cfd766cebd

This issue was referenced by cfd766cebdf6f65e3184229277985b95128f9ad2
Member

Thanks for the bug report.

Thanks for the bug report.
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
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#86308
No description provided.