Bug 1030104

Summary: [GSS] (6.2.x) segfault and other xnio issues running on IBM JDK on IBM-I
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Brad Maxwell <bmaxwell>
Component: RemotingAssignee: David M. Lloyd <david.lloyd>
Status: CLOSED CURRENTRELEASE QA Contact: Jitka Kozana <jkudrnac>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: david.lloyd, jkudrnac, myarboro, smumford
Target Milestone: CR1   
Target Release: EAP 6.2.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
An issue with applications running on IBM systems failing with a segmentation fault has been corrected in this release of JBoss EAP 6. The crashes were caused by NIO implementations in IBM JDKs that are optimized for usage on IBM operating systems. The I/O layer in JBoss EAP attempts to detect and utilize these implementations. However on some operating systems (like IBM-I) these implementations cause a segfault. In this release of the product, these operating systems are detected and safe fall-backs are utilized. This resolves the segmentation fault issue and the application server no longer crashes unexpectedly.
Story Points: ---
Clone Of:
: 1052258 (view as bug list) Environment:
Last Closed: 2014-02-24 20:14:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1052258    
Bug Blocks: 1027004, 1040879    

Description Brad Maxwell 2013-11-13 22:52:46 UTC
- Do not try to use optimized selector providers on OS/400 since that can cause a segfault
-  Do not specify SSL provider because IBM does not have this one 
- Do not recurse when old locking is in effect

Comment 4 Scott Mumford 2014-01-20 05:50:18 UTC
Marking for inclusion in 6.2.1 release notes documentation.

Comment 5 Scott Mumford 2014-01-23 02:21:25 UTC
Requesting information on the underlying causes and fixes of the problems listed in the description for release note text.

Any and all details supplied are appreciated.

Comment 6 Scott Mumford 2014-01-24 00:21:11 UTC
Thanks for the great content David. Formatted and marked for publication in the Release Notes.

Comment 7 Jitka Kozana 2014-01-27 11:30:50 UTC
Verified.