qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: "Liuji (Jeremy)" <jeremy.liu@huawei.com>
Cc: "Luohao (brian)" <brian.luohao@huawei.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	Haofeng <haofeng@huawei.com>, Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] A crash problem about "loadvm"
Date: Mon, 8 Apr 2013 14:07:38 +0200	[thread overview]
Message-ID: <20130408120738.GI12852@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <3353B972624C8B49AB43F74428B4701D40AD455B@SZXEML552-MBS.china.huawei.com>

On Mon, Apr 01, 2013 at 07:56:33AM +0000, Liuji (Jeremy) wrote:
> I delete the "dev->sin = NULL;" in the last of "spice_char_device_reset" function. And the "loadvm" is OK.
> 
> But I don't know whether this change will lead to other problems. Who can give me some advice?

See the ./MAINTAINERS file to find out who is responsible for a QEMU
subsystem.

I have CCed Gerd Hoffmann, who is the maintainer.

Stefan

>  Best Regards,
>  
>  Jeremy Liu
> 
> > Hello, everyone
> > 
> > I found a problem about "loadvm", when I use Spice.
> > 
> > Host OS: Fedora 17
> > Qemu: 1.4.0
> > Spice: 0.12.2
> > Quest OS: WinXP
> > 
> > 1) Use the following command to start the VM:
> >     qemu-kvm -enable-kvm -name winxp -M pc-0.15 -m 1024 -smp 2 -boot c -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 
> >     -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x5 -drive file=/home/test/winxp.qcow2,if=virtio,index=0,format=qcow2 
> >     -net nic,model=virtio,macaddr=52:54:00:05:11:12 -monitor stdio -chardev spicevmc,id=charchannel0,name=vdagent 
> >     -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 -chardev pty,id=charchannel1 
> >     -device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=arbitrary.virtio.serial.port.name -device usb-tablet,id=input0 
> >     -spice port=3001,addr=186.100.8.131,disable-ticketing,plaintext-channel=main,plaintext-channel=playback,plaintext-channel=record,image-compression=auto_glz 
> >     -vga qxl -global qxl-vga.vram_size=67108864 -device AC97,id=sound0,bus=pci.0,addr=0x4
> > 2) Use spice client to connect the VM.
> > 3) Exec the "savevm" command in the qemu monitor.
> > 4) List snapshot information:
> >     info snapshots 
> >     ID        TAG                 VM SIZE                DATE       VM CLOCK
> >     1         vm-20130330181626      224M 2013-03-30 18:16:26   00:00:17.294
> > 
> > 5) Load the snapshot. But the process crashed:
> >     loadvm vm-20130330181626
> >     red_dispatcher_loadvm_commands: 
> >     Segmentation fault (core dumped)
> > 
> > I use the GDB to analyze the core-dump file:
> >     #0  0x00007f6cbdc37a15 in spice_char_device_write_to_device (dev=0x7f6cc5248320) at char_device.c:439
> >     439      sif = SPICE_CONTAINEROF(dev->sin->base.sif, SpiceCharDeviceInterface, base);
> >     (gdb) p dev
> >     $1 = (SpiceCharDeviceState *) 0x7f6cc5248320
> >     (gdb) p dev->sin
> >     $2 = (SpiceCharDeviceInstance *) 0x0
> > 
> > I have always found this problem after the commit(fc24f3bd2ed4c97c99ad40e747732ae46dff2009 "spice: notify spice server on vm start/stop").
> > 
> > Could you give me some advices to debug this problem?
> > 
> > 
> > ------------------
> > Best Regards,
> > 
> > Jeremy Liu
> 

  reply	other threads:[~2013-04-08 12:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-30 10:38 [Qemu-devel] A crash problem about "loadvm" Liuji (Jeremy)
2013-04-01  1:38 ` Wenchao Xia
2013-04-01  6:19   ` [Qemu-devel] 答复: " Liuji (Jeremy)
2013-04-01  7:56 ` [Qemu-devel] " Liuji (Jeremy)
2013-04-08 12:07   ` Stefan Hajnoczi [this message]
2013-04-15  7:20     ` Gerd Hoffmann

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=20130408120738.GI12852@stefanha-thinkpad.redhat.com \
    --to=stefanha@gmail.com \
    --cc=brian.luohao@huawei.com \
    --cc=haofeng@huawei.com \
    --cc=jeremy.liu@huawei.com \
    --cc=kraxel@redhat.com \
    --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).