← Back to team overview

yade-dev team mailing list archive

[Bug 1723454] Re: "Segmentation fault (core dumped)" error when "DomainLimiter" is added

 

No luck with the nullptr assumption. It segfaults on regular bodies. 
I am unable to figure out what the problem is.
It is also not very reproducible, playing with the inspector can make the script pass the segfault point...
Bruno
___
code:
cerr<<"BodyContainer::erase -> reset: "<<id<<" "<<(bool) body[id]<<endl;
body[id].reset();

runtime:
BodyContainer::erase -> reset: 1070 1
Segmentation fault

-- 
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1723454

Title:
  "Segmentation fault (core dumped)" error when "DomainLimiter" is added

Status in Yade:
  New

Bug description:
  The simulation crashes each time the "DomainLimiter" is added to the Engine list.
  Simulation is run with Yade 2017.01a on Ubuntu 17.04 x64 and properly works if the reported engine is not inserted, whilst returns the error:

  "Segmentation fault (core dumped)"

  after ~16k iterations when DomainLimiter is added.

To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1723454/+subscriptions


References