Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the path to gras_stub_generator in the tutorial makefile
[simgrid.git] / doc / gtut-files / 08-exceptions.output
1 $ ./test_server & ./test_client 127.0.0.1 
2 [arthur:client:(27889) 0.000013] [test/INFO] Damn, the server is not on 3000
3 [arthur:client:(27889) 0.000729] [test/INFO] Yeah! I found the server on 3001! It's eradicated by now.
4 [arthur:client:(27889) 0.000767] [gras/INFO] Exiting GRAS
5 [arthur:server:(27886) 0.000013] [test/INFO] Ok, I'm hidden on port 3001. Hope for the best.
6 [arthur:server:(27886) 1.500772] test.c:15: [test/CRITICAL] Argh, killed by 127.0.0.1:1024! Bye folks, I'm out of here...
7 [arthur:server:(27886) 1.500819] [gras/INFO] Exiting GRAS
8 $
9 $ ./test_server --cheat & ./test_client 127.0.0.1 
10 [arthur:client:(27901) 0.000014] [test/INFO] Damn, the server is not on 3000
11 [arthur:client:(27901) 0.000240] [test/INFO] Damn, the server is not on 3001
12 [arthur:client:(27901) 0.000386] [test/INFO] Damn, the server is not on 3002
13 [arthur:client:(27901) 0.000532] [test/INFO] Damn, the server is not on 3003
14 [arthur:client:(27901) 0.000671] [test/INFO] Damn, the server is not on 3004
15 [arthur:client:(27901) 0.000815] [test/INFO] Damn, the server is not on 3005
16 [arthur:client:(27901) 0.000960] [test/INFO] Damn, the server is not on 3006
17 [arthur:client:(27901) 0.001100] [test/INFO] Damn, the server is not on 3007
18 [arthur:client:(27901) 0.001257] [test/INFO] Damn, the server is not on 3008
19 [arthur:client:(27901) 0.001396] [test/INFO] Damn, the server is not on 3009
20 ** SimGrid: UNCAUGHT EXCEPTION received on arthur(27901): category: not found; value: 0
21 ** Damn, I failed to find the server! I cannot survive this humilliation.
22 ** Thrown by client() in this process
23 [arthur:client:(27901) 0.001475] xbt/ex.c:113: [xbt_ex/CRITICAL] Damn, I failed to find the server! I cannot survive this humilliation.
24
25 **   In client() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:80
26 $ killall test_server
27 [arthur:server:(27897) 0.000014] [test/INFO] Hi! hi! I'm not in the search range, but in 9999...
28 $
29 $ ./test_simulator platform.xml test.xml
30 [Jacquelin:server:(1) 0.000000] [test/INFO] Ok, I'm hidden on port 3000. Hope for the best.
31 [Boivin:client:(2) 1.500552] [test/INFO] Yeah! I found the server on 3000! It's eradicated by now.
32 [Boivin:client:(2) 1.500552] [gras/INFO] Exiting GRAS
33 [Jacquelin:server:(1) 1.500552] test.c:15: [test/CRITICAL] Argh, killed by Boivin:1024! Bye folks, I'm out of here...
34 [Jacquelin:server:(1) 1.500552] [gras/INFO] Exiting GRAS
35 $