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

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) | #t)