On Mon, Aug 4, 2008 at 2:28 PM, Jörg F. Wittenberger <[EMAIL PROTECTED]> wrote: > Please find attached a self contained program, which is supposed to run > a useless thread for 3 seconds, kill it (logging a notice about an > exception being caught), create some garbage (logging a notice before > and afterwards) and exit properly.
Ran okay here. Do you have more stats about your environment, chicken version, a less complicated program that can reproduce the problem, etc.? $ csc -o ttm ttm.scm $ ./ttm test Load error in (define aa (with-timeout 3 (lambda () (do () (#f) #t)))):(timeout) in (define aa (with-timeout 3 (lambda () (do () (#f) #t)))) let's do some garbage enough garbage done let's do some garbage enough garbage $ csc -V Version 3.3.3 - macosx-unix-gnu-x86 [ manyargs dload ptables applyhook ] SVN rev. 11260 compiled 2008-07-11 on amaranth.xorinia.dim (Darwin) _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
