Hi Siegmar,
thanks for the detailled report.
i think i found the alignment issue and fixed it (commit
8c556bbc66c06fb19c6e46c67624bac1d6719b12)
here is attached the patch that fixes the issue.
Cheers,
Gilles
On 2014/10/29 5:24, Siegmar Gross wrote:
> Hi Gilles,
>
>> From the jvm logs, there
Hi Gilles,
> From the jvm logs, there is an alignment error in native_get_attr
> but i could not find it by reading the source code.
>
> Could you please do
> ulimit -c unlimited
> mpiexec ...
> and then
> gdb /bin/java core
> And run bt on all threads until you get a line number in native_get_at
Hi Siegmar,
From the jvm logs, there is an alignment error in native_get_attr but i could
not find it by reading the source code.
Could you please do
ulimit -c unlimited
mpiexec ...
and then
gdb /bin/java core
And run bt on all threads until you get a line number in native_get_attr
Thanks
Gill