Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Andras Simon <asimon@ma...> - 2007-02-24 13:49:29
|
On Fri, 23 Feb 2007, Peter Graves wrote: > There may still be other issues because of the signal-related changes, > but running ansi-tests doesn't reveal them. Here's one that running ansi-tests is unlikely to reveal... on the other hand, it may not be due to the signal-related changes (I'm not even sure it's a regression). Armed Bear Common Lisp 0.0.9.1+ (built Sat Feb 24 2007 01:38:21 --100) Java 1.5.0_08 Sun Microsystems Inc. Java HotSpot(TM) Client VM Control-C handler installed. Low-level initialization completed in 9.142 seconds. Startup completed in 26.542 seconds. Type ":help" for a list of available commands. CL-USER(1): (loop) ;; here I try Ctrl-C, but nothing happens. then ;; another Ctrl-C gives this: Error loading /home/simon/java/j2/j/src/org/armedbear/lisp/with-standard-io-syntax.abcl at line 3 (offset 52) Debugger invoked on condition of type SIMPLE-CONDITION: BREAK called Restarts: 0: CONTINUE Return from BREAK. 1: CONTINUE Return from BREAK. 2: TOP-LEVEL Return to top level. [1] CL-USER(2): 2 ;; No prompt, but according to top, java is very active. ;; Ctrl-C again Error loading /home/simon/java/j2/j/src/org/armedbear/lisp/with-standard-io-syntax.abcl at line 3 (offset 52) Debugger invoked on condition of type SIMPLE-CONDITION: BREAK called Restarts: 0: ABORT Return to debug level 1. 1: CONTINUE Return from BREAK. 2: CONTINUE Return from BREAK. 3: CONTINUE Return from BREAK. 4: TOP-LEVEL Return to top level. [2] CL-USER(3): 0 CL-USER(4): :ex ;;abcl hangs, top shows java activity Andras |