Community
Participate
Working Groups
Created attachment 178328 [details] fix There is a bit of a glitch in the SpawnerMiner, in that it improperly constructs the array of environment variables to send to the spawner. The resulting array can end up with some null entries at the end. The JNI libraries apparently do not like it when you try to convert a null reference that is supposed to be a UTF string, to a C string. This causes the JVM to segfault on Linux/PPC. Not sure why it doesn't crash on AIX. It probably crashes on other platforms. Patch attached.
Fixed on ptp_4_0 and HEAD.