From: Matthew Mondor Date: Tue, 8 Sep 2015 07:07:58 +0000 (-0400) Subject: Reproduced the busy and idle situations, logging ktrace and gdb X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=d81962863781892142b7e637cff2f2f498b6f983;p=ecl.git Reproduced the busy and idle situations, logging ktrace and gdb information for each. --- diff --git a/.gitignore b/.gitignore index 7b6eb3f..812ad04 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,9 @@ src/config.log regressions/*.lsp regressions/eformat-tests/*.txt + + +ecl-gc-bug/gc-bug-test.c +ecl-gc-bug/gc-bug-test.eclh +ecl-gc-bug/gc-bug-test.o +ecl-gc-bug/gc-bug-test.fas diff --git a/ecl-gc-bug/busy/ktrace.out b/ecl-gc-bug/busy/ktrace.out index 4e5da52..4ec4ffb 100644 Binary files a/ecl-gc-bug/busy/ktrace.out and b/ecl-gc-bug/busy/ktrace.out differ diff --git a/ecl-gc-bug/idle/ktrace.out b/ecl-gc-bug/idle/ktrace.out index dbbdc65..f614cb1 100644 Binary files a/ecl-gc-bug/idle/ktrace.out and b/ecl-gc-bug/idle/ktrace.out differ