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]

segmentation fault...


hello,

I am having a segmentation fault using kawa...

here is the scheme code I throw into the REPL:

(define (rebind-results function arg . rest )
  (if rest 
      (rebind-results function rest)
      (set! arg (function arg))))

(rebind-results (lambda (x) (+ x 1)) '(1 2 3))

here is what I get:

#|kawa:1|# (define (rebind-results function arg . rest )
  (if rest 
      (rebind-results function rest)
      (set! arg (function arg))))#|(---:2|# #|(---:3|# #|(---:4|# 
#|kawa:5|# 
#|kawa:6|# 
#|kawa:7|# (rebind-results (lambda (x) (+ x 1)) '(1 2 3))
/usr/local/bin/kawa: line 2:  6502 Erreur de segmentation  java -classpath /usr/local/lib/httpunit.jar:/usr/local/lib/htmlparser.jar:/usr/local/lib/xmlParserAPIs.jar:/usr/local/lib/kawa-1.6.99.jar kawa.repl
stan@pablo:~ 3 $ java -version
java version "1.3.1_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_04-b02)
Java HotSpot(TM) Client VM (build 1.3.1_04-b02, mixed mode)
stan@pablo:~ 4 $ 


any idea?

thanks,

Stan.

-- 

+----------------   Stanislas Pinte   ------------------+
|                   Sales Director                      |
|                                                       | 
|                 Alto Software sprl	                |
|               http://www.altosw.be/          		| 
|							|
|              cell:	 32 476 340 841		        |
|             email:	 stan@altosw.be          	|
+-------------------------------------------------------+


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