Fix parallel GC bug (crash in concprog001(threaded2))
authorSimon Marlow <marlowsd@gmail.com>
Mon, 8 Sep 2008 14:56:52 +0000 (14:56 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 8 Sep 2008 14:56:52 +0000 (14:56 +0000)
commit3e7ebef1f18e2718dd37f47613694de9ebf80ae2
tree0018183776e67b09d0fd0b28506cd546491f1089
parentfef454a0f84acdf9e4efbce6425a04fbbb577dbe
Fix parallel GC bug (crash in concprog001(threaded2))
Two threads were trying to move the same TSO.  I like this test, it
has caught plenty of bugs in the past.
rts/sm/Evac.c