SQLitePCL.raw icon indicating copy to clipboard operation
SQLitePCL.raw copied to clipboard

AccessViolationException from SQLitePCL.NativeLibrary.TryLoad on 2.0.2+

Open JoshuaBStevens opened this issue 3 years ago • 2 comments

We're seeing an AccessViolationException (via telemetry, no local repro so far) at this callstack across many of our apps:

SQLitePCLRaw.nativelibrary!SQLitePCL.NativeLibrary SQLitePCLRaw.nativelibrary!SQLitePCL.NativeLibrary.TryLoad SQLitePCLRaw.nativelibrary!SQLitePCL.NativeLibrary.Search SQLitePCLRaw.nativelibrary!SQLitePCL.NativeLibrary.MyLoad SQLitePCLRaw.nativelibrary!SQLitePCL.NativeLibrary.Load SQLitePCLRaw.batteries.v2!SQLitePCL.Batteries_V2.MakeDynamic SQLitePCLRaw.batteries.v2!SQLitePCL.Batteries_V2.DoDynamic_cdecl SQLitePCLRaw.batteries.v2!SQLitePCL.Batteries_V2.Init

It's happening in sqlitepclraw.nativelibrary.dll versions 2.0.2.669, 2.0.4.976, and 2.0.7.1395.

JoshuaBStevens avatar Mar 23 '22 16:03 JoshuaBStevens

That is unfamiliar, and there's not much here to go on. Do you have any additional information? Platforms? Versions? Environment?

ericsink avatar Mar 24 '22 19:03 ericsink

It has only happened on Windows 10 (various sub-versions). Every single hit (16,522 in total) is from an x64 machine, which may be a clue.

JoshuaBStevens avatar Mar 24 '22 22:03 JoshuaBStevens