ant junit.run error

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

ant junit.run error

Junyeong
Hi :)

$ ant junit.run

puts lots of error message as shown below.

Thanks

Buildfile: /home/rhdxmr/java/jogl/jogamp/jogl/make/build.xml

junit.run:

gluegen.properties.load.user:
     [echo] Loaded /home/rhdxmr/gluegen.properties.
     [echo] antlr.jar=../../gluegen/make/lib/antlr.jar
     [echo] junit.jar=../../gluegen/make/lib/junit.jar
     [echo] win32.c.compiler=${win32.c.compiler}

gluegen.cpptasks.initialize:

gluegen.cpptasks.detect.os.1:
     [echo] FreeBSD=${isFreeBSD}
     [echo] HPUX=${isHPUX}
     [echo] IA64=${isIA64}
     [echo] Linux=true
     [echo] LinuxAMD64=${isLinuxAMD64}
     [echo] LinuxIA64=${isLinuxIA64}
     [echo] LinuxX86=true
     [echo] OS X=${isOSX}
     [echo] OS X PPC=${use.macosppc}
     [echo] OS X x32=true
     [echo] OS X x64=true
     [echo] Solaris=${isSolaris}
     [echo] Solaris32Bit=${isSolaris32Bit}
     [echo] SolarisSparc=${isSolarisSparc}
     [echo] SolarisSparcv9=${isSolarisSparcv9}
     [echo] SolarisAMD64=${isSolarisAMD64}
     [echo] SolarisX86=${isSolarisX86}
     [echo] Unix=true
     [echo] Windows=${isWindows}
     [echo] X11=true

gluegen.cpptasks.detect.os.freebsd:

gluegen.cpptasks.detect.os.hpux:

gluegen.cpptasks.detect.os.linux.amd64:

gluegen.cpptasks.detect.os.linux.ia64:

gluegen.cpptasks.detect.os.linux.x86:

gluegen.cpptasks.detect.os.linux:

gluegen.cpptasks.detect.os.osx:

gluegen.cpptasks.detect.os.solaris.sparc:

gluegen.cpptasks.detect.os.solaris.sparcv9:

gluegen.cpptasks.detect.os.solaris.amd64:

gluegen.cpptasks.detect.os.solaris.x86:

gluegen.cpptasks.detect.os.solaris:

gluegen.cpptasks.detect.os.unix:

gluegen.cpptasks.detect.os.windows.amd64:

gluegen.cpptasks.detect.os.windows.x86:

gluegen.cpptasks.detect.os.windows:

gluegen.cpptasks.detect.os.2:

gluegen.cpptasks.detect.os:

nativewindow.setup-version-RI:

nativewindow.setup-version-non-RI:

jogl.setup-version-RI:

jogl.setup-version-non-RI:

newt.setup-version-RI:

newt.setup-version-non-RI:

setup-versions:

common.init:
     [echo] setup.nodesktop: ${setup.nodesktop}
     [echo] setup.noAWT: ${setup.noAWT}
     [echo] setup.noCDC: ${setup.noCDC}
     [echo] Loaded /home/rhdxmr/jogl.properties.
     [echo] Loaded /home/rhdxmr/gluegen.properties.
     [echo] antlr.jar=../../gluegen/make/lib/antlr.jar
     [echo] junit.jar=../../gluegen/make/lib/junit.jar
     [echo] javac.bootclasspath-cdc.jar: ../../gluegen/make/lib/cdc_fp.jar

declare.common:

init:

junit.compile.check:
     [echo] jogl.test.jar /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/jogl.test.jar

junit.compile:

junit.run:
     [echo] Testing com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2454, tid=3068353392
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2454.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNEWT -> ../build/test/results/TEST-com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNEWT
    [apply] junit.framework.TestListener: tests to run: 1
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2468, tid=3068148592
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2468.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.jogl.drawable.TestDrawable01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.jogl.drawable.TestDrawable01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.jogl.drawable.TestDrawable01NEWT
    [apply] junit.framework.TestListener: tests to run: 2
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2482, tid=3066919792
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2482.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.jogl.offscreen.TestOffscreen01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.jogl.offscreen.TestOffscreen01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.jogl.offscreen.TestOffscreen01NEWT
    [apply] junit.framework.TestListener: tests to run: 9
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2496, tid=3067906928
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2496.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.newt.TestGLWindows01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.newt.TestGLWindows01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.newt.TestGLWindows01NEWT
    [apply] junit.framework.TestListener: tests to run: 4
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2510, tid=3067456368
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2510.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.newt.TestParenting01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.newt.TestParenting01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.newt.TestParenting01NEWT
    [apply] junit.framework.TestListener: tests to run: 3
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2529, tid=3066899312
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2529.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.newt.TestParenting02NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.newt.TestParenting02NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.newt.TestParenting02NEWT
    [apply] junit.framework.TestListener: tests to run: 1
    [apply] junit.framework.TestListener: startTest(testWindowParenting01NewtOnNewtParentChildDraw)
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2547, tid=3067915120
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2547.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.newt.TestWindows01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.newt.TestWindows01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.newt.TestWindows01NEWT
    [apply] junit.framework.TestListener: tests to run: 4
    [apply] junit.framework.TestListener: startTest(testWindowNativeRecreate01Simple)
    [apply] Detected screen size 1024x768
    [apply] junit.framework.TestListener: endTest(testWindowNativeRecreate01Simple)
    [apply] junit.framework.TestListener: startTest(testWindowDecor01Simple)
    [apply] Detected screen size 1024x768
    [apply] junit.framework.TestListener: endTest(testWindowDecor01Simple)
    [apply] junit.framework.TestListener: startTest(testWindowDecor02DestroyWinTwiceA)
    [apply] Detected screen size 1024x768
    [apply] junit.framework.TestListener: endTest(testWindowDecor02DestroyWinTwiceA)
    [apply] junit.framework.TestListener: startTest(testWindowDecor03TwoWin)
    [apply] Warning: NEWT X11 Error: DisplayDispatch 0x8159a38, Code 0x3
    [apply]          BadWindow (0x1800002): Window probably already removed
    [apply] Warning: NEWT X11 DisplayDispatch 0x8159a38, Couldn't handle event 6 for X11 window 0x1800002
    [apply] Detected screen size 1024x768
    [apply] junit.framework.TestListener: endTest(testWindowDecor03TwoWin)
    [apply] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.581 sec
    [apply] ------------- Standard Output ---------------
    [apply] Detected screen size 1024x768
    [apply] Detected screen size 1024x768
    [apply] Detected screen size 1024x768
    [apply] Detected screen size 1024x768
    [apply] ------------- ---------------- ---------------
    [apply]
    [apply] Testcase: testWindowNativeRecreate01Simple took 0.699 sec
    [apply] Testcase: testWindowDecor01Simple took 0.22 sec
    [apply] Testcase: testWindowDecor02DestroyWinTwiceA took 0.53 sec
    [apply] Testcase:Warning: NEWT X11 Error: DisplayDispatch 0x8159a38, Code 0x3
    [apply]          BadWindow (0x1800002): Window probably already removed
    [apply] Warning: NEWT X11 DisplayDispatch 0x8159a38, Couldn't handle event 9 for X11 window 0x1800002
    [apply]  testWindowDecor03TwoWin took 0.991 sec
    [junit] Testsuite: com.jogamp.test.junit.jogl.awt.TestAWT01GLn
    [junit] Testsuite: com.jogamp.test.junit.jogl.awt.TestAWT01GLn
    [junit] Info: XInitThreads() called for concurrent Thread support
    [junit] #
    [junit] # A fatal error has been detected by the Java Runtime Environment:
    [junit] #
    [junit] #  SIGSEGV (0xb) at pc=0x00001159, pid=2580, tid=3066911600
    [junit] #
    [junit] # JRE version: 6.0_20-b02
    [junit] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [junit] # Problematic frame:
    [junit] # C  0x00001159
    [junit] #
    [junit] # An error report file with more information is saved as:
    [junit] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2580.log
    [junit] #
    [junit] # If you would like to submit a bug report, please visit:
    [junit] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [junit] #
    [junit] Testsuite: com.Batch-With-Multiple-Tests
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit]
    [junit] Testcase: BeforeFirstTest took 0.004 sec
    [junit]     Caused an ERROR
    [junit] Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
    [junit] junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
    [junit]
    [junit] Testsuite: com.Batch-With-Multiple-Tests
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit]
    [junit] Testcase: com.Batch-With-Multiple-Tests:BeforeFirstTest:    Caused an ERROR
    [junit] Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
    [junit] junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
    [junit]
    [junit]

BUILD SUCCESSFUL
Total time: 23 seconds
Reply | Threaded
Open this post in threaded view
|

Re: ant junit.run error

Michael Bien
On 06/28/2010 09:46 AM, Junyeong [via jogamp] wrote:
Hi :)

$ ant junit.run

puts lots of error message as shown below.

difficult to say whats wrong. Looks like a issue with your system setup.

do the gluegen tests run?

one of the crash dumps would be nice.
e.g:
/home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2547.log

regards,
michael



Thanks

Buildfile: /home/rhdxmr/java/jogl/jogamp/jogl/make/build.xml

junit.run:

gluegen.properties.load.user:
     [echo] Loaded /home/rhdxmr/gluegen.properties.
     [echo] antlr.jar=../../gluegen/make/lib/antlr.jar
     [echo] junit.jar=../../gluegen/make/lib/junit.jar
     [echo] win32.c.compiler=${win32.c.compiler}

gluegen.cpptasks.initialize:

gluegen.cpptasks.detect.os.1:
     [echo] FreeBSD=${isFreeBSD}
     [echo] HPUX=${isHPUX}
     [echo] IA64=${isIA64}
     [echo] Linux=true
     [echo] LinuxAMD64=${isLinuxAMD64}
     [echo] LinuxIA64=${isLinuxIA64}
     [echo] LinuxX86=true
     [echo] OS X=${isOSX}
     [echo] OS X PPC=${use.macosppc}
     [echo] OS X x32=true
     [echo] OS X x64=true
     [echo] Solaris=${isSolaris}
     [echo] Solaris32Bit=${isSolaris32Bit}
     [echo] SolarisSparc=${isSolarisSparc}
     [echo] SolarisSparcv9=${isSolarisSparcv9}
     [echo] SolarisAMD64=${isSolarisAMD64}
     [echo] SolarisX86=${isSolarisX86}
     [echo] Unix=true
     [echo] Windows=${isWindows}
     [echo] X11=true

gluegen.cpptasks.detect.os.freebsd:

gluegen.cpptasks.detect.os.hpux:

gluegen.cpptasks.detect.os.linux.amd64:

gluegen.cpptasks.detect.os.linux.ia64:

gluegen.cpptasks.detect.os.linux.x86:

gluegen.cpptasks.detect.os.linux:

gluegen.cpptasks.detect.os.osx:

gluegen.cpptasks.detect.os.solaris.sparc:

gluegen.cpptasks.detect.os.solaris.sparcv9:

gluegen.cpptasks.detect.os.solaris.amd64:

gluegen.cpptasks.detect.os.solaris.x86:

gluegen.cpptasks.detect.os.solaris:

gluegen.cpptasks.detect.os.unix:

gluegen.cpptasks.detect.os.windows.amd64:

gluegen.cpptasks.detect.os.windows.x86:

gluegen.cpptasks.detect.os.windows:

gluegen.cpptasks.detect.os.2:

gluegen.cpptasks.detect.os:

nativewindow.setup-version-RI:

nativewindow.setup-version-non-RI:

jogl.setup-version-RI:

jogl.setup-version-non-RI:

newt.setup-version-RI:

newt.setup-version-non-RI:

setup-versions:

common.init:
     [echo] setup.nodesktop: ${setup.nodesktop}
     [echo] setup.noAWT: ${setup.noAWT}
     [echo] setup.noCDC: ${setup.noCDC}
     [echo] Loaded /home/rhdxmr/jogl.properties.
     [echo] Loaded /home/rhdxmr/gluegen.properties.
     [echo] antlr.jar=../../gluegen/make/lib/antlr.jar
     [echo] junit.jar=../../gluegen/make/lib/junit.jar
     [echo] javac.bootclasspath-cdc.jar: ../../gluegen/make/lib/cdc_fp.jar

declare.common:

init:

junit.compile.check:
     [echo] jogl.test.jar /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/jogl.test.jar

junit.compile:

junit.run:
     [echo] Testing com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2454, tid=3068353392
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2454.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNEWT -> ../build/test/results/TEST-com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNEWT
    [apply] junit.framework.TestListener: tests to run: 1
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2468, tid=3068148592
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2468.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.jogl.drawable.TestDrawable01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.jogl.drawable.TestDrawable01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.jogl.drawable.TestDrawable01NEWT
    [apply] junit.framework.TestListener: tests to run: 2
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2482, tid=3066919792
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2482.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.jogl.offscreen.TestOffscreen01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.jogl.offscreen.TestOffscreen01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.jogl.offscreen.TestOffscreen01NEWT
    [apply] junit.framework.TestListener: tests to run: 9
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2496, tid=3067906928
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2496.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.newt.TestGLWindows01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.newt.TestGLWindows01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.newt.TestGLWindows01NEWT
    [apply] junit.framework.TestListener: tests to run: 4
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2510, tid=3067456368
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2510.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.newt.TestParenting01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.newt.TestParenting01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.newt.TestParenting01NEWT
    [apply] junit.framework.TestListener: tests to run: 3
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2529, tid=3066899312
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2529.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.newt.TestParenting02NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.newt.TestParenting02NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.newt.TestParenting02NEWT
    [apply] junit.framework.TestListener: tests to run: 1
    [apply] junit.framework.TestListener: startTest(testWindowParenting01NewtOnNewtParentChildDraw)
    [apply] #
    [apply] # A fatal error has been detected by the Java Runtime Environment:
    [apply] #
    [apply] #  SIGSEGV (0xb) at pc=0x00001159, pid=2547, tid=3067915120
    [apply] #
    [apply] # JRE version: 6.0_20-b02
    [apply] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [apply] # Problematic frame:
    [apply] # C  0x00001159
    [apply] #
    [apply] # An error report file with more information is saved as:
    [apply] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2547.log
    [apply] #
    [apply] # If you would like to submit a bug report, please visit:
    [apply] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [apply] #
     [echo] Testing com.jogamp.test.junit.newt.TestWindows01NEWT -> ../build/test/results/TEST-com.jogamp.test.junit.newt.TestWindows01NEWT.xml
    [apply] Info: XInitThreads() called for concurrent Thread support
    [apply] Testsuite: com.jogamp.test.junit.newt.TestWindows01NEWT
    [apply] junit.framework.TestListener: tests to run: 4
    [apply] junit.framework.TestListener: startTest(testWindowNativeRecreate01Simple)
    [apply] Detected screen size 1024x768
    [apply] junit.framework.TestListener: endTest(testWindowNativeRecreate01Simple)
    [apply] junit.framework.TestListener: startTest(testWindowDecor01Simple)
    [apply] Detected screen size 1024x768
    [apply] junit.framework.TestListener: endTest(testWindowDecor01Simple)
    [apply] junit.framework.TestListener: startTest(testWindowDecor02DestroyWinTwiceA)
    [apply] Detected screen size 1024x768
    [apply] junit.framework.TestListener: endTest(testWindowDecor02DestroyWinTwiceA)
    [apply] junit.framework.TestListener: startTest(testWindowDecor03TwoWin)
    [apply] Warning: NEWT X11 Error: DisplayDispatch 0x8159a38, Code 0x3
    [apply]          BadWindow (0x1800002): Window probably already removed
    [apply] Warning: NEWT X11 DisplayDispatch 0x8159a38, Couldn't handle event 6 for X11 window 0x1800002
    [apply] Detected screen size 1024x768
    [apply] junit.framework.TestListener: endTest(testWindowDecor03TwoWin)
    [apply] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.581 sec
    [apply] ------------- Standard Output ---------------
    [apply] Detected screen size 1024x768
    [apply] Detected screen size 1024x768
    [apply] Detected screen size 1024x768
    [apply] Detected screen size 1024x768
    [apply] ------------- ---------------- ---------------
    [apply]
    [apply] Testcase: testWindowNativeRecreate01Simple took 0.699 sec
    [apply] Testcase: testWindowDecor01Simple took 0.22 sec
    [apply] Testcase: testWindowDecor02DestroyWinTwiceA took 0.53 sec
    [apply] Testcase:Warning: NEWT X11 Error: DisplayDispatch 0x8159a38, Code 0x3
    [apply]          BadWindow (0x1800002): Window probably already removed
    [apply] Warning: NEWT X11 DisplayDispatch 0x8159a38, Couldn't handle event 9 for X11 window 0x1800002
    [apply]  testWindowDecor03TwoWin took 0.991 sec
    [junit] Testsuite: com.jogamp.test.junit.jogl.awt.TestAWT01GLn
    [junit] Testsuite: com.jogamp.test.junit.jogl.awt.TestAWT01GLn
    [junit] Info: XInitThreads() called for concurrent Thread support
    [junit] #
    [junit] # A fatal error has been detected by the Java Runtime Environment:
    [junit] #
    [junit] #  SIGSEGV (0xb) at pc=0x00001159, pid=2580, tid=3066911600
    [junit] #
    [junit] # JRE version: 6.0_20-b02
    [junit] # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
    [junit] # Problematic frame:
    [junit] # C  0x00001159
    [junit] #
    [junit] # An error report file with more information is saved as:
    [junit] # /home/rhdxmr/java/jogl/jogamp/jogl/make/hs_err_pid2580.log
    [junit] #
    [junit] # If you would like to submit a bug report, please visit:
    [junit] #   http://java.sun.com/webapps/bugreport/crash.jsp
    [junit] #
    [junit] Testsuite: com.Batch-With-Multiple-Tests
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit]
    [junit] Testcase: BeforeFirstTest took 0.004 sec
    [junit]     Caused an ERROR
    [junit] Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
    [junit] junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
    [junit]
    [junit] Testsuite: com.Batch-With-Multiple-Tests
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit]
    [junit] Testcase: com.Batch-With-Multiple-Tests:BeforeFirstTest:    Caused an ERROR
    [junit] Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
    [junit] junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
    [junit]
    [junit]

BUILD SUCCESSFUL
Total time: 23 seconds



View message @ http://jogamp.762907.n3.nabble.com/ant-junit-run-error-tp927251p927251.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.


Reply | Threaded
Open this post in threaded view
|

Re: ant junit.run error

Junyeong
In gluegen make directory, execute
$ ant junit.run
does run ok.


And in jogl
ant junit.run
crash dump is here

