Random segfault
when running pipeline tuning with wandb
on certain machines
#407
Labels
segfault
when running pipeline tuning with wandb
on certain machines
#407
When running the tuning examples recently introduced in #398 (and #406), there appears to be some random chance of having
segfault
. The issue was later observed to be machine specific. I have only been getting this randomsegfault
on MSU ICER HPCC (Python 3.8.16). Running the same example script onpapermachine
does not throw thissegfault
.Looking at the core dump file (using pystack), it appears that the issue was related to Python's
threading
. More particularly when calling sklearn's randomized svd func (maybe some other similar packages as well). See detail core dump log below.More sysinfo below.
Machine that failed:
Machine that did not fail:
Skipping for now but might come back later to fix this issue if it appears to be happening to more users other than myself.
The text was updated successfully, but these errors were encountered: