espressomd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ESPResSo-devel] [bug #33309] memory leak in on_particle_change


From: Axel Arnold
Subject: [ESPResSo-devel] [bug #33309] memory leak in on_particle_change
Date: Sun, 15 May 2011 21:15:36 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110422 Ubuntu/10.04 (lucid) Firefox/3.6.17

Follow-up Comment #1, bug #33309 (project espressomd):

on_particle_change is a collector function that _has_ to be called every time
particles change. Commenting it out breaks about everything you can think of.
There is no "memory leak" in the routine since it doesn't do anything itself,
if take a short look.

What happens, is that at the beginning of the integration loop, all algorithms
are reinitialized, if particles were changed manually. One of the many
algorithms that are called therefore has a memory leak when being
reinitialized. P3M, LB or so might be good candidates.

To figure out which one, switch them off one after the other, maybe even by
compiling them out.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?33309>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]