Bug 51701

Informational

GemBuilder for Java

3.2.1, 3.2

Linked configurations may have native code issues on large systems

With the linked GBJ interface, some systems may see errors in native code:

ERROR: FAILURE Fatal error in native code generation, offset from code memory to libgcilnk.so exceeds 32bits

Workaround

To avoid this error, disable native code with:

    GEM_NATIVE_CODE_ENABLED=0;

in the gem configuration file that read by the libgcilnk when loaded by the Java vm


                

Last updated: 1/27/26