Bugzilla – Bug 1142037
LTO: Octave + quaternion broken
Last modified: 2019-07-22 05:45:41 UTC
I am not quite sure on this, but the last update (LTO) seems to have broken octave in combination with octave-forge-quaternion. The snippet: pkg load quaternion; quats = quaternion(1,0,0,0); quats(2) = quaternion(1,0,0,0); worked before, but is now spamming the console with weird error messages, until octave finally crashes.