Hi all,

I debugged a little and added in GlobalRuntimeImp in finish(Job f) a 
check if worker.task is null:

final Finish finish = factory.make(worker == null || worker.task == null 
? NullFinish.SINGLETON : worker.task.finish);

It works in my cases. Is this correct?

Thanks and cheers,
Jonas

Am 07.10.2016 um 11:46 schrieb Jonas Posner:
> Hi all,
>
> I am playing around with the placeFailureHandler in APGAS. I get an
> totally unexpected NullPointerException when I use an at in the handler.
> A minimal example, which throws it:
> http://pastebin.com/Fsw996Z5
>
> What is the reason for this?
>
> Thanks and cheers,
> Jonas
>
>
> PS: I will answer the other mail soon
>

-- 
Jonas Posner
Universitaet Kassel
Fachbereich 16 Elektrotechnik/Informatik
Fachgebiet Programmiersprachen/-methodik
Wilhelmshoeher Allee 71-73
34121 Kassel, Germany

Phone:  +49 (0)561 804-6498
Fax:    +49 (0)561 804-6219
mailto: jonas.pos...@uni-kassel.de
www.uni-kassel.de

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to