Bug 1142037

Summary: LTO: Octave + quaternion broken
Product: [openSUSE] openSUSE Tumbleweed Reporter: Seiji Hiwatari <info>
Component: DevelopmentAssignee: Dmitry Roshchin <dmitry>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: alynx.zhou
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Seiji Hiwatari 2019-07-18 13:00:14 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.