qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1898084] [NEW] Assertion failed: (buf_len != 0), function soread, file socket.c, line 183.
@ 2020-10-01 17:20 Ophir LOJKINE
  2020-10-03  8:36 ` [Bug 1898084] " Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ophir LOJKINE @ 2020-10-01 17:20 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I have a virtual raspberry py that I am running qemu 5.1.0 for MacOS.

Here is the command line I used:

qemu-system-arm \
  -M versatilepb \
  -cpu arm1176 \
  -m 256 \
  -drive file=2020-08-20-raspios-buster-armhf-lite.img,if=none,index=0,media=disk,format=raw,id=disk0 \
  -device virtio-blk-pci,drive=disk0,disable-modern=on,disable-legacy=off \
  -net nic -net user,hostfwd=tcp::5022-:22 \
  -dtb versatile-pb-buster-5.4.51.dtb \
  -kernel kernel-qemu-5.4.51-buster \
  -append "root=/dev/vda2 panic=1" \
  -no-reboot \
  -serial stdio

When trying to ssh from another machine while docker was running inside
the VM, I got the following error:

Assertion failed: (buf_len != 0), function soread, file /private/tmp/qemu-20200813-13289-1g95loa/qemu-5.1.0/slirp/src/socket.c, line 183
../boot.sh: line 12:  8592 Abort trap: 6

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1898084

Title:
  Assertion failed: (buf_len != 0), function soread, file socket.c, line
  183.

Status in QEMU:
  New

Bug description:
  I have a virtual raspberry py that I am running qemu 5.1.0 for MacOS.

  Here is the command line I used:

  qemu-system-arm \
    -M versatilepb \
    -cpu arm1176 \
    -m 256 \
    -drive file=2020-08-20-raspios-buster-armhf-lite.img,if=none,index=0,media=disk,format=raw,id=disk0 \
    -device virtio-blk-pci,drive=disk0,disable-modern=on,disable-legacy=off \
    -net nic -net user,hostfwd=tcp::5022-:22 \
    -dtb versatile-pb-buster-5.4.51.dtb \
    -kernel kernel-qemu-5.4.51-buster \
    -append "root=/dev/vda2 panic=1" \
    -no-reboot \
    -serial stdio

  When trying to ssh from another machine while docker was running
  inside the VM, I got the following error:

  Assertion failed: (buf_len != 0), function soread, file /private/tmp/qemu-20200813-13289-1g95loa/qemu-5.1.0/slirp/src/socket.c, line 183
  ../boot.sh: line 12:  8592 Abort trap: 6

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1898084] Re: Assertion failed: (buf_len != 0), function soread,  file socket.c, line 183.
  2020-10-01 17:20 [Bug 1898084] [NEW] Assertion failed: (buf_len != 0), function soread, file socket.c, line 183 Ophir LOJKINE
@ 2020-10-03  8:36 ` Thomas Huth
  2020-10-03  8:37 ` Thomas Huth
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2020-10-03  8:36 UTC (permalink / raw)
  To: qemu-devel

libslirp is a separate project now, and I see that you already reported
it there (https://gitlab.freedesktop.org/slirp/libslirp/-/issues/29), so
I'm closing this QEMU ticket now.

** Bug watch added: gitlab.freedesktop.org/slirp/libslirp/-/issues #29
   https://gitlab.freedesktop.org/slirp/libslirp/-/issues/29

** Changed in: qemu
       Status: New => Invalid

** Changed in: qemu
       Status: Invalid => Triaged

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1898084

Title:
  Assertion failed: (buf_len != 0), function soread, file socket.c, line
  183.

Status in QEMU:
  Triaged

Bug description:
  I have a virtual raspberry py that I am running qemu 5.1.0 for MacOS.

  Here is the command line I used:

  qemu-system-arm \
    -M versatilepb \
    -cpu arm1176 \
    -m 256 \
    -drive file=2020-08-20-raspios-buster-armhf-lite.img,if=none,index=0,media=disk,format=raw,id=disk0 \
    -device virtio-blk-pci,drive=disk0,disable-modern=on,disable-legacy=off \
    -net nic -net user,hostfwd=tcp::5022-:22 \
    -dtb versatile-pb-buster-5.4.51.dtb \
    -kernel kernel-qemu-5.4.51-buster \
    -append "root=/dev/vda2 panic=1" \
    -no-reboot \
    -serial stdio

  When trying to ssh from another machine while docker was running
  inside the VM, I got the following error:

  Assertion failed: (buf_len != 0), function soread, file /private/tmp/qemu-20200813-13289-1g95loa/qemu-5.1.0/slirp/src/socket.c, line 183
  ../boot.sh: line 12:  8592 Abort trap: 6

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1898084] Re: Assertion failed: (buf_len != 0), function soread,  file socket.c, line 183.
  2020-10-01 17:20 [Bug 1898084] [NEW] Assertion failed: (buf_len != 0), function soread, file socket.c, line 183 Ophir LOJKINE
  2020-10-03  8:36 ` [Bug 1898084] " Thomas Huth
@ 2020-10-03  8:37 ` Thomas Huth
  2021-05-13 12:09 ` Thomas Huth
  2021-05-13 12:16 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2020-10-03  8:37 UTC (permalink / raw)
  To: qemu-devel

Hmm, thinking about it twice, maybe let's rather keep this open, to make
sure that we update to the right version of libslirp in QEMU once the
fix is released there.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1898084

Title:
  Assertion failed: (buf_len != 0), function soread, file socket.c, line
  183.

Status in QEMU:
  Triaged

Bug description:
  I have a virtual raspberry py that I am running qemu 5.1.0 for MacOS.

  Here is the command line I used:

  qemu-system-arm \
    -M versatilepb \
    -cpu arm1176 \
    -m 256 \
    -drive file=2020-08-20-raspios-buster-armhf-lite.img,if=none,index=0,media=disk,format=raw,id=disk0 \
    -device virtio-blk-pci,drive=disk0,disable-modern=on,disable-legacy=off \
    -net nic -net user,hostfwd=tcp::5022-:22 \
    -dtb versatile-pb-buster-5.4.51.dtb \
    -kernel kernel-qemu-5.4.51-buster \
    -append "root=/dev/vda2 panic=1" \
    -no-reboot \
    -serial stdio

  When trying to ssh from another machine while docker was running
  inside the VM, I got the following error:

  Assertion failed: (buf_len != 0), function soread, file /private/tmp/qemu-20200813-13289-1g95loa/qemu-5.1.0/slirp/src/socket.c, line 183
  ../boot.sh: line 12:  8592 Abort trap: 6

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1898084] Re: Assertion failed: (buf_len != 0), function soread,  file socket.c, line 183.
  2020-10-01 17:20 [Bug 1898084] [NEW] Assertion failed: (buf_len != 0), function soread, file socket.c, line 183 Ophir LOJKINE
  2020-10-03  8:36 ` [Bug 1898084] " Thomas Huth
  2020-10-03  8:37 ` Thomas Huth
@ 2021-05-13 12:09 ` Thomas Huth
  2021-05-13 12:16 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-05-13 12:09 UTC (permalink / raw)
  To: qemu-devel

** Tags added: slirp

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1898084

Title:
  Assertion failed: (buf_len != 0), function soread, file socket.c, line
  183.

Status in QEMU:
  Triaged

Bug description:
  I have a virtual raspberry py that I am running qemu 5.1.0 for MacOS.

  Here is the command line I used:

  qemu-system-arm \
    -M versatilepb \
    -cpu arm1176 \
    -m 256 \
    -drive file=2020-08-20-raspios-buster-armhf-lite.img,if=none,index=0,media=disk,format=raw,id=disk0 \
    -device virtio-blk-pci,drive=disk0,disable-modern=on,disable-legacy=off \
    -net nic -net user,hostfwd=tcp::5022-:22 \
    -dtb versatile-pb-buster-5.4.51.dtb \
    -kernel kernel-qemu-5.4.51-buster \
    -append "root=/dev/vda2 panic=1" \
    -no-reboot \
    -serial stdio

  When trying to ssh from another machine while docker was running
  inside the VM, I got the following error:

  Assertion failed: (buf_len != 0), function soread, file /private/tmp/qemu-20200813-13289-1g95loa/qemu-5.1.0/slirp/src/socket.c, line 183
  ../boot.sh: line 12:  8592 Abort trap: 6

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1898084] Re: Assertion failed: (buf_len != 0), function soread,  file socket.c, line 183.
  2020-10-01 17:20 [Bug 1898084] [NEW] Assertion failed: (buf_len != 0), function soread, file socket.c, line 183 Ophir LOJKINE
                   ` (2 preceding siblings ...)
  2021-05-13 12:09 ` Thomas Huth
@ 2021-05-13 12:16 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-05-13 12:16 UTC (permalink / raw)
  To: qemu-devel

This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/284


** Changed in: qemu
       Status: Triaged => Expired

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #284
   https://gitlab.com/qemu-project/qemu/-/issues/284

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1898084

Title:
  Assertion failed: (buf_len != 0), function soread, file socket.c, line
  183.

Status in QEMU:
  Expired

Bug description:
  I have a virtual raspberry py that I am running qemu 5.1.0 for MacOS.

  Here is the command line I used:

  qemu-system-arm \
    -M versatilepb \
    -cpu arm1176 \
    -m 256 \
    -drive file=2020-08-20-raspios-buster-armhf-lite.img,if=none,index=0,media=disk,format=raw,id=disk0 \
    -device virtio-blk-pci,drive=disk0,disable-modern=on,disable-legacy=off \
    -net nic -net user,hostfwd=tcp::5022-:22 \
    -dtb versatile-pb-buster-5.4.51.dtb \
    -kernel kernel-qemu-5.4.51-buster \
    -append "root=/dev/vda2 panic=1" \
    -no-reboot \
    -serial stdio

  When trying to ssh from another machine while docker was running
  inside the VM, I got the following error:

  Assertion failed: (buf_len != 0), function soread, file /private/tmp/qemu-20200813-13289-1g95loa/qemu-5.1.0/slirp/src/socket.c, line 183
  ../boot.sh: line 12:  8592 Abort trap: 6

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-13 12:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 17:20 [Bug 1898084] [NEW] Assertion failed: (buf_len != 0), function soread, file socket.c, line 183 Ophir LOJKINE
2020-10-03  8:36 ` [Bug 1898084] " Thomas Huth
2020-10-03  8:37 ` Thomas Huth
2021-05-13 12:09 ` Thomas Huth
2021-05-13 12:16 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).