$ cat hs_err_pid4112.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00001159, pid=4112, tid=3067325296
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  0x00001159
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x08059c00):  JavaThread "main" [_thread_in_native, id=4116, stack(0xb6ceb000,0xb6d3b000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00001159

Registers:
EAX=0x086afd48, EBX=0xb43cd0f4, ECX=0x08059d10, EDX=0x00000000
ESP=0xb6d37e8c, EBP=0xb6d37ec8, ESI=0x8f163258, EDI=0x08059c00
EIP=0x00001159, CR2=0x00001159, EFLAGS=0x00210206

Top of Stack: (sp=0xb6d37e8c)
0xb6d37e8c:   b4375604 00001f03 00000000 b6d37f58
0xb6d37e9c:   b43755b6 8f221d34 b6d37ebc 08373db8
0xb6d37eac:   00000000 8f163258 8f163258 08373db8
0xb6d37ebc:   b6d37f14 b4c77f2b 8f163258 b6d37f14
0xb6d37ecc:   b4c7802d 08059d10 b6d37f34 00001f03
0xb6d37edc:   00000000 08373db8 00000000 08059c00
0xb6d37eec:   080fd480 080fd490 b6d37ef4 8f163258
0xb6d37efc:   b6d37f34 8f224368 00000000 8f163258

Instructions: (pc=0x00001159)
0x00001149:  
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xb]

Stack: [0xb6ceb000,0xb6d3b000],  sp=0xb6d37e8c,  free space=133b6d37390k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x00001159
j  com.jogamp.opengl.impl.gl4.GL4bcImpl.dispatch_glGetStringi1(IIJ)Ljava/lang/String;+0
j  com.jogamp.opengl.impl.gl4.GL4bcImpl.glGetStringi(II)Ljava/lang/String;+35
j  com.jogamp.opengl.impl.ExtensionAvailabilityCache.initAvailableExtensions()V+235
j  com.jogamp.opengl.impl.ExtensionAvailabilityCache.reset()V+5
j  com.jogamp.opengl.impl.GLContextImpl.updateGLProcAddressTable(III)V+145
j  com.jogamp.opengl.impl.x11.glx.X11GLXContext.updateGLProcAddressTable(III)V+80
j  com.jogamp.opengl.impl.GLContextImpl.setGLFunctionAvailability(ZIII)V+56
j  com.jogamp.opengl.impl.x11.glx.X11GLXContext.createContext(Z)Z+517
j  com.jogamp.opengl.impl.x11.glx.X11OnscreenGLXContext.createImpl()Z+2
j  com.jogamp.opengl.impl.GLContextImpl.makeCurrentLocking()I+94
j  com.jogamp.opengl.impl.GLContextImpl.makeCurrent()I+106
j  com.jogamp.opengl.impl.x11.glx.X11GLXDrawableFactory.<init>()V+233
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x36c2db]
V  [libjvm.so+0x36f471]
V  [libjvm.so+0x2959a9]
C  [libjava.so+0x1534d]  Java_sun_reflect_NativeConstructorAccessorImpl_newInstance0+0x2d
j  sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+72
j  sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5
j  java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+92
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+8
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;+7
j  javax.media.opengl.GLDrawableFactory.<clinit>()V+202
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x1f5e96]
V  [libjvm.so+0x1f4c21]
V  [libjvm.so+0x1f4168]
V  [libjvm.so+0x2f704f]
V  [libjvm.so+0x2f8b8f]
V  [libjvm.so+0x2f896c]
V  [libjvm.so+0x211fae]
j  javax.media.opengl.GLProfile.initProfiles()V+116
j  javax.media.opengl.GLProfile.access$000()V+0
j  javax.media.opengl.GLProfile$1.run()Ljava/lang/Object;+0
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x27cec6]
C  [libjava.so+0xa9bd]  Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
j  javax.media.opengl.GLProfile.<clinit>()V+217
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x1f5e96]
V  [libjvm.so+0x1f4c21]
V  [libjvm.so+0x1f4168]
V  [libjvm.so+0x2f704f]
V  [libjvm.so+0x2f8b8f]
V  [libjvm.so+0x2f896c]
V  [libjvm.so+0x211fae]
j  com.jogamp.test.junit.jogl.awt.TestAWT01GLn.startup()V+15
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x36c2db]
V  [libjvm.so+0x36f241]
V  [libjvm.so+0x2955cf]
C  [libjava.so+0x15314]  Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x34
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.junit.runners.model.FrameworkMethod$1.runReflectiveCall()Ljava/lang/Object;+15
j  org.junit.internal.runners.model.ReflectiveCallable.run()Ljava/lang/Object;+1
j  org.junit.runners.model.FrameworkMethod.invokeExplosively(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+10
j  org.junit.internal.runners.statements.RunBefores.evaluate()V+38
j  org.junit.runners.ParentRunner.run(Lorg/junit/runner/notification/RunNotifier;)V+20
j  junit.framework.JUnit4TestAdapter.run(Ljunit/framework/TestResult;)V+13
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run()V+431
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(Lorg/apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZZZ)I+39
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main([Ljava/lang/String;)V+616
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x24bc23]
V  [libjvm.so+0x23be7c]
C  [java+0x1b98]  JavaMain+0x2c8
C  [libpthread.so.0+0x5830]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.jogamp.opengl.impl.gl4.GL4bcImpl.dispatch_glGetStringi1(IIJ)Ljava/lang/String;+0
j  com.jogamp.opengl.impl.gl4.GL4bcImpl.glGetStringi(II)Ljava/lang/String;+35
j  com.jogamp.opengl.impl.ExtensionAvailabilityCache.initAvailableExtensions()V+235
j  com.jogamp.opengl.impl.ExtensionAvailabilityCache.reset()V+5
j  com.jogamp.opengl.impl.GLContextImpl.updateGLProcAddressTable(III)V+145
j  com.jogamp.opengl.impl.x11.glx.X11GLXContext.updateGLProcAddressTable(III)V+80
j  com.jogamp.opengl.impl.GLContextImpl.setGLFunctionAvailability(ZIII)V+56
j  com.jogamp.opengl.impl.x11.glx.X11GLXContext.createContext(Z)Z+517
j  com.jogamp.opengl.impl.x11.glx.X11OnscreenGLXContext.createImpl()Z+2
j  com.jogamp.opengl.impl.GLContextImpl.makeCurrentLocking()I+94
j  com.jogamp.opengl.impl.GLContextImpl.makeCurrent()I+106
j  com.jogamp.opengl.impl.x11.glx.X11GLXDrawableFactory.<init>()V+233
v  ~StubRoutines::call_stub
j  sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+72
j  sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5
j  java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+92
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+8
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;+7
j  javax.media.opengl.GLDrawableFactory.<clinit>()V+202
v  ~StubRoutines::call_stub
j  javax.media.opengl.GLProfile.initProfiles()V+116
j  javax.media.opengl.GLProfile.access$000()V+0
j  javax.media.opengl.GLProfile$1.run()Ljava/lang/Object;+0
v  ~StubRoutines::call_stub
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
j  javax.media.opengl.GLProfile.<clinit>()V+217
v  ~StubRoutines::call_stub
j  com.jogamp.test.junit.jogl.awt.TestAWT01GLn.startup()V+15
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.junit.runners.model.FrameworkMethod$1.runReflectiveCall()Ljava/lang/Object;+15
j  org.junit.internal.runners.model.ReflectiveCallable.run()Ljava/lang/Object;+1
j  org.junit.runners.model.FrameworkMethod.invokeExplosively(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+10
j  org.junit.internal.runners.statements.RunBefores.evaluate()V+38
j  org.junit.runners.ParentRunner.run(Lorg/junit/runner/notification/RunNotifier;)V+20
j  junit.framework.JUnit4TestAdapter.run(Ljunit/framework/TestResult;)V+13
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run()V+431
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(Lorg/apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZZZ)I+39
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main([Ljava/lang/String;)V+616
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x080a4c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4122, stack(0xb485f000,0xb48af000)]
  0x080a2c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4121, stack(0xb48af000,0xb492f000)]
  0x080a1400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4120, stack(0xb492f000,0xb497f000)]
  0x0807fc00 JavaThread "Finalizer" daemon [_thread_blocked, id=4119, stack(0xb4a20000,0xb4a70000)]
  0x0807e400 JavaThread "Reference Handler" daemon [_thread_blocked, id=4118, stack(0xb4a70000,0xb4ac0000)]
=>0x08059c00 JavaThread "main" [_thread_in_native, id=4116, stack(0xb6ceb000,0xb6d3b000)]

Other Threads:
  0x0807cc00 VMThread [stack: 0xb4ac0000,0xb4b40000] [id=4117]
  0x080a8400 WatcherThread [stack: 0xb47df000,0xb485f000] [id=4123]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 3712K, used 804K [0x87ad0000, 0x87ed0000, 0x8a170000)
  eden space 3328K,  20% used [0x87ad0000, 0x87b7ad48, 0x87e10000)
  from space 384K,  31% used [0x87e10000, 0x87e2e598, 0x87e70000)
  to   space 384K,   0% used [0x87e70000, 0x87e70000, 0x87ed0000)
 tenured generation   total 4096K, used 709K [0x8a170000, 0x8a570000, 0x8eed0000)
   the space 4096K,  17% used [0x8a170000, 0x8a221710, 0x8a221800, 0x8a570000)
 compacting perm gen  total 12288K, used 3604K [0x8eed0000, 0x8fad0000, 0x92ed0000)
   the space 12288K,  29% used [0x8eed0000, 0x8f255310, 0x8f255400, 0x8fad0000)
    ro space 10240K,  61% used [0x92ed0000, 0x934f6298, 0x934f6400, 0x938d0000)
    rw space 12288K,  60% used [0x938d0000, 0x94006cb8, 0x94006e00, 0x944d0000)

