qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kenneth Salerno <kennethsalerno@yahoo.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 1158912] [NEW] QEMU Version 1.4.0 - SLIRP hangs VM
Date: Fri, 22 Mar 2013 17:51:14 -0000	[thread overview]
Message-ID: <20130322175114.10747.75661.malonedeb@wampee.canonical.com> (raw)
In-Reply-To: 20130322175114.10747.75661.malonedeb@wampee.canonical.com

Public bug reported:

(Note: problem is not present in version 1.3.0)

Stacktrace: please see attached gdb log file.

Steps to reproduce:

1. gdb -x debug-qemu.gdb testing/qemu-1.4.0/ppc64-softmmu/qemu-system-
ppc64

Contents of debug-qemu.gdb:

run -L ./testing/qemu-1.4.0/pc-bios  -name "[DEBUG] Software und System-
Entwicklung IBM POWER7" -cpu POWER7_v2.3 -M pseries -m 1024 -rtc
base=utc -nodefaults -vga std -monitor vc -serial vc -netdev
type=user,id=mynet0,hostfwd=tcp:127.0.0.1:9011-10.0.2.11:22 -device
virtio-net-pci,netdev=mynet0 -drive file=images/suse-
ppc.img,if=virtio,index=0,media=disk,cache=unsafe -kernel
images/iso/suseboot/vmlinux -append "root=/dev/mapper/system-root ro
audit=0 selinux=0 apparmor=0" -initrd images/iso/suseboot/initrd.img
-drive if=scsi,bus=0,unit=0,media=cdrom


2. build information
    QEMU: ppc64 full emulation, version 1.4.0
    Host OS: Windows XP
    Guest OS: openSUSE 12.2 kernel 3.4.6-2.10-ppc64

    PATH=/usr/i686-pc-mingw32/sys-root/mingw/bin:$PATH
    PKG_CONFIG_LIBDIR=/usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig
    THREADS=4
    export PKG_CONFIG_LIBDIR
    
    sed -i 's/--static-libs/--static --libs/' configure
    CC=i686-pc-mingw32-gcc ./configure \
          --target-list=ppc64-softmmu \
          --enable-debug \
          --enable-sdl \
          --static \
          --enable-fdt && \
    sed -i 's/ -Wl,--dynamicbase//g; s/-Wl,--nxcompat //g;'  config-host.mak && \
    make -j$THREADS && {
          echo "renaming binw.exe to bin.exe..."
          for i in `echo $TARGET_LIST | tr ',' ' '`; do
                 BINARCH=`echo $i | sed 's/-softmmu//'`
                 mv $i/qemu-system-${BINARCH}w.exe \
                        $i/qemu-system-$BINARCH.exe
          done
    }

   
3. From VM: 
    Command to hang VM: zypper dup
    Last message before VM hang:  Retrieving repository 'openSUSE-12.2-12.2-0' metadata -----------------------[|]

** Affects: qemu
     Importance: Undecided
         Status: New

** Attachment added: "GDB stacktrace before and after hang"
   https://bugs.launchpad.net/bugs/1158912/+attachment/3590693/+files/qemu-debug-gdb.out

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

Title:
  QEMU Version 1.4.0 - SLIRP hangs VM

Status in QEMU:
  New

Bug description:
  (Note: problem is not present in version 1.3.0)

  Stacktrace: please see attached gdb log file.

  Steps to reproduce:

  1. gdb -x debug-qemu.gdb testing/qemu-1.4.0/ppc64-softmmu/qemu-system-
  ppc64

  Contents of debug-qemu.gdb:

  run -L ./testing/qemu-1.4.0/pc-bios  -name "[DEBUG] Software und
  System-Entwicklung IBM POWER7" -cpu POWER7_v2.3 -M pseries -m 1024
  -rtc base=utc -nodefaults -vga std -monitor vc -serial vc -netdev
  type=user,id=mynet0,hostfwd=tcp:127.0.0.1:9011-10.0.2.11:22 -device
  virtio-net-pci,netdev=mynet0 -drive file=images/suse-
  ppc.img,if=virtio,index=0,media=disk,cache=unsafe -kernel
  images/iso/suseboot/vmlinux -append "root=/dev/mapper/system-root ro
  audit=0 selinux=0 apparmor=0" -initrd images/iso/suseboot/initrd.img
  -drive if=scsi,bus=0,unit=0,media=cdrom

  
  2. build information
      QEMU: ppc64 full emulation, version 1.4.0
      Host OS: Windows XP
      Guest OS: openSUSE 12.2 kernel 3.4.6-2.10-ppc64

      PATH=/usr/i686-pc-mingw32/sys-root/mingw/bin:$PATH
      PKG_CONFIG_LIBDIR=/usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig
      THREADS=4
      export PKG_CONFIG_LIBDIR
      
      sed -i 's/--static-libs/--static --libs/' configure
      CC=i686-pc-mingw32-gcc ./configure \
            --target-list=ppc64-softmmu \
            --enable-debug \
            --enable-sdl \
            --static \
            --enable-fdt && \
      sed -i 's/ -Wl,--dynamicbase//g; s/-Wl,--nxcompat //g;'  config-host.mak && \
      make -j$THREADS && {
            echo "renaming binw.exe to bin.exe..."
            for i in `echo $TARGET_LIST | tr ',' ' '`; do
                   BINARCH=`echo $i | sed 's/-softmmu//'`
                   mv $i/qemu-system-${BINARCH}w.exe \
                          $i/qemu-system-$BINARCH.exe
            done
      }

     
  3. From VM: 
      Command to hang VM: zypper dup
      Last message before VM hang:  Retrieving repository 'openSUSE-12.2-12.2-0' metadata -----------------------[|]

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

       reply	other threads:[~2013-03-22 18:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-22 17:51 Kenneth Salerno [this message]
2013-03-25 14:16 ` [Qemu-devel] [Bug 1158912] [NEW] QEMU Version 1.4.0 - SLIRP hangs VM Stefan Hajnoczi
2013-03-25 20:57 ` [Qemu-devel] [Bug 1158912] " Kenneth Salerno
2013-03-26  9:49   ` Stefan Hajnoczi
2013-03-25 20:59 ` Kenneth Salerno
2013-03-27  4:17 ` Kenneth Salerno
2018-01-02 16:10 ` Thomas Huth
2018-01-03  2:05   ` Kenneth Salerno
2018-01-03  8:13 ` Thomas Huth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130322175114.10747.75661.malonedeb@wampee.canonical.com \
    --to=kennethsalerno@yahoo.com \
    --cc=1158912@bugs.launchpad.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).