Re: [Qemu-devel] [PATCH for 2.6 1/1] nbd: fix assert() on qemu-nbd stop

2016-04-14 Thread Max Reitz
On 14.04.2016 12:20, Denis V. Lunev wrote: > From: Pavel Butsykin > > From time to time qemu-nbd is crashing on the following assert: > assert(state == TERMINATING); > nbd_export_closed > nbd_export_put > main > and the state at the moment of the crash is evaluated to TERMINATE. >

Re: [Qemu-devel] [PATCH for 2.6 1/1] nbd: fix assert() on qemu-nbd stop

2016-04-14 Thread Paolo Bonzini
On 14/04/2016 15:40, Denis V. Lunev wrote: > On 04/14/2016 04:23 PM, Paolo Bonzini wrote: >> >> On 14/04/2016 12:20, Denis V. Lunev wrote: >>> From: Pavel Butsykin >>> >>> From time to time qemu-nbd is crashing on the following assert: >>> assert(state == TERMINATING); >>> nbd_export_

Re: [Qemu-devel] [PATCH for 2.6 1/1] nbd: fix assert() on qemu-nbd stop

2016-04-14 Thread Denis V. Lunev
On 04/14/2016 04:23 PM, Paolo Bonzini wrote: On 14/04/2016 12:20, Denis V. Lunev wrote: From: Pavel Butsykin From time to time qemu-nbd is crashing on the following assert: assert(state == TERMINATING); nbd_export_closed nbd_export_put main and the state at the moment of

Re: [Qemu-devel] [PATCH for 2.6 1/1] nbd: fix assert() on qemu-nbd stop

2016-04-14 Thread Paolo Bonzini
On 14/04/2016 12:20, Denis V. Lunev wrote: > From: Pavel Butsykin > > From time to time qemu-nbd is crashing on the following assert: > assert(state == TERMINATING); > nbd_export_closed > nbd_export_put > main > and the state at the moment of the crash is evaluated to TERMINATE.

[Qemu-devel] [PATCH for 2.6 1/1] nbd: fix assert() on qemu-nbd stop

2016-04-14 Thread Denis V. Lunev
From: Pavel Butsykin >From time to time qemu-nbd is crashing on the following assert: assert(state == TERMINATING); nbd_export_closed nbd_export_put main and the state at the moment of the crash is evaluated to TERMINATE. During shutdown process of the client the nbd_client_threa