When I compile and run this program on the master branch, this results in the program SEGFAULTing.
The last release (v0.21.0) doesn't have the same problem. After doing a git bisect, the issue seems to be this commit: 5fb812b13cea39a7aa6ddc293013dd63157e2c75
This commit touches a lot of logic, so I cannot pinpoint a likely cause..
Hi @jholloc,
With the current
master
branch I frequently getbad_alloc
exceptions and/or SEGFAULTS when initializing many child nodes on an HDC node.Example program:
When I compile and run this program on the
master
branch, this results in the program SEGFAULTing.The last release (v0.21.0) doesn't have the same problem. After doing a git bisect, the issue seems to be this commit: 5fb812b13cea39a7aa6ddc293013dd63157e2c75
This commit touches a lot of logic, so I cannot pinpoint a likely cause..