Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Regenerate the output captures of the gras tutorial after the numerous timing changes...
[simgrid.git] / doc / gtut-files / 10-rpc.output
1 $ ./test_server & ./test_client 127.0.0.1 
2 [arthur:server:(28048) 0.000012] [test/INFO] Convert 4321 to string
3 [arthur:server:(28048) 0.000085] [test/INFO] 4321 converted to string: 4321
4 [arthur:server:(28048) 0.000617] [test/INFO] Convert 1234 to long
5 [arthur:server:(28048) 0.000952] [test/INFO] Convert azerty to long
6 [arthur:server:(28048) 0.110106] [test/INFO] Server done
7 [arthur:server:(28048) 0.110150] [gras/INFO] Exiting GRAS
8 [arthur:client:(28052) 0.000016] [test/INFO] Ask to convert 4321
9 [arthur:client:(28052) 0.000856] [test/INFO] The server says that 4321 is equal to "4321".
10 [arthur:client:(28052) 0.000886] [test/INFO] Ask to convert 1234
11 [arthur:client:(28052) 0.001223] [test/INFO] The server says that "1234" is equal to 1234.
12 [arthur:client:(28052) 0.110165] [test/INFO] The server refuses to convert azerty. Here is the received exception:
13 ** SimGrid: UNCAUGHT EXCEPTION received on arthur(28052): category: invalid_arg; value: 0
14 ** Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
15 ** Thrown by server() on host arthur(28048)
16 [arthur:client:(28052) 0.110266] xbt/ex.c:113: [xbt_ex/CRITICAL] Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
17
18 **   In server_convert_a2i_cb() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:48
19 **   In gras_msg_handle() at /home/mquinson/Code/simgrid-git/src/gras/Msg/gras_msg_exchange.c:400
20 **   In server() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:71
21 [arthur:client:(28052) 0.110314] [test/INFO] Again, previous exception was excepted
22 [arthur:client:(28052) 0.110415] [test/INFO] Stopped the server
23 [arthur:client:(28052) 0.110442] [gras/INFO] Exiting GRAS
24 $
25 $ killall test_server
26 $
27 $ ./test_simulator platform.xml test.xml
28 [Boivin:client:(2) 0.000000] [test/INFO] Ask to convert 4321
29 [Jacquelin:server:(1) 0.000538] [test/INFO] Convert 4321 to string
30 [Jacquelin:server:(1) 0.000538] [test/INFO] 4321 converted to string: 4321
31 [Boivin:client:(2) 0.001077] [test/INFO] The server says that 4321 is equal to "4321".
32 [Boivin:client:(2) 0.001077] [test/INFO] Ask to convert 1234
33 [Jacquelin:server:(1) 0.001615] [test/INFO] Convert 1234 to long
34 [Boivin:client:(2) 0.002153] [test/INFO] The server says that "1234" is equal to 1234.
35 [Jacquelin:server:(1) 0.002692] [test/INFO] Convert azerty to long
36 [Boivin:client:(2) 0.003429] [test/INFO] The server refuses to convert azerty. Here is the received exception:
37 ** SimGrid: UNCAUGHT EXCEPTION received on Boivin(2): category: invalid_arg; value: 0
38 ** Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
39 ** Thrown by server() on host Jacquelin(1)
40 [Boivin:client:(2) 0.003429] xbt/ex.c:113: [xbt_ex/CRITICAL] Error while converting azerty: this does not seem to be a valid number (problem at 'azerty')
41
42 **   In server_convert_a2i_cb() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:48
43 **   In gras_msg_handle() at /home/mquinson/Code/simgrid-git/src/gras/Msg/gras_msg_exchange.c:400
44 **   In server() at /home/mquinson/Code/simgrid-git/doc/gtut-files/test.c:71
45 **   In xbt_ctx_thread_wrapper() at /home/mquinson/Code/simgrid-git/src/xbt/xbt_context_thread.c:276
46 **   In wrapper_start_routine() at /home/mquinson/Code/simgrid-git/src/xbt/xbt_os_thread.c:124
47 **   In start_thread() at ??:0
48 **   In __clone() at ??:0
49 [Boivin:client:(2) 0.003429] [test/INFO] Again, previous exception was excepted
50 [Boivin:client:(2) 0.003966] [test/INFO] Stopped the server
51 [Boivin:client:(2) 0.003966] [gras/INFO] Exiting GRAS
52 [Jacquelin:server:(1) 0.003966] [test/INFO] Server done
53 [Jacquelin:server:(1) 0.003966] [gras/INFO] Exiting GRAS
54 $