﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1426	test-finalizers may break in interpreted mode when importing posix	sjamaan	felix winkelmann	"I've seen the final assertion in `tests/test-finalizers.scm` fail under CHICKEN 5 when you add `(import (chicken posix))` to the top.

It fails because `n` has value `0` at the end instead of the expected `1`, which means the `bump` procedure (which is registered as a finalizer on the string constant) wasn't run.

I haven't been able to reproduce this consistently, so this may also affect CHICKEN 4."	defect	closed	major	5.1	core libraries	5.0.0	worksforme	gc, finalizers		insane
