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

Latest BG in master branch crashes when run with one cluster on Linux #263

Open
1 of 4 tasks
stiber opened this issue Jul 15, 2019 · 0 comments
Open
1 of 4 tasks
Assignees
Milestone

Comments

@stiber
Copy link
Contributor

stiber commented Jul 15, 2019

What kind of issue is this?

  • Bug report
  • Feature request
  • Question not answered in documentation
  • Cleanup needed

This problem appears to arise, at least partly, when BG is compiled without HDF5 support and the output file directory doesn't exist.

When we run the simulator with one cluster, we get a segmentation fault at the end of the simulation, just after it outputs "Cluster: 0 total_incoming_synapse_count: 0" but before it outputs the elapsed time information.

When we run with two clusters, the simulation completes without error.

When we create the "results" directory, then the simulation runs fine.

What is affected by this?

How do we replicate the issue/how would it work?

  1. Edit Makefile to set "CUSEHDF5 = no"
  2. make growth
  3. Make sure results directory doesn't exist
  4. ./growth -t configfiles/test-tiny.xml -c 1
  5. ./growth -t configfiles/test-tiny.xml -c 2
  6. mkdir results
  7. repeat steps 4 and 5

Expected behavior (i.e. solution or outline of what it would look like)

Other Comments

@stiber stiber added this to the Summer 2019 milestone Jul 15, 2019
@stiber stiber modified the milestones: Summer 2019, Fall 2019 Oct 14, 2019
@stiber stiber removed the BG/C++ label Feb 15, 2020
@stiber stiber modified the milestones: Fall 2019, Spring 2020 Feb 15, 2020
@stiber stiber modified the milestones: Spring 2020, Future Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants