Closed GoogleCodeExporter closed 9 years ago
This is a crash in Flash player. Try upgrading to the latest Flash player and
see if that resolves the issue.
Original comment by magreenb...@gmail.com
on 30 Aug 2010 at 1:20
I am using the latest Flash version: 10,1,82,76.
As I mentioned, it works fine everywhere except in CEF; which leads me to
believe it is a CEF bug, right?
Original comment by ad...@enesce.com
on 30 Aug 2010 at 1:28
Does the crash occur with the Chromium test_shell application?
1) Build test_shell with the Chromium HEAD revision and see if the problem is
fixed
there. If so, then it will likely be fixed with the next CEF update.
2) If it's still broken in Chromium HEAD then search the Chromium bug lists to
see if anyone has reported the problem. If you don't find an existing bug then
create a Chromium bug for it. If you find or create a Chromium bug for this
issue please add a link here so that we can track the resolution.
Original comment by magreenb...@gmail.com
on 30 Aug 2010 at 1:34
[deleted comment]
It is crashing in the latest test_shell too.
http://code.google.com/p/chromium/issues/detail?id=53932
Original comment by ad...@enesce.com
on 31 Aug 2010 at 9:56
Well, months later and they still haven't helped.
Original comment by ad...@enesce.com
on 14 Oct 2010 at 8:26
yes,many url will make cef crashed
when can resolve this bug?
Original comment by ptom...@gmail.com
on 15 Oct 2010 at 2:48
see http://code.google.com/p/chromiumembedded/issues/detail?id=130 for a fix
Original comment by lodle...@gmail.com
on 16 Oct 2010 at 5:35
I did some debugging myself and I found the following code actually fixes
swfobject pages from crashing, you need to manually inject this javascript into
the page and execute it before the DOM loads...
var o = document.createElement("object");
o.type = "application/x-shockwave-flash";
document.getElementsByTagName("body")[0].appendChild(o);
Original comment by ad...@enesce.com
on 16 Oct 2010 at 11:27
The crash is fixed in Chromium revision 66269.
Original comment by magreenb...@gmail.com
on 16 Nov 2010 at 2:30
The crash is fixed in CEF revision 138.
Original comment by magreenb...@gmail.com
on 16 Nov 2010 at 4:01
Original issue reported on code.google.com by
ad...@enesce.com
on 30 Aug 2010 at 9:00