diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/108/none/779151 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/108/none/779151')
| -rw-r--r-- | results/classifier/108/none/779151 | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/results/classifier/108/none/779151 b/results/classifier/108/none/779151 deleted file mode 100644 index a8dc86b7..00000000 --- a/results/classifier/108/none/779151 +++ /dev/null @@ -1,50 +0,0 @@ -performance: 0.581 -device: 0.499 -debug: 0.478 -graphic: 0.466 -PID: 0.426 -permissions: 0.424 -vnc: 0.411 -files: 0.405 -other: 0.376 -semantic: 0.373 -network: 0.350 -boot: 0.315 -socket: 0.293 -KVM: 0.109 - -qemu-nbd crash during using with chroot - -I use qemu-nbd to mount my image. And after some times, qemu-nbd crashes and so the chroot freeze. - -ps aux | grep qemu : -root 2223 0.0 0.0 9776 548 ? Ss 18:03 0:00 qemu-nbd --connect=/dev/nbd0 /chroots/test/virtual.img -root 2224 0.0 0.0 10800 544 ? D 18:03 0:00 qemu-nbd --connect=/dev/nbd0 /chroots/test/virtual.img -root 2227 0.0 0.0 0 0 ? Z 18:03 0:00 [qemu-nbd] <defunct> -root 2357 0.0 0.0 5212 768 pts/0 D+ 18:07 0:00 grep qemu - -mount : -/dev/nbd0p1 on /chroots/test/amd64 type ext3 (rw,errors=remount-ro,commit=0) -/dev on /chroots/test/amd64/dev type devtmpfs (rw,mode=0755) -/dev/pts on /chroots/test/amd64/dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) -/proc on /chroots/test/amd64/proc type proc (rw) -/sys on /chroots/test/amd64/sys type sysfs (rw,noexec,nosuid,nodev) - - - -After reboot and mount the image, qemu-nbd crashes directly. - -Please provide some gdb backtrace from the failing qemu-nbd process, ie, show the root cause of the problem instead of showing multiple symptoms. - -Run qemu-nbd under gdb and when it crashes, run "bt" command. Before doing so, ensure you've debugging symbols for your qemu-nbd binary. - -And the most important part - what's the format of the image you're running qemu-nbd against, and what version of qemu-nbd you're using? - -Without all this, your bugreport is useless. - -Thanks. - -Ok i try to get the informations - -[Expired for QEMU because there has been no activity for 60 days.] - |
