From bug-octave-request at bevo dot che dot wisc dot edu Mon Jun 16 10:05:02 2003 Subject: Re: Core dump when aborting a debuging session From: "Pascal A. Dupuis" To: bug-octave-request at bevo dot che dot wisc dot edu Date: Mon, 16 Jun 2003 09:28:21 -0500 This is a follow-up about the core dump problem. It can be triggered with the following code: try t = 1:10; x = 3*t+2; plot(t, x); keyboard; catch error(__error_text__); end_try_catch At the 'debug >' prompt, hit 'Ctrl-C' and octave enters a panic state. The real program is more complex, and the try-catch block is there to ensure every opened file descriptor is properly closed, and every temporary file created during the execution is removed. Best regards Pascal Dupuis -- Dr. ir. Pascal Dupuis K. U. Leuven, ESAT/ELECTA (formerly ELEN): http://www.esat.kuleuven.ac.be/ Kasteelpark Arenberg, 10; B-3001 Leuven-Heverlee, Belgium Tel. +32-16-32 10 21 -- Fax +32-16-32 19 85 ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------