Hello,

Loading the file 'lab/test-ffi.ss' also results in a segmentation fault. Below is the output.

By the way, I was concerned that maybe the 'libffi' on my system was at fault. However, once good sign is that a 'make check' in the libffi source directory results in the tests passing.

Aziz, let me know if you'd like me to try anything in particular on my system. I.e. add some debug lines somewhere, etc.

Ed

Ikarus Scheme version 0.0.4-rc1+ (revision 1746, build 2009-02-04)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

> (load "/src/ikarus.dev/lab/test-ffi.ss")
=========================================================
TESTING (ho (dlsym self "cadd1") 17)
OK
=========================================================
TESTING (ho foradd1 17)
OK
=========================================================
TESTING (ho traced-foradd1 17)
|(add1 17)
|18
|(add1 17)
|18
OK
=========================================================
TESTING (ho foradd1-by-foreign-call 17)
|(foradd1-by-foreign-call 17)
| (add1 17)
| 18
| (add1 17)
| 18
|18
|(foradd1-by-foreign-call 17)
| (add1 17)
| 18
| (add1 17)
| 18
|18
OK
=========================================================
TESTING (test_I_I C_add_I_I 12)
OK
=========================================================
TESTING (test_I_II C_add_I_II 12 13)
OK
=========================================================
TESTING (test_I_III C_add_I_III 12 13 14)
OK
=========================================================
TESTING (test_I_I S_add_I_I 12)
OK
=========================================================
TESTING (test_I_II S_add_I_II 12 13)
Unhandled exception
 Condition components:
   1. &assertion
   2. &who: +
   3. &message: "not a number"
   4. &irritants: (
Process scheme segmentation fault

Reply via email to