Root cause for crash?

Hi Everyone,

Can you please share any insights on the following stack that I see for my dll just after adding SqlCipher support?

00 ntdll!NtWaitForMultipleObjects
01 KERNELBASE!WaitForMultipleObjectsEx
02 KERNELBASE!WaitForMultipleObjects
03 kernel32!WerpReportFaultInternal
04 kernel32!WerpReportFault
05 KERNELBASE!UnhandledExceptionFilter
06 ntdll!RtlUserThreadStart$filt$0
07 ntdll!_C_specific_handler
08 ntdll!RtlpExecuteHandlerForException
09 ntdll!RtlDispatchException
0a ntdll!KiUserExceptionDispatch
0b dll!sha512_block_data_order
0c dll!SHA512_Update
0d dll!HMAC_Init_ex
0e dll!pbkdf2_derive
0f dll!kdf_pbkdf2_derive
10 dll!ossl_pkcs5_pbkdf2_hmac_ex
11 dll!PKCS5_PBKDF2_HMAC
12 dll!sqlcipher_openssl_kdf
13 dll!sqlcipher_cipher_ctx_key_derive
14 dll!sqlcipher_codec_key_derive
15 dll!sqlite3Codec
16 dll!readDbPage
17 dll!getPageNormal
18 dll!sqlite3PagerGet
19 dll!btreeGetPage
1a dll!lockBtree
1b dll!btreeBeginTrans
1c dll!sqlite3BtreeBeginTrans
1d dll!sqlite3InitOne
1e dll!sqlite3Init
1f dll!sqlite3ReadSchema
20 dll!sqlite3LocateTable
21 dll!sqlite3LocateTableItem
22 dll!selectExpander
23 dll!sqlite3WalkSelect
24 dll!sqlite3SelectExpand
25 dll!sqlite3SelectPrep
26 dll!sqlite3Select
27 dll!yy_reduce
28 dll!sqlite3Parser
29 dll!sqlite3RunParser
2a dll!sqlite3Prepare
2b dll!sqlite3LockAndPrepare
2c dll!sqlite3_prepare_v2
2d dll!sqlite3_exec

Thanks

There is not enough information here to speculate on the cause of the crash.