Hi,

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?

Thanks in advance,
Christopher Frieler
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

------------------------------------------------------------------------------
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

Reply via email to