Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343334 Details for
Bug 460244
app-emulation/qemu-1.4.0 - segfault in librbd::flush(librbd::ImageCtx*) () from /usr/lib64/librbd.so.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rbd-close-notopened.patch
rbd-close-notopened.patch (text/plain), 512 bytes, created by
Denis Kaganovich
on 2013-03-26 18:40:45 UTC
(
hide
)
Description:
rbd-close-notopened.patch
Filename:
MIME Type:
Creator:
Denis Kaganovich
Created:
2013-03-26 18:40:45 UTC
Size:
512 bytes
patch
obsolete
>--- a/block/rbd.c 2013-02-16 02:05:35.000000000 +0300 >+++ b/block/rbd.c 2013-03-26 21:31:08.860415986 +0300 >@@ -548,6 +548,10 @@ static void qemu_rbd_close(BlockDriverSt > close(s->fds[1]); > qemu_aio_set_fd_handler(s->fds[RBD_FD_READ], NULL, NULL, NULL, NULL); > >+ /* workaround against commit f500a6d3c2b9ef0bb06d0080d91d8ed3c1d68f58 */ >+ if (!(s->image || s->io_ctx || s->snap || s->cluster)) >+ return; >+ > rbd_close(s->image); > rados_ioctx_destroy(s->io_ctx); > g_free(s->snap);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 460244
:
343334
|
343372
|
343386
|
343392