[Bug 1708442] Re: Crash(assert) during reading image from http url through qemu-nbd

2020-11-04 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1708442 Title:

[Bug 1708442] Re: Crash(assert) during reading image from http url through qemu-nbd

2020-09-05 Thread Thomas Huth
Looking through old bug tickets... is this still an issue with the latest version of QEMU? Or could we close this ticket nowadays? ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 1708442] Re: Crash(assert) during reading image from http url through qemu-nbd

2017-08-15 Thread Andrey Smetanin
ping -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1708442 Title: Crash(assert) during reading image from http url through qemu-nbd Status in QEMU: New Bug description: Description:

[Qemu-devel] [Bug 1708442] Re: Crash(assert) during reading image from http url through qemu-nbd

2017-08-03 Thread Andrey Smetanin
I've attached patch which resolves bug, but actually it's just workaround and may be not unsafe, because it's just ignore assert. ** Patch added: "workaround patch"

[Qemu-devel] [Bug 1708442] Re: Crash(assert) during reading image from http url through qemu-nbd

2017-08-03 Thread Andrey Smetanin
I've build qemu-nbd-bug.go into binary qemu-nbd-bug (go build qemu-nbd-bug.go), so to reproduce bug anyone may try: 0) ensure image.img exists in current folder. image.img may be copied from "Qemu-nbd core dump and script to reproduce " attachment. 1) sudo ./qemu-nbd-bug 2) wait while binary

[Qemu-devel] [Bug 1708442] Re: Crash(assert) during reading image from http url through qemu-nbd

2017-08-03 Thread Andrey Smetanin
** Description changed: Description: During reading image from nbd device mounted by qemu-nbd server with url backend I/O error happens "blk_update_request: I/O error, dev nbd0, sector 42117" dmesg. After some investigation I found that qemu-nbd server aborts in aio_co_enter() assert in