Comment 4 for bug 1700510

Revision history for this message
Max (spinflipper) wrote :

I could trigger it with any plotting either in python or in octave

import numpy as np
import matplotlib.pyplot as plt
data = np.loadtxt('sensordata.txt');
plt.plot((data[:,6]-data[0,6])/3600, data[:,4], linewidth=0.5)

would crash on plt.plot with illegal instruction. I guess as soon as it touches any of the blas lib code.
Same from octave, any plotting led to crash.

Best regards,
Max