Crash when changing Particle type, when Hair has dynamics #58046

Closed
opened 2018-11-25 11:53:32 +01:00 by Mal Duffin · 10 comments
Member

System Information
Windows 10, GTX1070

Blender Version
Broken: Blender 2.8 Alpha 2, 0c8b0771f2

Short description of error
Blender crashes when Hair Dynamics is on, and the Particles type is changed

Exact steps for others to reproduce the error

  1. Create a new scene
  2. Select the default cube
  3. Open the Particles panel
  4. Select Hair
  5. Select Hair Dynamics
  6. Select Emitter

If Blender hasn't crashed yet, select between hair and emitter a few more times

**System Information** Windows 10, GTX1070 **Blender Version** Broken: Blender 2.8 Alpha 2, 0c8b0771f26 **Short description of error** Blender crashes when Hair Dynamics is on, and the Particles type is changed **Exact steps for others to reproduce the error** 1) Create a new scene 2) Select the default cube 3) Open the Particles panel 4) Select Hair 5) Select Hair Dynamics 6) Select Emitter If Blender hasn't crashed yet, select between hair and emitter a few more times
Author
Member

Added subscriber: @MalDuffin

Added subscriber: @MalDuffin
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Confirmed.

1  MEM_lockfree_allocN_len  mallocn_lockfree_impl.c 120  0x30ea772 
2  MEM_lockfree_freeN       mallocn_lockfree_impl.c 130  0x30ea7b2 
3  modifier_free_ex         modifier.c              171  0x2addb01 
4  modifier_free            modifier.c              178  0x2addb34 
5  free_hair                particle.c              471  0x2b24e5f 
6  psys_changed_type        particle_system.c       4123 0x2b46afb 
7  rna_Particle_change_type rna_particle.c          637  0x2d7f084 
8  rna_property_update      rna_access.c            2084 0x2c653db 
9  RNA_property_update      rna_access.c            2138 0x2c65594 

ASAN gives heap-use-after-free For full output see P838

Checking further (there were some changes to modifier freeing code...)

Confirmed. ``` 1 MEM_lockfree_allocN_len mallocn_lockfree_impl.c 120 0x30ea772 2 MEM_lockfree_freeN mallocn_lockfree_impl.c 130 0x30ea7b2 3 modifier_free_ex modifier.c 171 0x2addb01 4 modifier_free modifier.c 178 0x2addb34 5 free_hair particle.c 471 0x2b24e5f 6 psys_changed_type particle_system.c 4123 0x2b46afb 7 rna_Particle_change_type rna_particle.c 637 0x2d7f084 8 rna_property_update rna_access.c 2084 0x2c653db 9 RNA_property_update rna_access.c 2138 0x2c65594 ``` ASAN gives `heap-use-after-free` For full output see [P838](https://archive.blender.org/developer/P838.txt) Checking further (there were some changes to modifier freeing code...)
Sergey Sharybin was assigned by Philipp Oeser 2018-11-27 13:20:34 +01:00
Member

Added subscriber: @Sergey

Added subscriber: @Sergey
Member

Without spending heaps more time, I cannot tell what the underlying issue is.
Well enabling hair dynamics builds hair cloth modifier data, change from hair --> emitter frees the hair cloth modifier data, change from emitter --> hair uses that again (see ASAN P838)

Might be changes to modifier freeing/copying code (d59c2d12b1, 41830cc432 -- dont think so though), might be the specific way CoW does it?

P839 solves (but I guess that breaks the whole idea of keeping the cache, see also comment here )

@Sergey: could you check on this?

Without spending heaps more time, I cannot tell what the underlying issue is. Well enabling hair dynamics builds hair cloth modifier data, change from hair --> emitter frees the hair cloth modifier data, change from emitter --> hair uses that again (see ASAN [P838](https://archive.blender.org/developer/P838.txt)) Might be changes to modifier freeing/copying code (d59c2d12b1, 41830cc432 -- dont think so though), might be the specific way CoW does it? [P839](https://archive.blender.org/developer/P839.txt) solves (but I guess that breaks the whole idea of keeping the cache, see also comment [here ](https://developer.blender.org/diffusion/B/browse/blender2.8/source/blender/blenkernel/intern/particle.c;4c1a01d1a07138aa9b80ab34cc3bde1df5ec141e$596)) @Sergey: could you check on this?
Sergey Sharybin removed their assignment 2018-12-06 15:50:28 +01:00
Philipp Oeser was assigned by Sergey Sharybin 2018-12-06 15:50:28 +01:00

@lichtwerk, you r patch actually seems correct. modifier_free() will free memory used by clmd, and it is supposed to be set to NULL there. I guess this line was lost in one of the other fixes/refactors.

So please commit your P839 :)

@lichtwerk, you r patch actually seems correct. `modifier_free()` will free memory used by `clmd`, and it is supposed to be set to NULL there. I guess this line was lost in one of the other fixes/refactors. So please commit your [P839](https://archive.blender.org/developer/P839.txt) :)
Member

@Sergey: thx for checking, will doublecheck again tomorrow (the idea of keeping the cache, had the impression it was not set to NULL on purpose... -- if I dont find anything suspicious, will commit tomorrow)

@Sergey: thx for checking, will doublecheck again tomorrow (the idea of keeping the cache, had the impression it was `not` set to NULL on purpose... -- if I dont find anything suspicious, will commit tomorrow)

That case is handled below. You can also compare the code with master, the clmd = NULL is clearly missing.

That case is handled below. You can also compare the code with master, the `clmd = NULL` is clearly missing.

This issue was referenced by 41e4059f3c

This issue was referenced by 41e4059f3c41234016dfabf6b3ae9e40c735483e
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' 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#58046
No description provided.