"William D Clinger" wrote:
> Marco Maggi wrote:
>
>> When running my test suite for POSIX
>> functions, I get an assertion failure
>> on "Sys/stats.c" line 283.
>
>Logged as ticket #604:
>
> https://trac.ccs.neu.edu/trac/larceny/ticket/604
>
>Should be fixed by changeset:5889.
>
>Please let us kno
Marco Maggi wrote:
> When running my test suite for POSIX
> functions, I get an assertion failure
> on "Sys/stats.c" line 283.
Logged as ticket #604:
https://trac.ccs.neu.edu/trac/larceny/ticket/604
Should be fixed by changeset:5889.
Please let us know if that fixes it, so we
can close the t
Marco (cc'ing larceny-users)-
On Jan 5, 2009, at 2:52 AM, Marco Maggi wrote:
> When running my test suite for POSIX
> functions, I get an assertion failure
> on "Sys/stats.c" line 283. The test
> just forks a new process and exits:
>
> | (let ((pid (fork)))
> | (if (= 0 pid)
> | (exit)
>
When running my test suite for POSIX
functions, I get an assertion failure
on "Sys/stats.c" line 283. The test
just forks a new process and exits:
| (let ((pid (fork)))
| (if (= 0 pid)
| (exit)
| #t)
it is the child who fails. It is a
bohrbug, but happens only when I
call EXIT after