This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem with telnet server


hello,

using the kawa telnet client, I think there is a bug somewhere...

when you evaluate the following expressions in a telnet window, the kawa
process crashes the JVM


(define (append-tab string)
  (string-append string "\t"))

(define (get-line start values line end)
  (if (empty? values)
      (string-append (append-tab (string-append start line)) end)
      (get-line (cdr values)
		     (string-append (append-tab line) (car values)))))

any idea why?

thanks a lot,

Stan.


Stanislas Pinte - Associate Software Engineer.

Phone: +32-(0)15-401.371 
Fax: +32-(0)15-401.400
Address: Schaliënhoevedreef 20i, B-2800 Mechelen, Belgium


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]