Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
72844f1e7bc87107387249d5eea3598e363bca74
[simgrid.git] / doc / gtut-files / 08-exceptions.output
1 $ ./test_server & ./test_client 127.0.0.1 
2 [blaise:client:(17626) 0.000012] [test/INFO] Damn, the server is not on 3000
3 [blaise:client:(17626) 0.000182] [test/INFO] Damn, the server is not on 3001
4 [blaise:client:(17626) 0.000271] [test/INFO] Damn, the server is not on 3002
5 [blaise:client:(17626) 0.000356] [test/INFO] Damn, the server is not on 3003
6 [blaise:client:(17626) 0.000441] [test/INFO] Damn, the server is not on 3004
7 [blaise:client:(17626) 0.000525] [test/INFO] Damn, the server is not on 3005
8 [blaise:client:(17626) 0.000617] [test/INFO] Damn, the server is not on 3006
9 [blaise:client:(17626) 0.000955] [test/INFO] Yeah! I found the server on 3007! It's eradicated by now.
10 [blaise:client:(17626) 0.000973] [gras/INFO] Exiting GRAS
11 [blaise:server:(17623) 0.000008] [test/INFO] Ok, I'm hidden on port 3007. Hope for the best.
12 [blaise:server:(17623) 1.512726] test.c:15: [test/CRITICAL] Argh, killed by 127.0.0.1:1024! Bye folks, I'm out of here...
13 [blaise:server:(17623) 1.512756] [gras/INFO] Exiting GRAS
14 $
15 $ ./test_server --cheat & ./test_client 127.0.0.1 
16 [blaise:client:(17636) 0.000012] [test/INFO] Damn, the server is not on 3000
17 [blaise:client:(17636) 0.000176] [test/INFO] Damn, the server is not on 3001
18 [blaise:client:(17636) 0.000264] [test/INFO] Damn, the server is not on 3002
19 [blaise:client:(17636) 0.000349] [test/INFO] Damn, the server is not on 3003
20 [blaise:client:(17636) 0.000433] [test/INFO] Damn, the server is not on 3004
21 [blaise:client:(17636) 0.000516] [test/INFO] Damn, the server is not on 3005
22 [blaise:client:(17636) 0.000599] [test/INFO] Damn, the server is not on 3006
23 [blaise:client:(17636) 0.000682] [test/INFO] Damn, the server is not on 3007
24 [blaise:client:(17636) 0.000766] [test/INFO] Damn, the server is not on 3008
25 [blaise:client:(17636) 0.000848] [test/INFO] Damn, the server is not on 3009
26 ** SimGrid: UNCAUGHT EXCEPTION received on blaise(17636): category: not found; value: 0
27 ** Damn, I failed to find the server! I cannot survive this humilliation.
28 ** Thrown by client() in this process
29 [blaise:client:(17636) 0.000904] xbt/ex.c:323: [xbt_ex/CRITICAL] Damn, I failed to find the server! I cannot survive this humilliation.
30
31 **   In client() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/test.c:80
32 **   In main() at /home/mquinson/CVSIMPORT/gras/pure/doc/gtut-files/_test_client.c:31
33 $ killall test_server
34 [blaise:server:(17633) 0.000008] [test/INFO] Hi! hi! I'm not in the search range, but in 9999...
35 $
36 $ ./test_simulator platform.xml test.xml
37 [Jacquelin:server:(1) 0.000000] [test/INFO] Ok, I'm hidden on port 3008. Hope for the best.
38 [Boivin:client:(2) 1.500000] [test/INFO] Damn, the server is not on 3000
39 [Boivin:client:(2) 1.500000] [test/INFO] Damn, the server is not on 3001
40 [Boivin:client:(2) 1.500000] [test/INFO] Damn, the server is not on 3002
41 [Boivin:client:(2) 1.500000] [test/INFO] Damn, the server is not on 3003
42 [Boivin:client:(2) 1.500000] [test/INFO] Damn, the server is not on 3004
43 [Boivin:client:(2) 1.500000] [test/INFO] Damn, the server is not on 3005
44 [Boivin:client:(2) 1.500000] [test/INFO] Damn, the server is not on 3006
45 [Boivin:client:(2) 1.500000] [test/INFO] Damn, the server is not on 3007
46 [Jacquelin:server:(1) 1.500537] test.c:15: [test/CRITICAL] Argh, killed by Boivin:1024! Bye folks, I'm out of here...
47 [Jacquelin:server:(1) 1.500537] [gras/INFO] Exiting GRAS
48 [Boivin:client:(2) 1.500537] [test/INFO] Yeah! I found the server on 3008! It's eradicated by now.
49 [Boivin:client:(2) 1.500537] [gras/INFO] Exiting GRAS
50 $