alderlopez / chromiumembedded

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

Crash on dev tools - "step into" different browser #500

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
----------------------------------------
1. Create 2 browsers running under same process, same scheme.

2. Enable cross browser communication between them through JS extension (so 
that one page could access the window object of the second page)

3. Run the application, open the embedded dev tools, and set a breakpoint for a 
JS command that access the other page's window object. (for example: 
otherPage.window.doSomething())

4. Step into the command (F11)

What is the expected output?
----------------------------
Stepping into the function or stepping to the next command.

What do you see instead?
------------------------
crash

See attached dump file.
Using:
Win7 SP1
Visual Studio 2010
CEF binary distribution for windows, version 1.963.439

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by omriga...@gmail.com on 7 Feb 2012 at 5:43

GoogleCodeExporter commented 9 years ago
Sorry, wasn't able to attach dump file. too large (230MB)

Original comment by omriga...@gmail.com on 7 Feb 2012 at 5:44

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 2 Apr 2012 at 5:12

GoogleCodeExporter commented 9 years ago
CEF1 has entered bug-fix-only maintenance mode. See 
http://magpcss.org/ceforum/viewtopic.php?f=10&t=10647 for details. If this 
issue applies to the current version of CEF3 please create a new issue.

Original comment by magreenb...@gmail.com on 11 Oct 2013 at 2:02