Skip to content

Fix sha512 async issue#29

Closed
qqmyers wants to merge 1 commit into
mainfrom
Fix_SHA512_race
Closed

Fix sha512 async issue#29
qqmyers wants to merge 1 commit into
mainfrom
Fix_SHA512_race

Conversation

@qqmyers

@qqmyers qqmyers commented Jun 5, 2024

Copy link
Copy Markdown
Member

When using SHA512 hashes in Dataverse, the DVWebloader occasionally threw an error related to the crypto libraries ('Word' or 'create' not found). It looks like this was a race condition in loading the x64-core and sha512 libraries (sha512 is the only one that requires x64-core in addition to the algorithm specific library.)

The fix has been tested at QDR where sha512 is in use. It solves the problem for both remote and local installs (see #28) of the libraries.

@qqmyers qqmyers mentioned this pull request Jun 5, 2024
@qqmyers qqmyers mentioned this pull request Aug 20, 2024
@qqmyers

qqmyers commented Aug 20, 2024

Copy link
Copy Markdown
Member Author

Closing in favor of #36

@qqmyers qqmyers closed this Aug 20, 2024
@qqmyers qqmyers deleted the Fix_SHA512_race branch June 9, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant