Bug 46713

Summary: borken
Product: Sisyphus Reporter: Sergey Bolshakov <sbolshakov>
Component: octave-controlAssignee: manowar <manowar>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: cas, manowar, viy
Version: unstable   
Hardware: all   
OS: Linux   

Description Sergey Bolshakov 2023-06-30 17:41:26 MSK
$ cat borken.m
#!/usr/bin/octave -qf

pkg load control;
pkg load signal;

[a, b] = butter(4, 1/16);
sos = tf2sos(a, b);
sos

$ octave borken.m
error: '__lti_input_idx__' undefined near line 211, column 33
error: called from
    tf at line 211 column 31
    tf2zp at line 35 column 13
    tf2sos at line 67 column 11
    borken at line 7 column 5
Comment 1 Sergey Bolshakov 2023-06-30 17:45:50 MSK
fixed with rebuild in task #323959