-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BrowserSubProcess - Increase X64/ARM64 stack size #3986
Comments
|
The stack size for Both project files will need to be updated: The |
- For Net 4.5.2 it appears we need to resign the exe - For .Net Core as the exes are native it doesn't look like we need to sign them (the CefSharp.BrowserSubprocess.dll is actually the one that's signed). - Remove unused CefSharpBrowserSubprocessPostBuildEvent Issue #3986
|
Renaming issue as I'm not planning on increasing the |
The exes in the Closing as this appears to be complete. |
Reports suggest DevTools requires a larger stack size
https://bitbucket.org/chromiumembedded/cef/issues/3250/devtools-crash-when-inspecting-deeply#comment-61774526
Check chrome.exe stack size for reference
https://myprogrammingnotes.com/check-set-stack-size-limit-qt-applications.html
https://bitbucket.org/chromiumembedded/cef/issues/3252/nested-hang-on-cefsimple#comment-61787323
arm64
andx64
The text was updated successfully, but these errors were encountered: