← Back to team overview

yade-dev team mailing list archive

[Bug 721107] Re: InsertionSortCollider memory leaks

 

Cause is that velocityBins->bodyBins is resized (in
InsertionSortCollider.cpp, line 216) _after_ having been used in
BoundDispatcher::action, line 47. Therefore, for added particles used a
garbage value of sweep.

-- 
You received this bug notification because you are a member of Yade
developers, which is the registrant for Yade.
https://bugs.launchpad.net/bugs/721107

Title:
  InsertionSortCollider memory leaks

Status in Yet Another Dynamic Engine:
  Confirmed

Bug description:
  If  add a particles after start a simulation, InsertionSortCollider's memory leak occurs.
  If set verletDist=0 in ISC, no memory leak.



References