Created attachment 532046 [details] dump from java crash Description of problem: RHQ Agent crashes with Java 1.7 I'm running under ubuntu with Java 1.7 and rhq from git (4.3.0-SNAPSHOT): I uploaded my own plugin. The plugin is available at my server without any errors. ./rhq-agent.sh plugins update and java crashes. A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f1d228ad050, pid=15339, tid=139763240589056 # # JRE version: 7.0_147-b147 # Java VM: OpenJDK 64-Bit Server VM (21.0-b17 mixed mode linux-amd64 compressed oops) # Derivative: IcedTea7 2.0pre # Distribution: Ubuntu oneiric (development branch), package 7~b147-2.0~pre6-1ubuntu1 # Problematic frame: # C 0x00007f1d228ad050 [error occurred during error reporting (printing problematic frame), id 0xb] In attachment is a generated dump.
Created attachment 532050 [details] dump with java 6
I can reproduce it with java 6. Dump with java 6 is in attachement > plugins update The plugin container has been stopped. Updating plugins to their latest versions. # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f9948c36050, pid=18535, tid=140296457144064 # # JRE version: 6.0_23-b23 # Java VM: OpenJDK 64-Bit Server VM (20.0-b11 mixed mode linux-amd64 compressed oops) # Derivative: IcedTea6 1.11pre # Distribution: Ubuntu oneiric (development branch), package 6b23~pre10-0ubuntu5 # Problematic frame: # C 0x00007f9948c36050 [error occurred during error reporting (printing problematic frame), id 0xb]
Note that this has been intentionally fixed only in master because JON3 doesn't bundle any of the affected community plugins. commit dc04043dbfc3f54d922e7c47e4889dcba06947dc Author: Lukas Krejci <lkrejci> Date: Tue Nov 8 12:06:53 2011 +0100 [BZ 751765] Use the correct classloader for obtaining the bundled lens files for the augeas based plugins.
*** Bug 729069 has been marked as a duplicate of this bug. ***