Hi Hutch
3 of 4 times it started OK. the last try ended with an exception in a copy routine
00205B22 51 push ecx
00205B23 C1 E9 02 shr ecx,2
00205B26 F3 A5 rep movs dword ptr es:[edi],dword ptr [esi] <--- here
00205B28 59 pop ecx
00205B29 83 E1 03 and ecx,3
00205B2C F3 A4 rep movs byte ptr es:[edi],byte ptr [esi]
because esi is pointing to an uncommited page.
Biterider