[Ecls-list] mp:interrupt-process + break

Tobias C. Rittweiler tcr at freebits.de
Mon Jul 6 20:01:32 UTC 2009


How unreasonable is it trying to break into a running thread?

  -T.


  ECL (Embeddable Common-Lisp) 9.6.2
  Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
  Copyright (C) 1993 Giuseppe Attardi
  Copyright (C) 2000 Juan J. Garcia-Ripoll
  ECL is free software, and you are welcome to redistribute it
  under certain conditions; see file 'Copyright' for details.
  Type :h for Help.  
  Top level in: #<process SI:TOP-LEVEL 0810afc0>.

  > (mp:process-run-function "foof" #'(lambda () (loop (sleep 1))))  
  #<process "foof" 0810ade0>

  > (mp:interrupt-process * #'break)  
  Internal or unrecoverable error in:
  Cannot grow stack size.
    [2: No such file or directory]
  Aborted





More information about the ecl-devel mailing list