Replies: 3 comments 4 replies
-
Load libcef.dll.pdb see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#loading-native-symbols-for-easier-diagnosis for details. Make sure you've loaded the CefSharp pdbs as well. It's not clear your stack trace is complete. |
Beta Was this translation helpful? Give feedback.
-
debug screen app https://postimg.cc/fJh2rv6H I loaded release libcef.dll.pdb and i loaded browser_info.cc as debuger ask from cef 92.0.26+g9d87c1f I see i have 2 .dmp first is relative about app, second is by cefsharp app, as you can see on second screen it say "TerminateBecauseOutfMemory" is possible throw exception inside application instead crash app? cefsharp.dmp |
Beta Was this translation helpful? Give feedback.
-
Thanks for support, look like i fixed issue, after i loaded all refercense issue was call this function from OnResponseProcessData event.
|
Beta Was this translation helpful? Give feedback.
-
My application crash after a while with last version of cefsharp.offscren v92.0.26 x64 from unmanaged
libcef.dll exception code: 0x8000003 on window event view i tried to check with .dmp and tell me:
loaded browser_info.cc
https://bitbucket.org/chromiumembedded/cef/src/92ec2dcbdd342d19fbf257009c5b62837c65b72e/libcef/browser/browser_info.cc?at=master
Disassembly:
How i can fix it? thanks
Beta Was this translation helpful? Give feedback.
All reactions