Re: [Larceny-users] assertion failure in stats_start_timer

2009-01-05 Thread Marco Maggi
"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

Re: [Larceny-users] assertion failure in stats_start_timer

2009-01-05 Thread William D Clinger
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

Re: [Larceny-users] assertion failure in stats_start_timer

2009-01-05 Thread Felix Klock
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) >

[Larceny-users] assertion failure in stats_start_timer

2009-01-04 Thread Marco Maggi
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