Dynamic libraries:
08048000-08052000 r-xp 00000000 08:01 654527     /home/rhdxmr/jdk1.6.0_20/jre/bin/java
08052000-08053000 rwxp 00009000 08:01 654527     /home/rhdxmr/jdk1.6.0_20/jre/bin/java
08053000-089cd000 rwxp 00000000 00:00 0          [heap]
87ad0000-87ed0000 rwxp 00000000 00:00 0
87ed0000-8a170000 rwxp 00000000 00:00 0
8a170000-8a570000 rwxp 00000000 00:00 0
8a570000-8eed0000 rwxp 00000000 00:00 0
8eed0000-8fad0000 rwxp 00000000 00:00 0
8fad0000-92ed0000 rwxp 00000000 00:00 0
92ed0000-934f7000 r-xs 00001000 08:01 684519     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/classes.jsa
934f7000-938d0000 rwxp 00000000 00:00 0
938d0000-94007000 rwxp 00628000 08:01 684519     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/classes.jsa
94007000-944d0000 rwxp 00000000 00:00 0
944d0000-945b1000 rwxp 00d5f000 08:01 684519     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/classes.jsa
945b1000-948d0000 rwxp 00000000 00:00 0
948d0000-948d8000 r-xs 00e40000 08:01 684519     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/classes.jsa
948d8000-94cd0000 rwxp 00000000 00:00 0
b39f2000-b3e7c000 rwxp 00000000 00:00 0
b3e7c000-b407a000 r-xp 00000000 08:01 332622     /usr/lib/xorg/modules/dri/swrast_dri.so
b407a000-b407f000 rwxp 001fd000 08:01 332622     /usr/lib/xorg/modules/dri/swrast_dri.so
b407f000-b408e000 rwxp 00000000 00:00 0
b408e000-b40ac000 r-xp 00000000 08:01 130968     /usr/lib/libexpat.so.1.5.2
b40ac000-b40ae000 rwxp 0001d000 08:01 130968     /usr/lib/libexpat.so.1.5.2
b40d5000-b4323000 r-xp 00000000 08:01 332632     /usr/lib/xorg/modules/dri/i915_dri.so
b4323000-b4329000 rwxp 0024e000 08:01 332632     /usr/lib/xorg/modules/dri/i915_dri.so
b4329000-b4338000 rwxp 00000000 00:00 0
b4338000-b43cd000 r-xp 00000000 08:01 797653     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/obj/libjogl_desktop.so
b43cd000-b43ce000 rwxp 00095000 08:01 797653     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/obj/libjogl_desktop.so
b43ce000-b441b000 r-xp 00000000 08:01 192471     /usr/lib/libGL.so.1.2
b441b000-b4421000 rwxp 0004d000 08:01 192471     /usr/lib/libGL.so.1.2
b4421000-b4423000 rwxp 00000000 00:00 0
b4427000-b4449000 r-xp 00000000 08:01 797650     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/obj/libjogl_gl2es12.so
b4449000-b444a000 rwxp 00021000 08:01 797650     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/obj/libjogl_gl2es12.so
b444a000-b444e000 r-xp 00000000 08:01 191202     /usr/lib/libXdmcp.so.6.0.0
b444e000-b444f000 rwxp 00003000 08:01 191202     /usr/lib/libXdmcp.so.6.0.0
b444f000-b4451000 r-xp 00000000 08:01 191114     /usr/lib/libXau.so.6.0.0
b4451000-b4452000 rwxp 00001000 08:01 191114     /usr/lib/libXau.so.6.0.0
b4452000-b445f000 r-xp 00000000 08:01 191285     /usr/lib/libXext.so.6.4.0
b445f000-b4460000 rwxp 0000d000 08:01 191285     /usr/lib/libXext.so.6.4.0
b4460000-b4477000 r-xp 00000000 08:01 192055     /usr/lib/libxcb.so.1.1.0
b4477000-b4478000 rwxp 00016000 08:01 192055     /usr/lib/libxcb.so.1.1.0
b4478000-b447c000 r-xp 00000000 08:01 191939     /usr/lib/libXxf86vm.so.1.0.0
b447c000-b447d000 rwxp 00003000 08:01 191939     /usr/lib/libXxf86vm.so.1.0.0
b447d000-b4594000 r-xp 00000000 08:01 191067     /usr/lib/libX11.so.6.3.0
b4594000-b4598000 rwxp 00116000 08:01 191067     /usr/lib/libX11.so.6.3.0
b45a4000-b45ad000 r-xp 00000000 08:01 191978     /usr/lib/libdrm_intel.so.1.0.0
b45ad000-b45ae000 rwxp 00008000 08:01 191978     /usr/lib/libdrm_intel.so.1.0.0
b45ae000-b45b6000 r-xp 00000000 08:01 191977     /usr/lib/libdrm.so.2.4.0
b45b6000-b45b7000 rwxp 00008000 08:01 191977     /usr/lib/libdrm.so.2.4.0
b45b7000-b45bb000 r-xp 00000000 08:01 191294     /usr/lib/libXfixes.so.3.1.0
b45bb000-b45bc000 rwxp 00003000 08:01 191294     /usr/lib/libXfixes.so.3.1.0
b45bc000-b45be000 r-xp 00000000 08:01 191195     /usr/lib/libXdamage.so.1.1.0
b45be000-b45bf000 rwxp 00001000 08:01 191195     /usr/lib/libXdamage.so.1.1.0
b45bf000-b45c3000 r-xp 00000000 08:01 796435     /home/rhdxmr/java/jogl/jogamp/jogl/build/nativewindow/obj/libnativewindow_x11.so
b45c3000-b45c4000 rwxp 00004000 08:01 796435     /home/rhdxmr/java/jogl/jogamp/jogl/build/nativewindow/obj/libnativewindow_x11.so
b45c4000-b45c5000 r-xp 00000000 08:01 795896     /home/rhdxmr/java/jogl/jogamp/gluegen/build/obj/libgluegen-rt.so
b45c5000-b45c6000 rwxp 00000000 08:01 795896     /home/rhdxmr/java/jogl/jogamp/gluegen/build/obj/libgluegen-rt.so
b45c6000-b45d9000 r-xp 00000000 08:01 679220     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libnet.so
b45d9000-b45da000 rwxp 00013000 08:01 679220     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libnet.so
b45da000-b45dc000 r-xs 00002000 08:01 792388     /usr/share/ant/lib/ant-launcher.jar
b45dc000-b45de000 r-xs 00014000 08:01 798008     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/jogl.test.jar
b45de000-b45e1000 r-xs 0001d000 08:01 797919     /home/rhdxmr/java/jogl/jogamp/jogl/build/newt/newt.all.jar
b45e1000-b45ee000 r-xs 001d2000 08:01 797661     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/jogl.all.jar
b45ee000-b45f1000 r-xs 00010000 08:01 796439     /home/rhdxmr/java/jogl/jogamp/jogl/build/nativewindow/nativewindow.all.jar
b45f1000-b45f4000 r-xs 00014000 08:01 795895     /home/rhdxmr/java/jogl/jogamp/gluegen/build/gluegen-rt.jar
b45f4000-b45f7000 r-xs 000cb000 08:01 679976     /home/rhdxmr/jdk1.6.0_20/jre/lib/ext/localedata.jar
b45f7000-b45f9000 r-xs 00016000 08:01 792395     /usr/share/ant/lib/ant-junit.jar
b45f9000-b4610000 r-xs 0015b000 08:01 790704     /usr/share/ant/lib/ant.jar
b4610000-b4643000 rwxp 00000000 00:00 0
b4643000-b47d9000 r-xs 02fd0000 08:01 654276     /home/rhdxmr/jdk1.6.0_20/jre/lib/rt.jar
b47d9000-b47df000 r-xs 00034000 08:01 794232     /home/rhdxmr/java/jogl/jogamp/gluegen/make/lib/junit.jar
b47df000-b47e0000 ---p 00000000 00:00 0
b47e0000-b485f000 rwxp 00000000 00:00 0
b485f000-b4862000 ---p 00000000 00:00 0
b4862000-b48af000 rwxp 00000000 00:00 0
b48af000-b48b2000 ---p 00000000 00:00 0
b48b2000-b492f000 rwxp 00000000 00:00 0
b492f000-b4932000 ---p 00000000 00:00 0
b4932000-b497f000 rwxp 00000000 00:00 0
b497f000-b4a20000 r-xp 00000000 08:01 302887     /usr/lib/locale/ko_KR.utf8/LC_CTYPE
b4a20000-b4a23000 ---p 00000000 00:00 0
b4a23000-b4a70000 rwxp 00000000 00:00 0
b4a70000-b4a73000 ---p 00000000 00:00 0
b4a73000-b4ac0000 rwxp 00000000 00:00 0
b4ac0000-b4ac1000 ---p 00000000 00:00 0
b4ac1000-b4b47000 rwxp 00000000 00:00 0
b4b47000-b4b61000 rwxp 00000000 00:00 0
b4b61000-b4b64000 rwxp 00000000 00:00 0
b4b64000-b4b88000 rwxp 00000000 00:00 0
b4b88000-b4b8a000 rwxp 00000000 00:00 0
b4b8a000-b4b9b000 rwxp 00000000 00:00 0
b4b9b000-b4b9e000 rwxp 00000000 00:00 0
b4b9e000-b4bc2000 rwxp 00000000 00:00 0
b4bc2000-b4bc8000 rwxp 00000000 00:00 0
b4bc8000-b4be2000 rwxp 00000000 00:00 0
b4be2000-b4bf2000 rwxp 00000000 00:00 0
b4bf2000-b4c6e000 rwxp 00000000 00:00 0
b4c6e000-b4d36000 rwxp 00000000 00:00 0
b4d36000-b6c6e000 rwxp 00000000 00:00 0
b6c6e000-b6c79000 r-xp 00000000 08:01 523380     /lib/libnss_files-2.11.1.so
b6c79000-b6c7a000 r-xp 0000a000 08:01 523380     /lib/libnss_files-2.11.1.so
b6c7a000-b6c7b000 rwxp 0000b000 08:01 523380     /lib/libnss_files-2.11.1.so
b6c7b000-b6c84000 r-xp 00000000 08:01 523382     /lib/libnss_nis-2.11.1.so
b6c84000-b6c85000 r-xp 00008000 08:01 523382     /lib/libnss_nis-2.11.1.so
b6c85000-b6c86000 rwxp 00009000 08:01 523382     /lib/libnss_nis-2.11.1.so
b6c86000-b6c8d000 r-xp 00000000 08:01 523378     /lib/libnss_compat-2.11.1.so
b6c8d000-b6c8e000 r-xp 00006000 08:01 523378     /lib/libnss_compat-2.11.1.so
b6c8e000-b6c8f000 rwxp 00007000 08:01 523378     /lib/libnss_compat-2.11.1.so
b6c90000-b6c9d000 rwxp 00000000 00:00 0
b6c9d000-b6cac000 r-xp 00000000 08:01 679216     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libzip.so
b6cac000-b6cae000 rwxp 0000e000 08:01 679216     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libzip.so
b6cae000-b6cb6000 rwxs 00000000 08:01 666002     /tmp/hsperfdata_rhdxmr/4112
b6cb6000-b6cbc000 r-xp 00000000 08:01 678870     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/native_threads/libhpi.so
b6cbc000-b6cbd000 rwxp 00006000 08:01 678870     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/native_threads/libhpi.so
b6cbd000-b6ce0000 r-xp 00000000 08:01 679211     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libjava.so
b6ce0000-b6ce2000 rwxp 00023000 08:01 679211     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libjava.so
b6ce2000-b6ce9000 r-xp 00000000 08:01 523387     /lib/librt-2.11.1.so
b6ce9000-b6cea000 r-xp 00006000 08:01 523387     /lib/librt-2.11.1.so
b6cea000-b6ceb000 rwxp 00007000 08:01 523387     /lib/librt-2.11.1.so
b6ceb000-b6cee000 ---p 00000000 00:00 0
b6cee000-b6d3b000 rwxp 00000000 00:00 0          [threadstack:0004c494]
b6d3b000-b6d5f000 r-xp 00000000 08:01 523375     /lib/libm-2.11.1.so
b6d5f000-b6d60000 r-xp 00023000 08:01 523375     /lib/libm-2.11.1.so
b6d60000-b6d61000 rwxp 00024000 08:01 523375     /lib/libm-2.11.1.so
b6d61000-b71e4000 r-xp 00000000 08:01 679120     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/libjvm.so
b71e4000-b7205000 rwxp 00483000 08:01 679120     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/libjvm.so
b7205000-b7622000 rwxp 00000000 00:00 0
b7622000-b777e000 r-xp 00000000 08:01 523371     /lib/libc-2.11.1.so
b777e000-b777f000 ---p 0015c000 08:01 523371     /lib/libc-2.11.1.so
b777f000-b7781000 r-xp 0015c000 08:01 523371     /lib/libc-2.11.1.so
b7781000-b7782000 rwxp 0015e000 08:01 523371     /lib/libc-2.11.1.so
b7782000-b7785000 rwxp 00000000 00:00 0
b7785000-b7787000 r-xp 00000000 08:01 523374     /lib/libdl-2.11.1.so
b7787000-b7788000 r-xp 00001000 08:01 523374     /lib/libdl-2.11.1.so
b7788000-b7789000 rwxp 00002000 08:01 523374     /lib/libdl-2.11.1.so
b7789000-b778a000 rwxp 00000000 00:00 0
b778a000-b7791000 r-xp 00000000 08:01 679214     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/jli/libjli.so
b7791000-b7793000 rwxp 00006000 08:01 679214     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/jli/libjli.so
b7793000-b77a8000 r-xp 00000000 08:01 523385     /lib/libpthread-2.11.1.so
b77a8000-b77a9000 r-xp 00014000 08:01 523385     /lib/libpthread-2.11.1.so
b77a9000-b77aa000 rwxp 00015000 08:01 523385     /lib/libpthread-2.11.1.so
b77aa000-b77ad000 rwxp 00000000 00:00 0
b77ad000-b77ae000 r-xp 00000000 00:00 0
b77ae000-b77c3000 r-xp 00000000 08:01 523377     /lib/libnsl-2.11.1.so
b77c3000-b77c4000 r-xp 00014000 08:01 523377     /lib/libnsl-2.11.1.so
b77c4000-b77c5000 rwxp 00015000 08:01 523377     /lib/libnsl-2.11.1.so
b77c5000-b77c7000 rwxp 00000000 00:00 0
b77c7000-b77d2000 r-xp 00000000 08:01 679198     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libverify.so
b77d2000-b77d3000 rwxp 0000b000 08:01 679198     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libverify.so
b77d3000-b77d4000 rwxp 00000000 00:00 0
b77d4000-b77f1000 r-xp 00000000 08:01 523413     /lib/ld-2.11.1.so
b77f1000-b77f2000 r-xp 0001d000 08:01 523413     /lib/ld-2.11.1.so
b77f2000-b77f3000 rwxp 0001e000 08:01 523413     /lib/ld-2.11.1.so
bfc8b000-bfca1000 rwxp 00000000 00:00 0          [stack]
ffffe000-fffff000 r-xp 00000000 00:00 0          [vdso]

