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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
|
vnc: 0.983
permissions: 0.983
assembly: 0.979
register: 0.979
debug: 0.979
risc-v: 0.978
semantic: 0.978
architecture: 0.978
other: 0.978
graphic: 0.978
performance: 0.976
PID: 0.976
network: 0.975
socket: 0.975
arm: 0.975
device: 0.974
mistranslation: 0.973
boot: 0.969
files: 0.961
TCG: 0.958
x86: 0.955
kernel virtual machine: 0.948
[Qemu-devel] [vhost-user BUG ?] QEMU process segfault when shutdown or reboot with vhost-user
Hi,
We catch a segfault in our project.
Qemu version is 2.3.0
The Stack backtrace is:
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x00007f7ad9280b2f in qemu_deliver_packet (sender=<optimized out>, flags=<optimized
out>, data=<optimized out>, size=100, opaque=
0x7f7ad9d6db10) at net/net.c:510
#2 0x00007f7ad92831fa in qemu_net_queue_deliver (size=<optimized out>, data=<optimized
out>, flags=<optimized out>,
sender=<optimized out>, queue=<optimized out>) at net/queue.c:157
#3 qemu_net_queue_flush (queue=0x7f7ad9d39630) at net/queue.c:254
#4 0x00007f7ad9280dac in qemu_flush_or_purge_queued_packets
(nc=0x7f7ad9d6db10, purge=true) at net/net.c:539
#5 0x00007f7ad9280e76 in net_vm_change_state_handler (opaque=<optimized out>,
running=<optimized out>, state=100) at net/net.c:1214
#6 0x00007f7ad915612f in vm_state_notify (running=0, state=RUN_STATE_SHUTDOWN)
at vl.c:1820
#7 0x00007f7ad906db1a in do_vm_stop (state=<optimized out>) at
/usr/src/packages/BUILD/qemu-kvm-2.3.0/cpus.c:631
#8 vm_stop (state=RUN_STATE_SHUTDOWN) at
/usr/src/packages/BUILD/qemu-kvm-2.3.0/cpus.c:1325
#9 0x00007f7ad915e4a2 in main_loop_should_exit () at vl.c:2080
#10 main_loop () at vl.c:2131
#11 main (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at
vl.c:4721
(gdb) p *(NetClientState *)0x7f7ad9d6db10
$1 = {info = 0x7f7ad9824520, link_down = 0, next = {tqe_next = 0x7f7ad0f06d10,
tqe_prev = 0x7f7ad98b1cf0}, peer = 0x7f7ad0f06d10,
incoming_queue = 0x7f7ad9d39630, model = 0x7f7ad9d39590 "vhost_user", name =
0x7f7ad9d39570 "hostnet0", info_str =
"vhost-user to charnet0", '\000' <repeats 233 times>, receive_disabled = 0,
destructor =
0x7f7ad92821f0 <qemu_net_client_destructor>, queue_index = 0,
rxfilter_notify_enabled = 0}
(gdb) p *(NetClientInfo *)0x7f7ad9824520
$2 = {type = NET_CLIENT_OPTIONS_KIND_VHOST_USER, size = 360, receive = 0,
receive_raw = 0, receive_iov = 0, can_receive = 0, cleanup =
0x7f7ad9288850 <vhost_user_cleanup>, link_status_changed = 0,
query_rx_filter = 0, poll = 0, has_ufo =
0x7f7ad92886d0 <vhost_user_has_ufo>, has_vnet_hdr = 0x7f7ad9288670
<vhost_user_has_vnet_hdr>, has_vnet_hdr_len = 0,
using_vnet_hdr = 0, set_offload = 0, set_vnet_hdr_len = 0}
(gdb)
The corresponding codes where gdb reports error are: (We have added some codes
in net.c)
ssize_t qemu_deliver_packet(NetClientState *sender,
unsigned flags,
const uint8_t *data,
size_t size,
void *opaque)
{
NetClientState *nc = opaque;
ssize_t ret;
if (nc->link_down) {
return size;
}
if (nc->receive_disabled) {
return 0;
}
if (flags & QEMU_NET_PACKET_FLAG_RAW && nc->info->receive_raw) {
ret = nc->info->receive_raw(nc, data, size);
} else {
ret = nc->info->receive(nc, data, size); ----> Here is 510 line
}
I'm not quite familiar with vhost-user, but for vhost-user, these two callback
functions seem to be always NULL,
Why we can come here ?
Is it an error to add VM state change handler for vhost-user ?
Thanks,
zhanghailiang
Hi
On Tue, Nov 3, 2015 at 2:01 PM, zhanghailiang
<address@hidden> wrote:
>
The corresponding codes where gdb reports error are: (We have added some
>
codes in net.c)
Can you reproduce with unmodified qemu? Could you give instructions to do so?
>
ssize_t qemu_deliver_packet(NetClientState *sender,
>
unsigned flags,
>
const uint8_t *data,
>
size_t size,
>
void *opaque)
>
{
>
NetClientState *nc = opaque;
>
ssize_t ret;
>
>
if (nc->link_down) {
>
return size;
>
}
>
>
if (nc->receive_disabled) {
>
return 0;
>
}
>
>
if (flags & QEMU_NET_PACKET_FLAG_RAW && nc->info->receive_raw) {
>
ret = nc->info->receive_raw(nc, data, size);
>
} else {
>
ret = nc->info->receive(nc, data, size); ----> Here is 510 line
>
}
>
>
I'm not quite familiar with vhost-user, but for vhost-user, these two
>
callback functions seem to be always NULL,
>
Why we can come here ?
You should not come here, vhost-user has nc->receive_disabled (it
changes in 2.5)
--
Marc-André Lureau
On 2015/11/3 22:54, Marc-André Lureau wrote:
Hi
On Tue, Nov 3, 2015 at 2:01 PM, zhanghailiang
<address@hidden> wrote:
The corresponding codes where gdb reports error are: (We have added some
codes in net.c)
Can you reproduce with unmodified qemu? Could you give instructions to do so?
OK, i will try to do it. There is nothing special, we run iperf tool in VM,
and then shutdown or reboot it. There is change you can catch segfault.
ssize_t qemu_deliver_packet(NetClientState *sender,
unsigned flags,
const uint8_t *data,
size_t size,
void *opaque)
{
NetClientState *nc = opaque;
ssize_t ret;
if (nc->link_down) {
return size;
}
if (nc->receive_disabled) {
return 0;
}
if (flags & QEMU_NET_PACKET_FLAG_RAW && nc->info->receive_raw) {
ret = nc->info->receive_raw(nc, data, size);
} else {
ret = nc->info->receive(nc, data, size); ----> Here is 510 line
}
I'm not quite familiar with vhost-user, but for vhost-user, these two
callback functions seem to be always NULL,
Why we can come here ?
You should not come here, vhost-user has nc->receive_disabled (it
changes in 2.5)
I have looked at the newest codes, i think we can still have chance to
come here, since we will change nc->receive_disable to false temporarily in
qemu_flush_or_purge_queued_packets(), there is no difference between 2.3 and 2.5
for this.
Besides, is it possible for !QTAILQ_EMPTY(&queue->packets) to be true
in qemu_net_queue_flush() for vhost-user ?
i will try to reproduce it by using newest qemu.
Thanks,
zhanghailiang
On 11/04/2015 10:24 AM, zhanghailiang wrote:
>
On 2015/11/3 22:54, Marc-André Lureau wrote:
>
> Hi
>
>
>
> On Tue, Nov 3, 2015 at 2:01 PM, zhanghailiang
>
> <address@hidden> wrote:
>
>> The corresponding codes where gdb reports error are: (We have added
>
>> some
>
>> codes in net.c)
>
>
>
> Can you reproduce with unmodified qemu? Could you give instructions
>
> to do so?
>
>
>
>
OK, i will try to do it. There is nothing special, we run iperf tool
>
in VM,
>
and then shutdown or reboot it. There is change you can catch segfault.
>
>
>> ssize_t qemu_deliver_packet(NetClientState *sender,
>
>> unsigned flags,
>
>> const uint8_t *data,
>
>> size_t size,
>
>> void *opaque)
>
>> {
>
>> NetClientState *nc = opaque;
>
>> ssize_t ret;
>
>>
>
>> if (nc->link_down) {
>
>> return size;
>
>> }
>
>>
>
>> if (nc->receive_disabled) {
>
>> return 0;
>
>> }
>
>>
>
>> if (flags & QEMU_NET_PACKET_FLAG_RAW && nc->info->receive_raw) {
>
>> ret = nc->info->receive_raw(nc, data, size);
>
>> } else {
>
>> ret = nc->info->receive(nc, data, size); ----> Here is
>
>> 510 line
>
>> }
>
>>
>
>> I'm not quite familiar with vhost-user, but for vhost-user, these two
>
>> callback functions seem to be always NULL,
>
>> Why we can come here ?
>
>
>
> You should not come here, vhost-user has nc->receive_disabled (it
>
> changes in 2.5)
>
>
>
>
I have looked at the newest codes, i think we can still have chance to
>
come here, since we will change nc->receive_disable to false
>
temporarily in
>
qemu_flush_or_purge_queued_packets(), there is no difference between
>
2.3 and 2.5
>
for this.
>
Besides, is it possible for !QTAILQ_EMPTY(&queue->packets) to be true
>
in qemu_net_queue_flush() for vhost-user ?
The only thing I can image is self announcing. Are you trying to do
migration? 2.5 only support sending rarp through this.
And it's better to have a breakpoint to see why a packet was queued for
vhost-user. The stack trace may also help in this case.
>
>
i will try to reproduce it by using newest qemu.
>
>
Thanks,
>
zhanghailiang
>
On 2015/11/4 11:19, Jason Wang wrote:
On 11/04/2015 10:24 AM, zhanghailiang wrote:
On 2015/11/3 22:54, Marc-André Lureau wrote:
Hi
On Tue, Nov 3, 2015 at 2:01 PM, zhanghailiang
<address@hidden> wrote:
The corresponding codes where gdb reports error are: (We have added
some
codes in net.c)
Can you reproduce with unmodified qemu? Could you give instructions
to do so?
OK, i will try to do it. There is nothing special, we run iperf tool
in VM,
and then shutdown or reboot it. There is change you can catch segfault.
ssize_t qemu_deliver_packet(NetClientState *sender,
unsigned flags,
const uint8_t *data,
size_t size,
void *opaque)
{
NetClientState *nc = opaque;
ssize_t ret;
if (nc->link_down) {
return size;
}
if (nc->receive_disabled) {
return 0;
}
if (flags & QEMU_NET_PACKET_FLAG_RAW && nc->info->receive_raw) {
ret = nc->info->receive_raw(nc, data, size);
} else {
ret = nc->info->receive(nc, data, size); ----> Here is
510 line
}
I'm not quite familiar with vhost-user, but for vhost-user, these two
callback functions seem to be always NULL,
Why we can come here ?
You should not come here, vhost-user has nc->receive_disabled (it
changes in 2.5)
I have looked at the newest codes, i think we can still have chance to
come here, since we will change nc->receive_disable to false
temporarily in
qemu_flush_or_purge_queued_packets(), there is no difference between
2.3 and 2.5
for this.
Besides, is it possible for !QTAILQ_EMPTY(&queue->packets) to be true
in qemu_net_queue_flush() for vhost-user ?
The only thing I can image is self announcing. Are you trying to do
migration? 2.5 only support sending rarp through this.
Hmm, it's not triggered by migration, For qemu-2.5, IMHO, it doesn't have such
problem,
since the callback function 'receive' is not NULL. It is vhost_user_receive().
And it's better to have a breakpoint to see why a packet was queued for
vhost-user. The stack trace may also help in this case.
OK, i'm trying to reproduce it.
Thanks,
zhanghailiang
i will try to reproduce it by using newest qemu.
Thanks,
zhanghailiang
.
|