You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I compile and run with gfortran 6 and HWLOC enabled, I get the following segfault:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#00x146c00115ea7 in ???
#10x146c001150dd in ???
#20x146c01127f1f in ???
#30x5606f9659262 in _ZNK5spral11hw_topology13HwlocTopology10count_typeERKP9hwloc_obj16hwloc_obj_type_t
at hw_topology/hwloc_wrapper.hxx:104
#40x5606f9659262 in _ZNK5spral11hw_topology13HwlocTopology11count_coresERKP9hwloc_obj
at hw_topology/hwloc_wrapper.hxx:74
#50x5606f9659262 in spral_hw_topology_guess
at guess_topology.cxx:42
The offending line appears to be if(obj->type == type) return 1;
in the private count_type function.
This happens for a variety of examples. I don't recall this with earlier versions of hwloc.
Nick
The text was updated successfully, but these errors were encountered:
If I compile and run with gfortran 6 and HWLOC enabled, I get the following segfault:
Backtrace for this error:
The offending line appears to be
if(obj->type == type) return 1;
in the private count_type function.
This happens for a variety of examples. I don't recall this with earlier versions of hwloc.
Nick
The text was updated successfully, but these errors were encountered: