Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WaitForSingleObject/ResetEvent/SetEvent failed with invalid handle value #27

Open
tpn opened this issue Feb 14, 2020 · 2 comments
Open
Labels
bug Something isn't working

Comments

@tpn
Copy link
Owner

tpn commented Feb 14, 2020

I've only seen this once and can't reproduce. It's not obvious what would cause the handle value to be invalid.

c:\src\perfecthash-keys>timemem PerfectHashBulkCreate.exe C:\src\perfecthash-keys\random e:\ph\random5.jenkins Chm01 Jenkins And 14 --AttemptsBeforeTableResize=1000000000 --MaxNumberOfTableResizes=0 --TryLargePagesForKeysData --TryLargePagesForTableData --TryLargePagesForValuesArray --IgnorePreviousTableSize --FindBestGraph --BestCoverageAttempts=100000 --BestCoverageType=LowestNumberOfEmptyCacheLines --MainWorkThreadpoolPriority=Low
................C:\src\perfecthash\src\PerfectHash\Chm01FileWork.c: 545: WaitForSingleObject failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1207: CreatePerfectHashTableImplChm01_ErrorDuringSaveMakefileLibMkFile failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1358: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 670: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1358: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 670: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1358: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 670: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1358: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 670: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1358: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 670: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1358: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 670: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1358: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 670: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1358: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 670: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1358: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 670: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.

C:\src\perfecthash\src\PerfectHash\PerfectHashContext.c: 723: CloseHandle failed with error: 6 (0x6).  The handle is invalid.
Exit code      : 0
Elapsed time   : 11183.66
Kernel time    : 21.44 (0.2%)
User time      : 156504.58 (1399.4%)
page fault #   : 491280
Working set    : 342972 KB
Paged pool     : 250 KB
Non-paged pool : 39 KB
Page file size : 715148 KB
@tpn tpn added the bug Something isn't working label Feb 14, 2020
@tpn
Copy link
Owner Author

tpn commented Feb 28, 2020

It has occurred two more times, both on HP Z620 machines, always running the Jenkins algorithm.

On tn11:

c:\src\perfecthash-keys>echo Started Wed 02/26/2020 15:27:45.84
Started Wed 02/26/2020 15:27:45.84

c:\src\perfecthash-keys>timemem PerfectHashBulkCreate.exe c:\src\perfecthash-keys\random2 g:\ph\random2 Chm01 Jenkins And 31 --AttemptsBeforeTableResize=100000000000 --MaxNumberOfTableResizes=0 --BestCoverageType=LowestNumberOfEmptyCacheLines --BestCoverageAttempts=1000000 --FindBestGraph --MainWorkThreadpoolPriority=Low --NoFileIo --TryLargePagesForKeysData --TryLargePagesForTableData --TryLargePagesForValuesArray
..........................................C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.

C:\src\perfecthash\src\PerfectHash\PerfectHashContext.c: 746: CloseHandle failed with error: 6 (0x6).  The handle is invalid.
Exit code      : 0
Elapsed time   : 5476.21
Kernel time    : 7.88 (0.1%)
User time      : 169644.92 (3097.9%)
page fault #   : 403778
Working set    : 94712 KB
Paged pool     : 177 KB
Non-paged pool : 27 KB
Page file size : 208424 KB

c:\src\perfecthash-keys>echo Finished Wed 02/26/2020 16:59:02.11
Finished Wed 02/26/2020 16:59:02.11

On tn10:


c:\src\perfecthash-keys>timemem .\PerfectHashBulkCreate.exe c:\src\perfecthash-keys\random2.subset e:\ph\random2.Jenkins Chm01 Jenkins And 32 --AttemptsBeforeTableResize=100000000000 --MaxNumberOfTableResizes=0 --BestCoverageType=LowestNumberOfEmptyCacheLines --BestCoverageAttempts=1000000 --FindBestGraph --MainWorkThreadpoolPriority=Low --NoFileIo --TryLargePagesForKeysData --TryLargePagesForTableData --TryLargePagesForValuesArray
..C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.

C:\src\perfecthash\src\PerfectHash\PerfectHashContext.c: 746: CloseHandle failed with error: 6 (0x6).  The handle is invalid.
Exit code      : 0
Elapsed time   : 1186.01
Kernel time    : 1.36 (0.1%)
User time      : 37879.38 (3193.9%)
page fault #   : 87657
Working set    : 96084 KB
Paged pool     : 169 KB
Non-paged pool : 27 KB
Page file size : 217768 KB

c:\src\perfecthash-keys>echo Finished Thu 02/27/2020 15:58:02.55
Finished Thu 02/27/2020 15:58:02.55

@tpn tpn changed the title WaitForSingleObject failed with invalid handle value WaitForSingleObject/ResetEvent/SetEvent failed with invalid handle value Mar 3, 2020
@tpn
Copy link
Owner Author

tpn commented Mar 3, 2020

Happened again on tn10:

c:\src\perfecthash-keys>echo Started Fri 02/28/2020 15:27:14.85
Started Fri 02/28/2020 15:27:14.85

c:\src\perfecthash-keys>timemem .\PerfectHashBulkCreate.exe c:\src\perfecthash-keys\random2.subset e:\ph\random2.Jenkins2 Chm01 Jenkins And 30 --AttemptsBeforeTableResize=100000000000 --MaxNumberOfTableResizes=0 --BestCoverageType=LowestNumberOfEmptyCacheLines --BestCoverageAttempts=1000000 --FindBestGraph --MainWorkThreadpoolPriority=Low --NoFileIo --TryLargePagesForKeysData --TryLargePagesForTableData --TryLargePagesForValuesArray
..............................................................C:\src\perfecthash\src\PerfectHash\Chm01.c: 2397: SetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 471: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\Chm01.c: 1359: ResetEvent failed with error: 6 (0x6).  The handle is invalid.
C:\src\perfecthash\src\PerfectHash\PerfectHashContextBulkCreate.c: 681: PerfectHashTableCreate failed with error: 3758359076 (0xe0040224).  System call failed.

C:\src\perfecthash\src\PerfectHash\PerfectHashContext.c: 746: CloseHandle failed with error: 6 (0x6).  The handle is invalid.
Exit code      : 0
Elapsed time   : 32276.70
Kernel time    : 22.55 (0.1%)
User time      : 968132.89 (2999.5%)
page fault #   : 1299974
Working set    : 174724 KB
Paged pool     : 169 KB
Non-paged pool : 43 KB
Page file size : 369732 KB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant