Access violation when using SingleProcess = True
Posted: Thu Aug 06, 2020 6:01 pm
Hey,
I have an application that uses CEF with SingleProcess = True due to excessive RAM consumption by chromium. I know that chromium have some limitations when this flag is True.
I can always simulate using the SimpleBrowserDemo (w/ SingleProgress = True) after navigating to youtube and the debugger notification always shows the same exception class $0xc000001d like:
System exception (code 0xc000001d) at ...
I also enabled logs but looks like it doesn't give anything useful, they are attached. It would be perfect if I could navigate to any page without problem.
Sorry if any vital information is missing to track the problem.
Also, thank you for the great effort to maintain Cef compatible with Delphi.
I have an application that uses CEF with SingleProcess = True due to excessive RAM consumption by chromium. I know that chromium have some limitations when this flag is True.
I can always simulate using the SimpleBrowserDemo (w/ SingleProgress = True) after navigating to youtube and the debugger notification always shows the same exception class $0xc000001d like:
System exception (code 0xc000001d) at ...
I also enabled logs but looks like it doesn't give anything useful, they are attached. It would be perfect if I could navigate to any page without problem.
Sorry if any vital information is missing to track the problem.
Also, thank you for the great effort to maintain Cef compatible with Delphi.