cloudtrends / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
1 stars 1 forks source link

Access violation when loading consecutive pages #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load any page, can be a one character page loaded from memory.
2. Wait for handle_load_end
3. Go back to step 1

What is the expected output? What do you see instead?
Typically after a few hundreds there's an access violation, but it's pretty 
random, looks like a multithreading sync issue.

What version of the product are you using? On what operating system?
C Api Dll revision 100, Windows 7 x64

Please provide any additional information below.
This problem doesn't occur in revision 85.

Original issue reported on code.google.com by carlosb...@gmail.com on 6 Sep 2010 at 10:27

GoogleCodeExporter commented 9 years ago
Are you running CEF in multithreaded message loop mode? Can you provide a debug 
stack trace for the crash?

Original comment by magreenb...@gmail.com on 6 Sep 2010 at 6:56

GoogleCodeExporter commented 9 years ago
Yes, running in multithreaded message loop mode. 
The access violation occurs in random places, both in my code and inside 
libcef.dll, and don't get any useful stack trace. I'm running it in Delphi.

Original comment by carlosb...@gmail.com on 6 Sep 2010 at 7:24

GoogleCodeExporter commented 9 years ago
Not able to replicate in revision 158, this issue can be closed.

Original comment by carlosb...@gmail.com on 16 Jan 2011 at 3:23

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 7 Apr 2011 at 7:28