]> Cypherpunks repositories - gostls13.git/commit
fix gc bug causing make smoketest to die in cmd/gofmt.
authorRuss Cox <rsc@golang.org>
Mon, 27 Jul 2009 21:16:28 +0000 (14:16 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 27 Jul 2009 21:16:28 +0000 (14:16 -0700)
commit7729c3f955886769494f391140c4d79157ee0205
tree9be9c037efe1ecdef25642340a87db8cbf9be81d
parentd3888fe8a318da1fdd089e0059aaa1596405a659
fix gc bug causing make smoketest to die in cmd/gofmt.

saving of sp was too far away from use in scanstack;
the stack had changed since the sp was saved.

R=r
DELTA=9  (4 added, 2 deleted, 3 changed)
OCL=32232
CL=32237
src/pkg/runtime/amd64/traceback.c
src/pkg/runtime/mgc0.c