From bug-octave-request at che dot utexas dot edu Tue Jul 5 09:43:43 1994 Subject: Octave exits with SIGSEGV/SIGFPE From: "G.Beyerle" To: bug-octave at che dot utexas dot edu Cc: gbeyerle at AWI-Potsdam dot DE Date: Tue, 5 Jul 94 16:43:14 GMT Hello *, I found the following problem: ----------------------------------------- Octave, version 1.0. Copyright (C) 1992, 1993, 1994 John W. Eaton. This is free software with ABSOLUTELY NO WARRANTY. For details, type `warranty'. octave:1> x=[] x = [](0x0) octave:2> x(1) error: caught SIGFPE -- stopping myself... ----------------------------------------- and: ----------------------------------------- Octave, version 1.0. Copyright (C) 1992, 1993, 1994 John W. Eaton. This is free software with ABSOLUTELY NO WARRANTY. For details, type `warranty'. octave:1> x=[] x = [](0x0) octave:2> x(1:2) error: caught SIGSEGV -- stopping myself... ----------------------------------------- Octave version : 1.0 System : SunOS 4.1.3_U1 Content of .octaverc : implicit_str_to_num_ok = "true"; do_fortran_indexing = "true"; save_precision = 6; set zero 1e-40; ----------------------------------------- Thanks Georg | Georg Beyerle | | Alfred Wegener Institute of Tel: +49-331-288-2119 | | Polar and Marine Research Fax: +49-331-288-2137 | | POB 600 149 E-Mail: gbeyerle at awi-potsdam dot de| | | D-14401 Potsdam Germany |