chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Segfault - a hard one


From: Jim Ursetto
Subject: Re: [Chicken-users] Segfault - a hard one
Date: Mon, 4 Aug 2008 21:20:09 -0500

On Mon, Aug 4, 2008 at 2:28 PM, Jörg F. Wittenberger
<address@hidden> 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]