Attempted to read or write protected memory. This is often an indication that other memory is corrupt #3779
trancaodua
started this conversation in
General
Replies: 1 comment 2 replies
-
Please provide a detailed code example. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
-I use CefSharp.WinForms for my application. When I run the app, it sometimes crashes
System.AccessViolationException
HResult=0x80004003
Message=Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Source=mscorlib
StackTrace:
at System.String.wcslen(Char* ptr)
at System.String.CtorCharPtr(Char* ptr)
at CefSharp.Internals.CefStringVisitorAdapter.Visit(CefStringVisitorAdapter* , CefStringBase* string)
This exception was originally thrown at this call stack:
[External Code]
-Version: 92.0.26

-Visual studio: 2019
-Net framework: 4.7.2
-Target build: x64
Beta Was this translation helpful? Give feedback.
All reactions