Page MenuHome

Blender 2 .78c will freeze or force close when adding particles at random.
Closed, ResolvedPublic

Description

System Information
Acer Aspire One Cloudbook 14 (AO1-431-C8G8)
Ubuntu GNOME 16.04.1 LTS with 4.10.0-20-generic kernel

Blender Version
Broken: Blender 2.78c, but stub 0?

Short description of error
Blender will freeze or force close when adding particles at random.

Exact steps for others to reproduce the error
Enter particle edit mode and start adding particles, occasionally Blender will crash.


Event Timeline

When 'Display modifier in viewport' of Bevel modifier is ON, this phenomenon occurs.
If you carry it out after you turned it off, this phenomenon does not occur.
I think that this is a bug.

That seems to be it, also moving the particle modifier above the bevel modifier keeps it from crashing.

I tried this on OSX and could not make it crash.
It would help if you can reduce your .blend to the simplest form to find what exactly makes it crash.
(ie. cube with bevel and particle?)

Here is the simplified version of the file and the crash log for it. It only crashes when X Mirror is on.


This does not occur when I replace Bevel modifier with a different thing.
For example, it is subdivision surface.
EXCEPTION_ACCESS_VIOLATION occurs and crashes.

Aaron Carlisle (Blendify) lowered the priority of this task from 90 to Normal.
Aaron Carlisle (Blendify) moved this task from Backlog to Particles on the Physics board.
Bastien Montagne (mont29) triaged this task as 50 priority.

Confirmed, issue is in DM evaluation code actually, never clears the deformedOnly flag when evaluating a generative modifier!!!