Replies: 1 comment 3 replies
-
Additional info: this also happens with 106.0.260. It is not an issue with a specific pdf file. I noticed that the app's memory consumption keeps growing. E.g. it starts at 250 MB memory usage and, after two hours, it reaches 2,5 GB which then causes the exception. In this time about 200 documents (both html and pdf, all local) have been opened. Until now it only occured when user had a 4k monitor. If a memory snapshot is needed I have to find a way to capture it on the customer's machine. If there is any additional data needed, please let me know. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of the product are you using?
105.3.390
What architecture x86 or x64?
x86
What version of .Net?
.Net 4.8
On what operating system?
Win11
Are you using
WinForms
,WPF
orOffScreen
?WPF
What steps will reproduce the problem?
Wasn't able to reproduce this error.
What is the expected output? What do you see instead?
Customer opens a pdf file. Instead of displaying the file, an
OutOfMemoryException
raisesUnfortunately I could not reproduce this error, but it occures quite regularly on a customers's machine where they are using a 4k monitor.
Stacktrace:
This is followed by
In this issue it's suggested to use a .net version >= 4.6. As my app is running with 4.8 this does not solve the problem in my case.
There's another closed issue but it doesn't contain a "solution" (as far i can see).
What could be the reason for this exception? Is it something in CefSharp or is it a .NET issue? Is there a workaround available?
Please note that this occured on a customer's machine. Therefore detailed profiling is not possible. If needed, I can provide the cef logs.
Beta Was this translation helpful? Give feedback.
All reactions