Troubleshooting
Problem
An application that uses WebSphere Transformation Extender Java API on Linux zSeries fails during shutdown with SIGSEGV (segmentation fault).
Symptom
The process terminates abnormally if it uses Java API. For example, the simple WebSphere Transformation Extender Java Example1.java executes the map, reports that the map finishes successfully, and fails with the message: "memory fault". The reason is SIGSEGV.
Cause
Libdstxpi.so library is unloaded prematurely, causing the failure when cleaning the thread local storage.
Resolving The Problem
Before using the WebSphere Transformation Extender API, export the following environment variable:
export LD_PRELOAD=$DTX_HOME_DIR/libs/libdstxpi.so
Product Synonym
WTX DTX DSTX Mercator
Was this topic helpful?
Document Information
Modified date:
16 June 2018
UID
swg21903469