Open GoogleCodeExporter opened 9 years ago
Segmentation Fault happens when calling (from our python wrapper):
GeodesicAlgorithmExact::propagate(vertex_source_array, 1e100, NULL)
If we decrease parameter max_propagation_distance to a reasonable small value,
our call seems to be working:
GeodesicAlgorithmExact::propagate(vertex_source_array,
max_propagation_distance=150, NULL)
Anything bigger than 170 for max_propagation_distance parameter produces erors.
The machine I am testing is a Debian GNU/Linux 6.0 (Linux tvb-build-x86
2.6.32-5-686-bigmem #1 SMP Mon Jan 16 16:42:05 UTC 2012 i686 GNU/Linux) 2GB RAM.
Does anyone have any ideas why this is happening ? It works fine for Linux x64
(similar configuration)
Any hint on how we could avoid this, or what's a good value for parameter
max_propagation_distance would be of great help.
Original comment by ldom...@gmail.com
on 27 May 2013 at 2:52
Original issue reported on code.google.com by
bogdan.v...@gmail.com
on 16 May 2013 at 3:52