]
Alessio Soldano closed WFLY-5432.
---------------------------------
Resolution: Cannot Reproduce Bug
Wildfly SOAP webservice causes JVM crash
----------------------------------------
Key: WFLY-5432
URL:
https://issues.jboss.org/browse/WFLY-5432
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 9.0.1.Final, 10.0.0.CR2
Environment: Tested on Mac OSX 10.10.2, jdk 1.8.60, wildfly 9.0.1. Final /
10.cr2
Also tested on Centos 6.5, jdk 1.7.51, wildfly 9.0.1. Final
Reporter: Davide Marchetti
Assignee: Alessio Soldano
Priority: Blocker
Labels: crash, jvm, soap, webservice
Attachments: SOAPTest.war
The JVM crashes with either a sigsegv or sigbus error when performing a SOAP load test.
The error printed is:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f5da922afb8, pid=75645, tid=140039627204352
#
# JRE version: OpenJDK Runtime Environment (7.0_51-b02) (build
1.7.0_51-mockbuild_2014_01_15_01_39-b00)
# Java VM: OpenJDK 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# J org.apache.cxf.message.ExchangeImpl.get(Ljava/lang/Class;)Ljava/lang/Object;
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try
"ulimit -c unlimited" before starting Java again
#
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# 15:56:03,314 INFO [stdout] (default task-17) Submitted order request received with
transId: <XXXXX>, opId: <SCO>, ...
http://icedtea.classpath.org/bugzilla
#
The webservice does nothing, just a System.out.print("xxxxx").