This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=4574ec212aad4df9571463ee4d45beb2607e51ad The branch, master has been updated via 4574ec212aad4df9571463ee4d45beb2607e51ad (commit) from 8806afa7dd0582f774daadafbe6ec8163b2deea8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4574ec212aad4df9571463ee4d45beb2607e51ad Author: Neil Jerram <n...@ossau.uklinux.net> Date: Sun Jun 21 13:31:20 2009 +0100 Deterministic test for the r6rs-ports.test segmentation fault * test-suite/tests/r6rs-ports.test ("7.2.7 Input Ports"): Add (gc), to test the (ex-)bug in cbp_mark () when marking a closed port. ----------------------------------------------------------------------- Summary of changes: test-suite/tests/r6rs-ports.test | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test-suite/tests/r6rs-ports.test b/test-suite/tests/r6rs-ports.test index 829258f..df12e5c 100644 --- a/test-suite/tests/r6rs-ports.test +++ b/test-suite/tests/r6rs-ports.test @@ -342,6 +342,7 @@ close!))) (close-port port) + (gc) ; Test for marking a closed port. closed?))) hooks/post-receive -- GNU Guile