-
Notifications
You must be signed in to change notification settings - Fork 0
/
juce_example_logs.txt
165 lines (101 loc) · 1.98 KB
/
juce_example_logs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
to worker:
5f 5f 69 70 63 5f 73 74
__ipc_st
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
from worker:
48 65 6c 6c 6f 57 6f 72 6c 64 00 00 00
HelloWorld
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
4d 45 53 53 41 47 45 00 01 01 63 6f 75 6e 74 00 01 05 01 00 00 00 00 00
MESSAGE count
from worker:
52 45 50 4c 59 00 01 01 63 6f 75 6e 74 50 6c 75 73 4f 6e 65 00 01 05 01 01 00 00 00 00
REPLY countPlusOne
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
4d 45 53 53 41 47 45 00 01 01 63 6f 75 6e 74 00 01 05 01 01 00 00 00 00
MESSAGE count
from worker:
52 45 50 4c 59 00 01 01 63 6f 75 6e 74 50 6c 75 73 4f 6e 65 00 01 05 01 02 00 00 00 00
REPLY countPlusOne
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
from worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 70 5f
__ipc_p_
to worker:
5f 5f 69 70 63 5f 6b 5f
__ipc_k_
This corresponds to the following logs inside the app:
Child process started
Received: <HelloWorld/>
Sending: <MESSAGE count="0"/>
Received: <REPLY countPlusOne="1"/>
Sending: <MESSAGE count="1"/>
Received: <REPLY countPlusOne="2"/>
Child process killed