Description
I have a machine with the intel I9 and ubuntu 22.04.
I have set a conda environment for scientific production, but when i try in python 3.11:
import numpy as np
the machine crash and reboot like every time. I've tried to find something in journalctl but it doesn't seem to be a kernel related problem. I have also tried without conda environment and the same behavior is reproducible every time i call numpy.
So i have downgraded numpy several times and i found that 1.23.4 seems more stable, but anyway sometimes it crash.
The strange thing is that if i was successful to import numpy i can re-run the same script but if the time between the two calls is too tiny the system crash and reboot.
i have the sensation that is something related to openBLAS library, just to make a bet.