[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] New egg: hopefully
From: |
Sudarshan S Chawathe |
Subject: |
Re: [Chicken-users] New egg: hopefully |
Date: |
Fri, 18 Dec 2015 17:37:15 -0500 |
Thanks for the updated pointer to the source.
I installed the egg in the usual way ('chicken-install' in the directory
with the source files) but could not run the included test
(test/run.scm) successfully, although csc compiles it fine. (Details
below.) In interactive use, I get an error:
cannot load extension: hopefully-intern
Perhaps I'm missing something obvious, or perhaps the tests/run.scm is
for internal use only?
Regards,
-chaw
$ csc run.scm
$ ./run
D Initial: set
D Value in other thread is unchanged...: 9
D #<thread: thread5>: also in other thread former ref is still unchanged...
D even after commit. (Note: tests caching of references to fields.): 9
D Value in other thread is unchanged...: 9
D Second round expecting changed value: 252
D #<thread: thread5>: also in other thread former ref is still unchanged...
D even after commit. (Note: tests caching of references to fields.): 9
Error: (run.scm:161) assertion failed: (= (obox-v b1) 455)
Call history:
run.scm:159: step!
run.scm:123: mutex-unlock!
hopefully.scm:224: transaction-commit!
hopefully.scm:165: hopefully-intern-atomics#stmtnx-owner
hopefully.scm:167: hopefully-intern-atomics#stmtnx-id
hopefully.scm:168: hopefully-intern-atomics#stmtnx-refs
hopefully.scm:199: loop
hopefully.scm:196: loop
hopefully.scm:186: loop
hopefully.scm:177: hopefully-intern-atomics#transaction-close!
hopefully-intern-atomics.scm:119: transaction-reset!
hopefully-intern-atomics.scm:33: ##sys#block-set!
run.scm:161: obox-v
run.scm:22: hopefully-intern-atomics#current-transaction
hopefully-intern-atomics.scm:68: %current-transaction
run.scm:161: ##sys#error <--
$
- [Chicken-users] New egg: hopefully, Jörg F . Wittenberger, 2015/12/17
- Re: [Chicken-users] New egg: hopefully, Sudarshan S Chawathe, 2015/12/18
- Re: [Chicken-users] New egg: hopefully, Jörg F . Wittenberger, 2015/12/18
- Re: [Chicken-users] New egg: hopefully,
Sudarshan S Chawathe <=
- Re: [Chicken-users] New egg: hopefully, Jörg F . Wittenberger, 2015/12/19
- Re: [Chicken-users] New egg: hopefully, Sudarshan S Chawathe, 2015/12/19
- Re: [Chicken-users] New egg: hopefully, Jörg F . Wittenberger, 2015/12/20
- Re: [Chicken-users] New egg: hopefully, Sudarshan S Chawathe, 2015/12/20
- Re: [Chicken-users] New egg: hopefully, Jörg F . Wittenberger, 2015/12/20