VM Arguments:
jvm_args: -Djava.library.path=../../gluegen/build/obj:../build/nativewindow/obj:../build/jogl/obj:../build/newt/obj:../build/test/build/obj
java_command: org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner testsfile=/home/rhdxmr/java/jogl/jogamp/jogl/make/junittestcases2194836232598635417.properties filtertrace=true haltOnError=false haltOnFailure=false showoutput=true outputtoformatters=true logfailedtests=true logtestlistenerevents=true formatter=org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,/home/rhdxmr/java/jogl/jogamp/jogl/build/test/results/IGNORETHIS.xml formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,/home/rhdxmr/java/jogl/jogamp/jogl/build/test/results/IGNORETHIS.xml crashfile=/home/rhdxmr/java/jogl/jogamp/jogl/make/junitvmwatcher762673500179993451.properties propsfile=/home/rhdxmr/java/jogl/jogamp/jogl/make/junit3952219907125447170.properties
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/home/rhdxmr/jdk1.6.0_20
PATH=/home/rhdxmr/myscript:/usr/lib/qt/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/kde4/libexec:/usr/lib/qt/bin:/usr/share/texmf/bin:.
LD_LIBRARY_PATH=/home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client:/home/rhdxmr/jdk1.6.0_20/jre/lib/i386:/home/rhdxmr/jdk1.6.0_20/jre/../lib/i386:/home/rhdxmr/java/jogl/jogamp/gluegen/build/obj:/home/rhdxmr/java/jogl/jogamp/jogl/build/nativewindow/obj:/home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/obj:/home/rhdxmr/java/jogl/jogamp/jogl/build/newt/obj:/home/rhdxmr/java/jogl/jogamp/jogl/build/test/build/obj
SHELL=/bin/bash
DISPLAY=:0

Signal Handlers:
SIGSEGV: [libjvm.so+0x418670], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x418670], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x33e070], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x33e070], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x33e070], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x33e070], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x340cb0], sa_mask[0]=0x00000004, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x3409e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x3409e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x3409e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x3409e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004


---------------  S Y S T E M  ---------------

OS:Linux
uname:Linux 2.6.33.4 #2 Thu May 13 00:27:45 CDT 2010 i686
libc:glibc 2.11.1 NPTL 2.11.1
rlimit: STACK 8192k, CORE 0k, NPROC 3688, NOFILE 1024, AS infinity
load average:0.35 0.34 0.72

CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 13 stepping 8, cmov, cx8, fxsr, mmx, sse, sse2

Memory: 4k page, physical 472784k(44464k free), swap 489972k(328480k free)

vm_info: Java HotSpot(TM) Client VM (16.3-b01) for linux-x86 JRE (1.6.0_20-b02), built on Apr 12 2010 14:15:08 by "java_re" with gcc 3.2.1-7a (J2SE release)

time: Tue Jun 29 09:25:19 2010
elapsed time: 1 seconds
Reply | Threaded
Open this post in threaded view
|

Re: ant junit.run error

Michael Bien
never seen this one before.

Could you file a bug report please?

info important for us:
OS + driver + gluegen/jogl version (git sh1 key of last commit)
+ this crash dump

thanks,
michael

On 06/29/2010 02:31 AM, Junyeong [via jogamp] wrote:
In gluegen make directory, execute
$ ant junit.run
does run ok.


And in jogl
ant junit.run
crash dump is here

