The crash is reproducible with the current version:

wesley@nv0:~$ apt policy qemu-system-x86
qemu-system-x86:
  Installed: 1:8.2.2+ds-0ubuntu1.13
  Candidate: 1:8.2.2+ds-0ubuntu1.13
  Version table:
 *** 1:8.2.2+ds-0ubuntu1.13 500
        500 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages
        100 /var/lib/dpkg/status
     1:8.2.2+ds-0ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages

### Verification done Noble ###

wesley@nv0:~$ apt policy qemu-system-x86
qemu-system-x86:
  Installed: 1:8.2.2+ds-0ubuntu1.14
  Candidate: 1:8.2.2+ds-0ubuntu1.14
  Version table:
 *** 1:8.2.2+ds-0ubuntu1.14 100
        100 http://archive.ubuntu.com/ubuntu noble-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     1:8.2.2+ds-0ubuntu1.13 500
        500 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages
     1:8.2.2+ds-0ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages

wesley@nv0:~$ ./provision.sh
+ wget 
https://cloud-images.ubuntu.com/daily/server/noble/current/noble-server-cloudimg-amd64.img
--2026-03-26 08:56:55--  
https://cloud-images.ubuntu.com/daily/server/noble/current/noble-server-cloudimg-amd64.img
Resolving cloud-images.ubuntu.com (cloud-images.ubuntu.com)... 185.125.190.37, 
185.125.190.40, 2620:2d:4000:1::1a, ...
Connecting to cloud-images.ubuntu.com 
(cloud-images.ubuntu.com)|185.125.190.37|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 629987328 (601M) [application/octet-stream]
Saving to: ‘noble-server-cloudimg-amd64.img.1’

noble-server-cloudimg-amd64.img.1
100%[====================================================================>]
600.80M  26.4MB/s    in 38s

2026-03-26 08:57:34 (16.0 MB/s) - ‘noble-server-cloudimg-amd64.img.1’
saved [629987328/629987328]

+ sudo cp noble-server-cloudimg-amd64.img /var/lib/libvirt/images/n0-root.qcow2
+ sudo qemu-img create -f qcow2 /var/lib/libvirt/images/n0-blk0.qcow2 10G
Formatting '/var/lib/libvirt/images/n0-blk0.qcow2', fmt=qcow2 
cluster_size=65536 extended_l2=off compression_type=zlib size=10737418240 
lazy_refcounts=off refcount_bits=16
+ touch network-config
+ touch meta-data
+ touch user-data
+ virt-install -n n0 --description 'Test noble minimal' 
--os-variant=ubuntu24.04 --ram=1024 --vcpus=2 --import --disk 
path=/var/lib/libvirt/images/n0-root.qcow2,bus=virtio,cache=writethrough,size=10
 --disk 
path=/var/lib/libvirt/images/n0-blk0.qcow2,bus=virtio,cache=writethrough,size=10
 --graphics none --network network=default --cloud-init 
user-data=user-data,meta-data=meta-data,network-config=network-config
...

wesley@nv0:~$ virsh list
 Id   Name   State
----------------------
 1    n0     running

wesley@nv0:~$ ./blockrebase-crash.sh n0
...

My connection to the testbed died about 5 hours in to the test; it
filled up 8GB with snapshots and didn't crash:

wesley@nv0:~$ df -h
Filesystem      Size  Used Avail Use% Mounted on
tmpfs           391M  1.3M  390M   1% /run
efivarfs        256K   44K  208K  18% /sys/firmware/efi/efivars
/dev/sda1        19G  9.8G  8.6G  54% /
...

wesley@nv0:~$ virsh list
 Id   Name   State
----------------------
 1    n0     running

### Verification done Noble ###

** Tags removed: verification-needed-noble
** Tags added: verification-done-noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2126951

Title:
  `block-stream` segfault with concurrent `query-named-block-nodes`

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/2126951/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to