If debugging the core file and backtrace the error, following message could occur:
Core was generated by `<tibo_home>/adapter/adr3/7.2/bin/adr3 --run --propFile /usr/tibco/devset'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f15bac8147d in ?? ()
(gdb) backtrace
#0 0x00007f15bac8147d in replace_dollarparam(name_value_tupel*, int, int) () from /usr/tibco/devsetb/tibco_cfg/JCOLib/libsapjco3.so
According to SAP Note 558250. This could be due to the stack size for the Java application that using the JCo library is too small. The initial JCo version works with the Java default stack size, but over time the native code could change significantly. In JCo version 3.1.x, the native code change could lead to use larger stacks, which eventually could be too large for the default stack size.