$ cat hs_err_pid4112.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00001159, pid=4112, tid=3067325296
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  0x00001159
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x08059c00):  JavaThread "main" [_thread_in_native, id=4116, stack(0xb6ceb000,0xb6d3b000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00001159

Registers:
EAX=0x086afd48, EBX=0xb43cd0f4, ECX=0x08059d10, EDX=0x00000000
ESP=0xb6d37e8c, EBP=0xb6d37ec8, ESI=0x8f163258, EDI=0x08059c00
EIP=0x00001159, CR2=0x00001159, EFLAGS=0x00210206

Top of Stack: (sp=0xb6d37e8c)
0xb6d37e8c:   b4375604 00001f03 00000000 b6d37f58
0xb6d37e9c:   b43755b6 8f221d34 b6d37ebc 08373db8
0xb6d37eac:   00000000 8f163258 8f163258 08373db8
0xb6d37ebc:   b6d37f14 b4c77f2b 8f163258 b6d37f14
0xb6d37ecc:   b4c7802d 08059d10 b6d37f34 00001f03
0xb6d37edc:   00000000 08373db8 00000000 08059c00
0xb6d37eec:   080fd480 080fd490 b6d37ef4 8f163258
0xb6d37efc:   b6d37f34 8f224368 00000000 8f163258

Instructions: (pc=0x00001159)
0x00001149:  
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xb]

Stack: [0xb6ceb000,0xb6d3b000],  sp=0xb6d37e8c,  free space=133b6d37390k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x00001159
j  com.jogamp.opengl.impl.gl4.GL4bcImpl.dispatch_glGetStringi1(IIJ)Ljava/lang/String;+0
j  com.jogamp.opengl.impl.gl4.GL4bcImpl.glGetStringi(II)Ljava/lang/String;+35
j  com.jogamp.opengl.impl.ExtensionAvailabilityCache.initAvailableExtensions()V+235
j  com.jogamp.opengl.impl.ExtensionAvailabilityCache.reset()V+5
j  com.jogamp.opengl.impl.GLContextImpl.updateGLProcAddressTable(III)V+145
j  com.jogamp.opengl.impl.x11.glx.X11GLXContext.updateGLProcAddressTable(III)V+80
j  com.jogamp.opengl.impl.GLContextImpl.setGLFunctionAvailability(ZIII)V+56
j  com.jogamp.opengl.impl.x11.glx.X11GLXContext.createContext(Z)Z+517
j  com.jogamp.opengl.impl.x11.glx.X11OnscreenGLXContext.createImpl()Z+2
j  com.jogamp.opengl.impl.GLContextImpl.makeCurrentLocking()I+94
j  com.jogamp.opengl.impl.GLContextImpl.makeCurrent()I+106
j  com.jogamp.opengl.impl.x11.glx.X11GLXDrawableFactory.<init>()V+233
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x36c2db]
V  [libjvm.so+0x36f471]
V  [libjvm.so+0x2959a9]
C  [libjava.so+0x1534d]  Java_sun_reflect_NativeConstructorAccessorImpl_newInstance0+0x2d
j  sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+72
j  sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5
j  java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+92
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+8
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;+7
j  javax.media.opengl.GLDrawableFactory.<clinit>()V+202
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x1f5e96]
V  [libjvm.so+0x1f4c21]
V  [libjvm.so+0x1f4168]
V  [libjvm.so+0x2f704f]
V  [libjvm.so+0x2f8b8f]
V  [libjvm.so+0x2f896c]
V  [libjvm.so+0x211fae]
j  javax.media.opengl.GLProfile.initProfiles()V+116
j  javax.media.opengl.GLProfile.access$000()V+0
j  javax.media.opengl.GLProfile$1.run()Ljava/lang/Object;+0
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x27cec6]
C  [libjava.so+0xa9bd]  Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
j  javax.media.opengl.GLProfile.<clinit>()V+217
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x1f5e96]
V  [libjvm.so+0x1f4c21]
V  [libjvm.so+0x1f4168]
V  [libjvm.so+0x2f704f]
V  [libjvm.so+0x2f8b8f]
V  [libjvm.so+0x2f896c]
V  [libjvm.so+0x211fae]
j  com.jogamp.test.junit.jogl.awt.TestAWT01GLn.startup()V+15
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x36c2db]
V  [libjvm.so+0x36f241]
V  [libjvm.so+0x2955cf]
C  [libjava.so+0x15314]  Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x34
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.junit.runners.model.FrameworkMethod$1.runReflectiveCall()Ljava/lang/Object;+15
j  org.junit.internal.runners.model.ReflectiveCallable.run()Ljava/lang/Object;+1
j  org.junit.runners.model.FrameworkMethod.invokeExplosively(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+10
j  org.junit.internal.runners.statements.RunBefores.evaluate()V+38
j  org.junit.runners.ParentRunner.run(Lorg/junit/runner/notification/RunNotifier;)V+20
j  junit.framework.JUnit4TestAdapter.run(Ljunit/framework/TestResult;)V+13
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run()V+431
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(Lorg/apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZZZ)I+39
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main([Ljava/lang/String;)V+616
v  ~StubRoutines::call_stub
V  [libjvm.so+0x219840]
V  [libjvm.so+0x33f298]
V  [libjvm.so+0x21969f]
V  [libjvm.so+0x24bc23]
V  [libjvm.so+0x23be7c]
C  [java+0x1b98]  JavaMain+0x2c8
C  [libpthread.so.0+0x5830]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.jogamp.opengl.impl.gl4.GL4bcImpl.dispatch_glGetStringi1(IIJ)Ljava/lang/String;+0
j  com.jogamp.opengl.impl.gl4.GL4bcImpl.glGetStringi(II)Ljava/lang/String;+35
j  com.jogamp.opengl.impl.ExtensionAvailabilityCache.initAvailableExtensions()V+235
j  com.jogamp.opengl.impl.ExtensionAvailabilityCache.reset()V+5
j  com.jogamp.opengl.impl.GLContextImpl.updateGLProcAddressTable(III)V+145
j  com.jogamp.opengl.impl.x11.glx.X11GLXContext.updateGLProcAddressTable(III)V+80
j  com.jogamp.opengl.impl.GLContextImpl.setGLFunctionAvailability(ZIII)V+56
j  com.jogamp.opengl.impl.x11.glx.X11GLXContext.createContext(Z)Z+517
j  com.jogamp.opengl.impl.x11.glx.X11OnscreenGLXContext.createImpl()Z+2
j  com.jogamp.opengl.impl.GLContextImpl.makeCurrentLocking()I+94
j  com.jogamp.opengl.impl.GLContextImpl.makeCurrent()I+106
j  com.jogamp.opengl.impl.x11.glx.X11GLXDrawableFactory.<init>()V+233
v  ~StubRoutines::call_stub
j  sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+72
j  sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5
j  java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+92
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;+8
j  com.jogamp.common.util.ReflectionUtil.createInstance(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;+7
j  javax.media.opengl.GLDrawableFactory.<clinit>()V+202
v  ~StubRoutines::call_stub
j  javax.media.opengl.GLProfile.initProfiles()V+116
j  javax.media.opengl.GLProfile.access$000()V+0
j  javax.media.opengl.GLProfile$1.run()Ljava/lang/Object;+0
v  ~StubRoutines::call_stub
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
j  javax.media.opengl.GLProfile.<clinit>()V+217
v  ~StubRoutines::call_stub
j  com.jogamp.test.junit.jogl.awt.TestAWT01GLn.startup()V+15
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j  org.junit.runners.model.FrameworkMethod$1.runReflectiveCall()Ljava/lang/Object;+15
j  org.junit.internal.runners.model.ReflectiveCallable.run()Ljava/lang/Object;+1
j  org.junit.runners.model.FrameworkMethod.invokeExplosively(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+10
j  org.junit.internal.runners.statements.RunBefores.evaluate()V+38
j  org.junit.runners.ParentRunner.run(Lorg/junit/runner/notification/RunNotifier;)V+20
j  junit.framework.JUnit4TestAdapter.run(Ljunit/framework/TestResult;)V+13
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run()V+431
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(Lorg/apache/tools/ant/taskdefs/optional/junit/JUnitTest;ZZZZZZ)I+39
j  org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main([Ljava/lang/String;)V+616
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x080a4c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4122, stack(0xb485f000,0xb48af000)]
  0x080a2c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4121, stack(0xb48af000,0xb492f000)]
  0x080a1400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4120, stack(0xb492f000,0xb497f000)]
  0x0807fc00 JavaThread "Finalizer" daemon [_thread_blocked, id=4119, stack(0xb4a20000,0xb4a70000)]
  0x0807e400 JavaThread "Reference Handler" daemon [_thread_blocked, id=4118, stack(0xb4a70000,0xb4ac0000)]
=>0x08059c00 JavaThread "main" [_thread_in_native, id=4116, stack(0xb6ceb000,0xb6d3b000)]

Other Threads:
  0x0807cc00 VMThread [stack: 0xb4ac0000,0xb4b40000] [id=4117]
  0x080a8400 WatcherThread [stack: 0xb47df000,0xb485f000] [id=4123]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 3712K, used 804K [0x87ad0000, 0x87ed0000, 0x8a170000)
  eden space 3328K,  20% used [0x87ad0000, 0x87b7ad48, 0x87e10000)
  from space 384K,  31% used [0x87e10000, 0x87e2e598, 0x87e70000)
  to   space 384K,   0% used [0x87e70000, 0x87e70000, 0x87ed0000)
 tenured generation   total 4096K, used 709K [0x8a170000, 0x8a570000, 0x8eed0000)
   the space 4096K,  17% used [0x8a170000, 0x8a221710, 0x8a221800, 0x8a570000)
 compacting perm gen  total 12288K, used 3604K [0x8eed0000, 0x8fad0000, 0x92ed0000)
   the space 12288K,  29% used [0x8eed0000, 0x8f255310, 0x8f255400, 0x8fad0000)
    ro space 10240K,  61% used [0x92ed0000, 0x934f6298, 0x934f6400, 0x938d0000)
    rw space 12288K,  60% used [0x938d0000, 0x94006cb8, 0x94006e00, 0x944d0000)

Dynamic libraries:
08048000-08052000 r-xp 00000000 08:01 654527     /home/rhdxmr/jdk1.6.0_20/jre/bin/java
08052000-08053000 rwxp 00009000 08:01 654527     /home/rhdxmr/jdk1.6.0_20/jre/bin/java
08053000-089cd000 rwxp 00000000 00:00 0          [heap]
87ad0000-87ed0000 rwxp 00000000 00:00 0
87ed0000-8a170000 rwxp 00000000 00:00 0
8a170000-8a570000 rwxp 00000000 00:00 0
8a570000-8eed0000 rwxp 00000000 00:00 0
8eed0000-8fad0000 rwxp 00000000 00:00 0
8fad0000-92ed0000 rwxp 00000000 00:00 0
92ed0000-934f7000 r-xs 00001000 08:01 684519     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/classes.jsa
934f7000-938d0000 rwxp 00000000 00:00 0
938d0000-94007000 rwxp 00628000 08:01 684519     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/classes.jsa
94007000-944d0000 rwxp 00000000 00:00 0
944d0000-945b1000 rwxp 00d5f000 08:01 684519     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/classes.jsa
945b1000-948d0000 rwxp 00000000 00:00 0
948d0000-948d8000 r-xs 00e40000 08:01 684519     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/classes.jsa
948d8000-94cd0000 rwxp 00000000 00:00 0
b39f2000-b3e7c000 rwxp 00000000 00:00 0
b3e7c000-b407a000 r-xp 00000000 08:01 332622     /usr/lib/xorg/modules/dri/swrast_dri.so
b407a000-b407f000 rwxp 001fd000 08:01 332622     /usr/lib/xorg/modules/dri/swrast_dri.so
b407f000-b408e000 rwxp 00000000 00:00 0
b408e000-b40ac000 r-xp 00000000 08:01 130968     /usr/lib/libexpat.so.1.5.2
b40ac000-b40ae000 rwxp 0001d000 08:01 130968     /usr/lib/libexpat.so.1.5.2
b40d5000-b4323000 r-xp 00000000 08:01 332632     /usr/lib/xorg/modules/dri/i915_dri.so
b4323000-b4329000 rwxp 0024e000 08:01 332632     /usr/lib/xorg/modules/dri/i915_dri.so
b4329000-b4338000 rwxp 00000000 00:00 0
b4338000-b43cd000 r-xp 00000000 08:01 797653     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/obj/libjogl_desktop.so
b43cd000-b43ce000 rwxp 00095000 08:01 797653     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/obj/libjogl_desktop.so
b43ce000-b441b000 r-xp 00000000 08:01 192471     /usr/lib/libGL.so.1.2
b441b000-b4421000 rwxp 0004d000 08:01 192471     /usr/lib/libGL.so.1.2
b4421000-b4423000 rwxp 00000000 00:00 0
b4427000-b4449000 r-xp 00000000 08:01 797650     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/obj/libjogl_gl2es12.so
b4449000-b444a000 rwxp 00021000 08:01 797650     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/obj/libjogl_gl2es12.so
b444a000-b444e000 r-xp 00000000 08:01 191202     /usr/lib/libXdmcp.so.6.0.0
b444e000-b444f000 rwxp 00003000 08:01 191202     /usr/lib/libXdmcp.so.6.0.0
b444f000-b4451000 r-xp 00000000 08:01 191114     /usr/lib/libXau.so.6.0.0
b4451000-b4452000 rwxp 00001000 08:01 191114     /usr/lib/libXau.so.6.0.0
b4452000-b445f000 r-xp 00000000 08:01 191285     /usr/lib/libXext.so.6.4.0
b445f000-b4460000 rwxp 0000d000 08:01 191285     /usr/lib/libXext.so.6.4.0
b4460000-b4477000 r-xp 00000000 08:01 192055     /usr/lib/libxcb.so.1.1.0
b4477000-b4478000 rwxp 00016000 08:01 192055     /usr/lib/libxcb.so.1.1.0
b4478000-b447c000 r-xp 00000000 08:01 191939     /usr/lib/libXxf86vm.so.1.0.0
b447c000-b447d000 rwxp 00003000 08:01 191939     /usr/lib/libXxf86vm.so.1.0.0
b447d000-b4594000 r-xp 00000000 08:01 191067     /usr/lib/libX11.so.6.3.0
b4594000-b4598000 rwxp 00116000 08:01 191067     /usr/lib/libX11.so.6.3.0
b45a4000-b45ad000 r-xp 00000000 08:01 191978     /usr/lib/libdrm_intel.so.1.0.0
b45ad000-b45ae000 rwxp 00008000 08:01 191978     /usr/lib/libdrm_intel.so.1.0.0
b45ae000-b45b6000 r-xp 00000000 08:01 191977     /usr/lib/libdrm.so.2.4.0
b45b6000-b45b7000 rwxp 00008000 08:01 191977     /usr/lib/libdrm.so.2.4.0
b45b7000-b45bb000 r-xp 00000000 08:01 191294     /usr/lib/libXfixes.so.3.1.0
b45bb000-b45bc000 rwxp 00003000 08:01 191294     /usr/lib/libXfixes.so.3.1.0
b45bc000-b45be000 r-xp 00000000 08:01 191195     /usr/lib/libXdamage.so.1.1.0
b45be000-b45bf000 rwxp 00001000 08:01 191195     /usr/lib/libXdamage.so.1.1.0
b45bf000-b45c3000 r-xp 00000000 08:01 796435     /home/rhdxmr/java/jogl/jogamp/jogl/build/nativewindow/obj/libnativewindow_x11.so
b45c3000-b45c4000 rwxp 00004000 08:01 796435     /home/rhdxmr/java/jogl/jogamp/jogl/build/nativewindow/obj/libnativewindow_x11.so
b45c4000-b45c5000 r-xp 00000000 08:01 795896     /home/rhdxmr/java/jogl/jogamp/gluegen/build/obj/libgluegen-rt.so
b45c5000-b45c6000 rwxp 00000000 08:01 795896     /home/rhdxmr/java/jogl/jogamp/gluegen/build/obj/libgluegen-rt.so
b45c6000-b45d9000 r-xp 00000000 08:01 679220     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libnet.so
b45d9000-b45da000 rwxp 00013000 08:01 679220     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libnet.so
b45da000-b45dc000 r-xs 00002000 08:01 792388     /usr/share/ant/lib/ant-launcher.jar
b45dc000-b45de000 r-xs 00014000 08:01 798008     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/jogl.test.jar
b45de000-b45e1000 r-xs 0001d000 08:01 797919     /home/rhdxmr/java/jogl/jogamp/jogl/build/newt/newt.all.jar
b45e1000-b45ee000 r-xs 001d2000 08:01 797661     /home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/jogl.all.jar
b45ee000-b45f1000 r-xs 00010000 08:01 796439     /home/rhdxmr/java/jogl/jogamp/jogl/build/nativewindow/nativewindow.all.jar
b45f1000-b45f4000 r-xs 00014000 08:01 795895     /home/rhdxmr/java/jogl/jogamp/gluegen/build/gluegen-rt.jar
b45f4000-b45f7000 r-xs 000cb000 08:01 679976     /home/rhdxmr/jdk1.6.0_20/jre/lib/ext/localedata.jar
b45f7000-b45f9000 r-xs 00016000 08:01 792395     /usr/share/ant/lib/ant-junit.jar
b45f9000-b4610000 r-xs 0015b000 08:01 790704     /usr/share/ant/lib/ant.jar
b4610000-b4643000 rwxp 00000000 00:00 0
b4643000-b47d9000 r-xs 02fd0000 08:01 654276     /home/rhdxmr/jdk1.6.0_20/jre/lib/rt.jar
b47d9000-b47df000 r-xs 00034000 08:01 794232     /home/rhdxmr/java/jogl/jogamp/gluegen/make/lib/junit.jar
b47df000-b47e0000 ---p 00000000 00:00 0
b47e0000-b485f000 rwxp 00000000 00:00 0
b485f000-b4862000 ---p 00000000 00:00 0
b4862000-b48af000 rwxp 00000000 00:00 0
b48af000-b48b2000 ---p 00000000 00:00 0
b48b2000-b492f000 rwxp 00000000 00:00 0
b492f000-b4932000 ---p 00000000 00:00 0
b4932000-b497f000 rwxp 00000000 00:00 0
b497f000-b4a20000 r-xp 00000000 08:01 302887     /usr/lib/locale/ko_KR.utf8/LC_CTYPE
b4a20000-b4a23000 ---p 00000000 00:00 0
b4a23000-b4a70000 rwxp 00000000 00:00 0
b4a70000-b4a73000 ---p 00000000 00:00 0
b4a73000-b4ac0000 rwxp 00000000 00:00 0
b4ac0000-b4ac1000 ---p 00000000 00:00 0
b4ac1000-b4b47000 rwxp 00000000 00:00 0
b4b47000-b4b61000 rwxp 00000000 00:00 0
b4b61000-b4b64000 rwxp 00000000 00:00 0
b4b64000-b4b88000 rwxp 00000000 00:00 0
b4b88000-b4b8a000 rwxp 00000000 00:00 0
b4b8a000-b4b9b000 rwxp 00000000 00:00 0
b4b9b000-b4b9e000 rwxp 00000000 00:00 0
b4b9e000-b4bc2000 rwxp 00000000 00:00 0
b4bc2000-b4bc8000 rwxp 00000000 00:00 0
b4bc8000-b4be2000 rwxp 00000000 00:00 0
b4be2000-b4bf2000 rwxp 00000000 00:00 0
b4bf2000-b4c6e000 rwxp 00000000 00:00 0
b4c6e000-b4d36000 rwxp 00000000 00:00 0
b4d36000-b6c6e000 rwxp 00000000 00:00 0
b6c6e000-b6c79000 r-xp 00000000 08:01 523380     /lib/libnss_files-2.11.1.so
b6c79000-b6c7a000 r-xp 0000a000 08:01 523380     /lib/libnss_files-2.11.1.so
b6c7a000-b6c7b000 rwxp 0000b000 08:01 523380     /lib/libnss_files-2.11.1.so
b6c7b000-b6c84000 r-xp 00000000 08:01 523382     /lib/libnss_nis-2.11.1.so
b6c84000-b6c85000 r-xp 00008000 08:01 523382     /lib/libnss_nis-2.11.1.so
b6c85000-b6c86000 rwxp 00009000 08:01 523382     /lib/libnss_nis-2.11.1.so
b6c86000-b6c8d000 r-xp 00000000 08:01 523378     /lib/libnss_compat-2.11.1.so
b6c8d000-b6c8e000 r-xp 00006000 08:01 523378     /lib/libnss_compat-2.11.1.so
b6c8e000-b6c8f000 rwxp 00007000 08:01 523378     /lib/libnss_compat-2.11.1.so
b6c90000-b6c9d000 rwxp 00000000 00:00 0
b6c9d000-b6cac000 r-xp 00000000 08:01 679216     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libzip.so
b6cac000-b6cae000 rwxp 0000e000 08:01 679216     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libzip.so
b6cae000-b6cb6000 rwxs 00000000 08:01 666002     /tmp/hsperfdata_rhdxmr/4112
b6cb6000-b6cbc000 r-xp 00000000 08:01 678870     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/native_threads/libhpi.so
b6cbc000-b6cbd000 rwxp 00006000 08:01 678870     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/native_threads/libhpi.so
b6cbd000-b6ce0000 r-xp 00000000 08:01 679211     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libjava.so
b6ce0000-b6ce2000 rwxp 00023000 08:01 679211     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libjava.so
b6ce2000-b6ce9000 r-xp 00000000 08:01 523387     /lib/librt-2.11.1.so
b6ce9000-b6cea000 r-xp 00006000 08:01 523387     /lib/librt-2.11.1.so
b6cea000-b6ceb000 rwxp 00007000 08:01 523387     /lib/librt-2.11.1.so
b6ceb000-b6cee000 ---p 00000000 00:00 0
b6cee000-b6d3b000 rwxp 00000000 00:00 0          [threadstack:0004c494]
b6d3b000-b6d5f000 r-xp 00000000 08:01 523375     /lib/libm-2.11.1.so
b6d5f000-b6d60000 r-xp 00023000 08:01 523375     /lib/libm-2.11.1.so
b6d60000-b6d61000 rwxp 00024000 08:01 523375     /lib/libm-2.11.1.so
b6d61000-b71e4000 r-xp 00000000 08:01 679120     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/libjvm.so
b71e4000-b7205000 rwxp 00483000 08:01 679120     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client/libjvm.so
b7205000-b7622000 rwxp 00000000 00:00 0
b7622000-b777e000 r-xp 00000000 08:01 523371     /lib/libc-2.11.1.so
b777e000-b777f000 ---p 0015c000 08:01 523371     /lib/libc-2.11.1.so
b777f000-b7781000 r-xp 0015c000 08:01 523371     /lib/libc-2.11.1.so
b7781000-b7782000 rwxp 0015e000 08:01 523371     /lib/libc-2.11.1.so
b7782000-b7785000 rwxp 00000000 00:00 0
b7785000-b7787000 r-xp 00000000 08:01 523374     /lib/libdl-2.11.1.so
b7787000-b7788000 r-xp 00001000 08:01 523374     /lib/libdl-2.11.1.so
b7788000-b7789000 rwxp 00002000 08:01 523374     /lib/libdl-2.11.1.so
b7789000-b778a000 rwxp 00000000 00:00 0
b778a000-b7791000 r-xp 00000000 08:01 679214     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/jli/libjli.so
b7791000-b7793000 rwxp 00006000 08:01 679214     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/jli/libjli.so
b7793000-b77a8000 r-xp 00000000 08:01 523385     /lib/libpthread-2.11.1.so
b77a8000-b77a9000 r-xp 00014000 08:01 523385     /lib/libpthread-2.11.1.so
b77a9000-b77aa000 rwxp 00015000 08:01 523385     /lib/libpthread-2.11.1.so
b77aa000-b77ad000 rwxp 00000000 00:00 0
b77ad000-b77ae000 r-xp 00000000 00:00 0
b77ae000-b77c3000 r-xp 00000000 08:01 523377     /lib/libnsl-2.11.1.so
b77c3000-b77c4000 r-xp 00014000 08:01 523377     /lib/libnsl-2.11.1.so
b77c4000-b77c5000 rwxp 00015000 08:01 523377     /lib/libnsl-2.11.1.so
b77c5000-b77c7000 rwxp 00000000 00:00 0
b77c7000-b77d2000 r-xp 00000000 08:01 679198     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libverify.so
b77d2000-b77d3000 rwxp 0000b000 08:01 679198     /home/rhdxmr/jdk1.6.0_20/jre/lib/i386/libverify.so
b77d3000-b77d4000 rwxp 00000000 00:00 0
b77d4000-b77f1000 r-xp 00000000 08:01 523413     /lib/ld-2.11.1.so
b77f1000-b77f2000 r-xp 0001d000 08:01 523413     /lib/ld-2.11.1.so
b77f2000-b77f3000 rwxp 0001e000 08:01 523413     /lib/ld-2.11.1.so
bfc8b000-bfca1000 rwxp 00000000 00:00 0          [stack]
ffffe000-fffff000 r-xp 00000000 00:00 0          [vdso]

VM Arguments:
jvm_args: -Djava.library.path=../../gluegen/build/obj:../build/nativewindow/obj:../build/jogl/obj:../build/newt/obj:../build/test/build/obj
java_command: org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner testsfile=/home/rhdxmr/java/jogl/jogamp/jogl/make/junittestcases2194836232598635417.properties filtertrace=true haltOnError=false haltOnFailure=false showoutput=true outputtoformatters=true logfailedtests=true logtestlistenerevents=true formatter=org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,/home/rhdxmr/java/jogl/jogamp/jogl/build/test/results/IGNORETHIS.xml formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,/home/rhdxmr/java/jogl/jogamp/jogl/build/test/results/IGNORETHIS.xml crashfile=/home/rhdxmr/java/jogl/jogamp/jogl/make/junitvmwatcher762673500179993451.properties propsfile=/home/rhdxmr/java/jogl/jogamp/jogl/make/junit3952219907125447170.properties
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/home/rhdxmr/jdk1.6.0_20
PATH=/home/rhdxmr/myscript:/usr/lib/qt/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/kde4/libexec:/usr/lib/qt/bin:/usr/share/texmf/bin:.
LD_LIBRARY_PATH=/home/rhdxmr/jdk1.6.0_20/jre/lib/i386/client:/home/rhdxmr/jdk1.6.0_20/jre/lib/i386:/home/rhdxmr/jdk1.6.0_20/jre/../lib/i386:/home/rhdxmr/java/jogl/jogamp/gluegen/build/obj:/home/rhdxmr/java/jogl/jogamp/jogl/build/nativewindow/obj:/home/rhdxmr/java/jogl/jogamp/jogl/build/jogl/obj:/home/rhdxmr/java/jogl/jogamp/jogl/build/newt/obj:/home/rhdxmr/java/jogl/jogamp/jogl/build/test/build/obj
SHELL=/bin/bash
DISPLAY=:0

Signal Handlers:
SIGSEGV: [libjvm.so+0x418670], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x418670], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x33e070], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x33e070], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x33e070], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x33e070], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x340cb0], sa_mask[0]=0x00000004, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x3409e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x3409e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x3409e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x3409e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004


---------------  S Y S T E M  ---------------

OS:Linux
uname:Linux 2.6.33.4 #2 Thu May 13 00:27:45 CDT 2010 i686
libc:glibc 2.11.1 NPTL 2.11.1
rlimit: STACK 8192k, CORE 0k, NPROC 3688, NOFILE 1024, AS infinity
load average:0.35 0.34 0.72

CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 13 stepping 8, cmov, cx8, fxsr, mmx, sse, sse2

Memory: 4k page, physical 472784k(44464k free), swap 489972k(328480k free)

vm_info: Java HotSpot(TM) Client VM (16.3-b01) for linux-x86 JRE (1.6.0_20-b02), built on Apr 12 2010 14:15:08 by "java_re" with gcc 3.2.1-7a (J2SE release)

time: Tue Jun 29 09:25:19 2010
elapsed time: 1 seconds



View message @ http://jogamp.762907.n3.nabble.com/ant-junit-run-error-tp927251p929463.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.


-- 
http://michael-bien.com/