Hey,
thanks for answer. I tested it today with another notebook. Unfortunateley
I have exactly the same problem. Infromations about my System:
jonas@jonas-ThinkPad-X200s:~$ g++ --version
g++ (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
jonas@jonas-ThinkPad-X200s:~$ x10c++ -version
x10c++ version 2.4.1
What information could be more helpful?
I have three different outputs:
jonas@jonas-ThinkPad-X200s:~$ ./Simple
first at solved from Place(1)
second at solved from Place(2)
Place 2 exited unexpectedly with exit code: 1
processException...
DeadPlaceException thrown from Place(2)
Finish Place(1)
Complete Finish Place(0)
jonas@jonas-ThinkPad-X200s:~$ ./Simple
first at solved from Place(1)
second at solved from Place(2)
terminate called after throwing an instance of 'int'
Place 2 exited unexpectedly with signal: Aborted
processException...
DeadPlaceException thrown from Place(2)
Finish Place(1)
Complete Finish Place(0)
jonas@jonas-ThinkPad-X200s:~$ ./Simple
first at solved from Place(1)
second at solved from Place(2)
terminate called after throwing an instance of 'int'
Place 2 exited unexpectedly with signal: Aborted
Finish Place(1)
Complete Finish Place(0)
Best regards
jonas
2014-02-11 3:40 GMT+01:00 David P Grove <gro...@us.ibm.com>:
> Jonas P <jopo...@gmail.com> wrote on 02/10/2014 05:36:57 PM:
>
> >
> > I am using x10 2.4.1 with C++ Backup. I am testing the resilience
> > feature. In a simple test (see code below) in 50% I get a
> > "DeadPlaceException thrown from Place(2)", at 50% I get only "
> > Place 2 exited unexpectedly with signal: Aborted" and no exception.
> > I am amazed about this. Is this normal? How could I react, when I
> > see no exception?
> >
> > export X10_NPLACES=4
> > export X10_RESILIENT_MODE=1
> > export X10_RESILIENT_PLACE_ZERO=1
> > export X10_HOSTLIST=nv280
> >
> > x10c++ -O -x10rt sockets Simple.x10 -o Simple
> >
> > ./Simple
> >
> >
>
> Hi,
>
> This is not normal. I've run the program about 40 times now on my laptop
> and every time so far I have seen the program operating as expected:
>
> [dgrove@linchen myTests]$ X10_NPLACES=4 X10_RESILIENT_MODE=1
> X10_RESILIENT_PLACE_ZERO=1 ./a.out
> first at solved from Place(1)
> second at solved from Place(2)
> Place 2 exited unexpectedly with exit code: 1
> processException...
> DeadPlaceException thrown from Place(2)
> Finish Place(1)
> Complete Finish Place(0)
> [dgrove@linchen myTests]$ echo $?
> 0
>
> Perhaps more information about your environment or information about
> where the program was when it aborted would help explain why I am seeing
> different results than you.
>
> --dave
>
>
> ------------------------------------------------------------------------------
> Android apps run on BlackBerry 10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience. Start now.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
> _______________________________________________
> X10-users mailing list
> X10-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/x10-users
>
>
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience. Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users