Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Access violation when using SingleProcess = True

Post Reply
kewin.brand
Posts: 3
Joined: Thu Feb 22, 2018 12:11 pm

Access violation when using SingleProcess = True

Post by kewin.brand »

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.
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4575
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Access violation when using SingleProcess = True

Post by salvadordf »

Sorry for the delayed reply.

I would suggest that you save memory using other techniques. Disable the single process mode and try this :
viewtopic.php?f=10&t=589&p=2649#p2649
viewtopic.php?t=463
Post Reply