On Wed, Oct 24, 2012 at 11:03 AM, Ian Lance Taylor <i...@google.com> wrote: > > OK, so it's a garbage collector problem. Can you e-mail me the test > binary offlist? I will try to figure out where readFile lives. The > fact that I'm not seeing any GC problems on x86 or x86_64 suggests > that this is something Alpha-specific. Or, it could be something > specific to the non-split-stack code. What's weird is that it's > unlikely to be a major error, since most of your tests pass.
Thanks for sending the binaries. Unfortunately I don't see any problems. All the code looks reasonable, the registers should be on the stack, and the garbage collector should see the stack. I don't see any way to make progress without doing some actual debugging. Ian