Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hello xbt/synchro module (synchronization working both in simulation and real life...
[simgrid.git] / doc / gtut-files / 08-exceptions.output
1 $ ./test_server & ./test_client 127.0.0.1 
2 [blaise:client:(13428) 0.000005] test.c:76: [test/INFO] Damn, the server is not on 3000
3 [blaise:client:(13428) 0.000236] test.c:76: [test/INFO] Damn, the server is not on 3001
4 [blaise:client:(13428) 0.000346] test.c:76: [test/INFO] Damn, the server is not on 3002
5 [blaise:client:(13428) 0.000450] test.c:76: [test/INFO] Damn, the server is not on 3003
6 [blaise:client:(13428) 0.000553] test.c:76: [test/INFO] Damn, the server is not on 3004
7 [blaise:client:(13428) 0.000657] test.c:76: [test/INFO] Damn, the server is not on 3005
8 [blaise:client:(13428) 0.000928] test.c:71: [test/INFO] Yeah! I found the server on 3006! It's eradicated by now.
9 [blaise:client:(13428) 0.000958] gras/gras.c:83: [gras/INFO] Exiting GRAS
10 [blaise:server:(13425) 0.000005] test.c:39: [test/INFO] Ok, I'm hidden on port 3006. Hope for the best.
11 [blaise:server:(13425) 1.666161] test.c:15: [test/CRITICAL] Argh, killed by 127.0.0.1:1024! Bye folks, I'm out of here...
12 [blaise:server:(13425) 1.666197] gras/gras.c:83: [gras/INFO] Exiting GRAS
13 $
14 $ ./test_server --cheat & ./test_client 127.0.0.1 
15 [blaise:client:(13440) 0.000006] test.c:76: [test/INFO] Damn, the server is not on 3000
16 [blaise:client:(13440) 0.000219] test.c:76: [test/INFO] Damn, the server is not on 3001
17 [blaise:client:(13440) 0.000327] test.c:76: [test/INFO] Damn, the server is not on 3002
18 [blaise:client:(13440) 0.000431] test.c:76: [test/INFO] Damn, the server is not on 3003
19 [blaise:client:(13440) 0.000533] test.c:76: [test/INFO] Damn, the server is not on 3004
20 [blaise:client:(13440) 0.000647] test.c:76: [test/INFO] Damn, the server is not on 3005
21 [blaise:client:(13440) 0.000749] test.c:76: [test/INFO] Damn, the server is not on 3006
22 [blaise:client:(13440) 0.000851] test.c:76: [test/INFO] Damn, the server is not on 3007
23 [blaise:client:(13440) 0.000952] test.c:76: [test/INFO] Damn, the server is not on 3008
24 [blaise:client:(13440) 0.001054] test.c:76: [test/INFO] Damn, the server is not on 3009
25 [blaise:client:(13440) 0.001101] xbt/ex.c:219: [xbt_ex/CRITICAL] Damn, I failed to find the server! I cannot survive this humilliation.
26 ** SimGrid: UNCAUGHT EXCEPTION received on blaise(13440): 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
30 **   In client() at /home/mquinson/CVSIMPORT/gras/gras/doc/gtut-files/test.c:80 (static symbol)
31 **   In main() at /home/mquinson/CVSIMPORT/gras/gras/doc/gtut-files/_test_client.c:21 (static symbol)
32 **   In __libc_start_main() at ??:0 (dynamic symbol)
33 **   In _start() at ../sysdeps/i386/elf/start.S:122 (static symbol)
34 $ killall test_server
35 $
36 $ ./test_simulator platform.xml test.xml
37 [blaise:server:(13437) 0.000005] test.c:36: [test/INFO] Hi! hi! I'm not in the search range, but in 9999...
38 [Jacquelin:server:(1) 0.000000] test.c:39: [test/INFO] Ok, I'm hidden on port 3005. Hope for the best.
39 [Boivin:client:(2) 1.500000] test.c:76: [test/INFO] Damn, the server is not on 3000
40 [Boivin:client:(2) 1.500000] test.c:76: [test/INFO] Damn, the server is not on 3001
41 [Boivin:client:(2) 1.500000] test.c:76: [test/INFO] Damn, the server is not on 3002
42 [Boivin:client:(2) 1.500000] test.c:76: [test/INFO] Damn, the server is not on 3003
43 [Boivin:client:(2) 1.500000] test.c:76: [test/INFO] Damn, the server is not on 3004
44 [Boivin:client:(2) 1.500537] test.c:71: [test/INFO] Yeah! I found the server on 3005! It's eradicated by now.
45 [Boivin:client:(2) 1.500537] gras/gras.c:83: [gras/INFO] Exiting GRAS
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/gras.c:83: [gras/INFO] Exiting GRAS
48 [1.500537] msg/global.c:475: [msg_kernel/INFO] Congratulations ! Simulation terminated : all processes are over
49 $