-
-
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
Render crashed with no memory exception #2255
Comments
same exception but with different stack text: STACK_TEXT: |
That was referred 5 months ago and my render was built with |
Please use the |
@vincentshow This could be a dupe of #2170. Could you try with one of the latest prereleases and see if the problem persists? (see that issue for more details) |
@perlun I'm trying, thank you first. |
You haven't specified explicitly if your using |
OK. I've upgraded to 63.0-pre and pushed to some guys to verify this problem. But I encounter another question after upgrading. There're many sub windows in my app and the open logic is same with cefsharp57.0. I‘ve’ closed GPU-Acceleration before creating cefbrowser by follow code which refer to QA wiki in this repository: Image viewer is one of the sub windows that provides local image view function. But when I create this sub window, there's a render process with "--type=gpu-process" in task manager while other windows don't. This isn't normal, is it? What can I do to prevent the creation of gpu process? |
Closing as duplicate of #2170
If the command line args are being passed in correctly then it's probably a bug in |
My app using cefsharp57, winform, installed by nuget, and the render is customized. Codes are same with CefSharp.BrowserSubprocess while the project name is myself called JJRender. My problem is the render crashed with no memory exception(I found in the dump file) while the physical memory using was less than 80% shown in task manager. Unfortunately, it could not be reproduced.
FOLLOWUP_IP:
libcef!base::`anonymous namespace'::OnNoMemory+11 [y:\work\cef3_git\chromium\src\base\process\memory_win.cc @ 41]
105a8d91 68080000e0 push 0E0000008h
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: libcef!base::`anonymous namespace'::OnNoMemory+11
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: libcef
IMAGE_NAME: libcef.dll
DEBUG_FLR_IMAGE_TIMESTAMP: 58e72b22
STACK_COMMAND: ~13s; .ecxr ; kb
FAILURE_BUCKET_ID: INVALID_POINTER_READ_e0000008_libcef.dll!base::anonymous_namespace::OnNoMemory
BUCKET_ID: APPLICATION_FAULT_INVALID_POINTER_READ_libcef!base::anonymous_namespace::OnNoMemory+11
WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/JJRender_exe/3_0_0_0/5a57013a/KERNELBASE_dll/6_1_7601_24000/5a4996d4/e0000008/0000c54f.htm?Retriage=1
Followup: MachineOwner
STACK_TEXT:
0804d228 105a8d91 e0000008 00000001 00000000 KERNELBASE!RaiseException+0x58
0804d23c 105a8dab 02e83000 0804d2bc 1219c76e libcef!base::`anonymous namespace'::OnNoMemory+0x11 [y:\work\cef3_git\chromium\src\base\process\memory_win.cc @ 41]
0804d248 1219c76e 02e83000 00000001 04a693e8 libcef!base::TerminateBecauseOutOfMemory+0xb [y:\work\cef3_git\chromium\src\base\process\memory_win.cc @ 50]
0804d2bc 1219c457 0804d310 02e83000 00000001 libcef!discardable_memory::ClientDiscardableSharedMemoryManager::AllocateLockedDiscardableSharedMemory+0x168 [y:\work\cef3_git\chromium\src\components\discardable_memory\client\client_discardable_shared_memory_manager.cc @ 373]
0804d324 107c9652 0804d338 00002e83 00003f00 libcef!discardable_memory::ClientDiscardableSharedMemoryManager::AllocateLockedDiscardableMemory+0x19f [y:\work\cef3_git\chromium\src\components\discardable_memory\client\client_discardable_shared_memory_manager.cc @ 219]
0804d33c 1071af9f 02e83000 0804d8cc 0838ac78 libcef!SkDiscardableMemory::Create+0x22 [y:\work\cef3_git\chromium\src\skia\ext\skdiscardablememory_chrome.cc @ 40]
0804d378 1075b716 0804d8cc 00000000 09f4e570 libcef!SkResourceCacheDiscardableAllocator::allocPixelRef+0x5f [y:\work\cef3_git\chromium\src\third_party\skia\src\core\skresourcecache.cpp @ 195]
0804d7b4 10759d49 0804d8cc 0804d884 0544dcb0 libcef!SkImageGenerator::tryGenerateBitmap+0x126 [y:\work\cef3_git\chromium\src\third_party\skia\src\core\skimagegenerator.cpp @ 142]
0804d828 1075a027 0804d8cc 0804d884 00000000 libcef!SkImageCacherator::generateBitmap+0xa9 [y:\work\cef3_git\chromium\src\third_party\skia\src\core\skimagecacherator.cpp @ 162]
Can you help me get some clues? Thanks a lot.
dump_result.txt
dumps_from_crashpad.zip
The text was updated successfully, but these errors were encountered: