Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracesviewer tool doesn't work with Java 7 #120

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments
Open

tracesviewer tool doesn't work with Java 7 #120

GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. $ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
2. $ cd src/tools/tracesviewer
3. $ java tools.tracesviewer.TracesViewer 

What is the expected output? What do you see instead?

expected: GUI to open

instead I see:
java.lang.IllegalStateException: This function should be called while holding 
treeLock
    at java.awt.Component.checkTreeLock(Component.java:1196)
    at java.awt.Container.validateTree(Container.java:1682)
    at tools.tracesviewer.TracesViewer.initComponents(Unknown Source)
    at tools.tracesviewer.TracesViewer.<init>(Unknown Source)
    at tools.tracesviewer.TracesViewer.main(Unknown Source)


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

I am using the latest git (13a2e2ddb1f7333458ec8aee95e1111cd2819ab0) on Ubuntu 
12.04 LTS

Please provide any additional information below.

It works with Java 1.6.0_45

Original issue reported on code.google.com by [email protected] on 23 Jul 2013 at 11:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant