"Christopher Frieler" <chris-frie...@gmx.net> wrote on 02/10/2012 06:28:44
AM:
> i have a x10 program that worked fine with version 2.2.1, but after
> changing to 2.2.2 it fails on bigger inputs. It still compiles fine,
> but at runtime i get one of the following errors:
> > a segmentation fault
> > a NullPointerException
> > an ArrayIndexOutOfBoundsException.
>
> When running in eclipse with x10dt the error varies, even for the
> same input. On the commandline i was able to reproduce the same NPE
> for one input. One HashMap, that gets moved to another place (on the
> same machine) and back, is null when it comes back to the original
> place, just like there was not enough memory for the copy.
>
> Does anyone experience similar problems or know any help? Or is
> there a switch, i didn't find yet, to give the x10-runtime more
> virtual memory?
>
Hi,
This smells like a serialization bug in the runtime. Are you using
the Java (Managed) backend or C++ (Native) backend? If it is possible to
extract a smaller version of the program that exhibits the crash (or if you
can send me the larger program directly (gro...@us.ibm.com)) we can try to
take a look and diagnose.
--dave
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users