Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

particle serialization without output crashes #2019

Closed
tjhei opened this issue Nov 28, 2017 · 1 comment
Closed

particle serialization without output crashes #2019

tjhei opened this issue Nov 28, 2017 · 1 comment
Assignees

Comments

@tjhei
Copy link
Member

tjhei commented Nov 28, 2017

The particle serialization will dereference the nullptr output in the following code:

    World<dim>::save (std::ostringstream &os) const
    {
      aspect::oarchive oa (os);
      oa << (*this);
#if !DEAL_II_VERSION_GTE(9,0,0)
      output->save(os);
#endif
    }
@bangerth
Copy link
Contributor

bangerth commented Dec 1, 2017

Fixed by #2021.

@bangerth bangerth closed this as completed Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants