I am trying to run the unit-tests for ArcSDE, but I get a crash. I also get the same crash in the trunk version.<br><br>Has these tests been run by anybody else recently ?<br><br>For some reason, SE_uuidgenerator_free_uuids() crashes. I suspect this may be due to memory<br>
errors elsewhere, but havent got to the bottom of it so far.<br><br><br><br>Details:<br>test: BasicUpdateTests:update_uuid<br><br>ArcSDE\Src\Provider\ArcSDEInsertCommand.cpp, line 307:<br><br>    if (uuidColumns &gt; 0)<br>
        SE_uuidgenerator_free_uuids(uuid_list, uuidColumns);<br><br>uuidColumns = 1<br>uuid_list = 0x01f7af90  &quot;{58A06551-5F2B-4CB3-B510-D4B4D80AB21A}&quot;<br><br>console:<br><br>HEAP[UnitTest.exe]: Heap block at 01F7AF88 modified at 01F7AFBC past requested size of 2c<br>
Windows has triggered a breakpoint in UnitTest.exe.<br><br>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\delayhlp.cpp<br><br><br><br><br>