What steps will reproduce the problem?
1. JCEF version: 3.2171.1902.113
2. CEF Version: 3.2171.1902
3. Java 1.7.0_02 64-bit
4. Launch the MainFrame class. Use the "NEW TAB" to quickly and randomly
launch new windows with new browsers. Select amongst them as well as close and
open windows. See below for more information.
What is the expected output? What do you see instead?
Expected: The application not to crash.
Actual:
"Java(TM) Platform SE binary has stopped working"
Problem signature:
Problem Event Name: BEX64
Application Name: javaw.exe
Application Version: 7.0.20.13
Application Timestamp: 4ec58345
Fault Module Name: StackHash_c74e
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Offset: 0000000300000002
Exception Code: c0000005
Exception Data: 0000000000000008
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: c74e
Additional Information 2: c74e1f76a618c688f3751844a76e7267
Additional Information 3: 9ebe
Additional Information 4: 9ebe4761692b76ccf8346485ce6d46f6
What version of the product are you using? On what operating system?
JCEF version: 3.2171.1902.113
CEF Version: 3.2171.1902
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) Client VM (build 22.0-b10, mixed mode, sharing)
Windows 7 64-bit
Please provide any additional information below.
Using the attached classes, launch the MainFrame class. MainFrame has been
modified to add a "NEW TAB" button which launches the TabFrame class. TabFrame
is a stripped down MainFrame that receives the same client from MainFrame and
simply creates a new browser in a new window. Opening multiple windows works
but clicking each window exhibits varying behavior (flicker, does not move to
foreground). The application crashes via a combination of opening multiple
windows (4-5), quickly clicking varying works for focus and closing/opening
others. There seems to be a correlation with the closing of a window that
causes the crash but I cannot pinpoint the issue specifically.
Original issue reported on code.google.com by
fjaccar...@gmail.comon 14 Jan 2015 at 9:18Attachments: