command interpreter dies when raising condition twice
2007-07-04 19:49:54 GMT
Hello all, if I raise the same condition twice, I get an unexpected warning about the command interpreter dying (see bellow). Am I doing something wrong? Welcome to Scheme 48 1.6 (made by root on Sat May 26 18:17:48 CEST 2007) Copyright (c) 1993-2007 by Richard Kelsey and Jonathan Rees. Please report bugs to scheme-48-bugs <at> s48.org. Get more information at http://www.s48.org/. Type ,? (comma question-mark) for help. > ,open exceptions conditions > (define-condition-type &frob-error &error frob-error?) ; no values returned > (raise (condition (&frob-error))) Error: (&frob-error) 1> (raise (condition (&frob-error))) Error: (&frob-error) Warning: command interpreter has died; restarting (&warning) Error: (&frob-error) 1> -- -- Emílio C. Lopes Ich leb und weiß nit wie lang,(Continue reading)
RSS Feed