From bug-octave-request at che dot utexas dot edu Mon Oct 31 10:04:31 1994 Subject: Problem with 'inf' on Octave 1.0 From: Habibie Sumargo To: bug-octave at che dot utexas dot edu Date: Mon, 31 Oct 1994 11:01:56 -0500 The following is a macro excerpted from a file called zp2ss.m of a signal and system package came with the student version of MatLab: % Strip infinities and throw away. p = p(abs(p) ~= inf); z = z(abs(z) ~= inf); The above routine crashed with the following message: ++++++++++++++ tc-index.cc:363: failed assertion `(nr == 1 || nc == 1) && ! user_pref.do_fortran_indexing' n = 1 error: caught SIGIOT -- stopping myself... ++++++++++++++ on an SGI Indy R4400 with IRIX 5.2. I would like to know if this bug has a patch. If this has been reported, please ignore this report. Thank you very much. habibie at srse dot fiu dot edu