qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 588735] [NEW] Quit command not working


From: Jan Smets
Subject: [Qemu-devel] [Bug 588735] [NEW] Quit command not working
Date: Wed, 02 Jun 2010 14:25:06 -0000

Public bug reported:

Qemu strace


rt_sigreturn(0x1b)                      = 56
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x7f6fddecbad0) = ? ERESTARTNOINTR (To be restarted)
--- SIGPROF (Profiling timer expired) @ 0 (0) ---
rt_sigreturn(0x1b)                      = 56


started with :

address@hidden ~]# /root/qemu-test/qemu-kvm/x86_64-softmmu/qemu-
system-x86_64 -net tap,vlan=0,name=tap.0 -chardev
socket,id=serial0,host=0.0.0.0,port=$CONSOLEPORT,telnet,server,nowait
-serial chardev:serial0 -hda hda -hdb hdb -hdc hdc -hdd hdd -fda fd0
-fdb fd1 -chardev
socket,id=monitor,host=0.0.0.0,port=$MONITORPORT,telnet,server,nowait
-monitor chardev:monitor -net
nic,macaddr=$MAC,vlan=0,model=e1000,name=e1000.0 -M pc -m 4096

when removing -m 4096, the quit command works.

but I think its a combination of different args that causes the problem.

** Affects: qemu
     Importance: Undecided
         Status: New

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

Status in QEMU: New

Bug description:
Qemu strace



rt_sigreturn(0x1b)                      = 56
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x7f6fddecbad0) = ? ERESTARTNOINTR (To be restarted)
--- SIGPROF (Profiling timer expired) @ 0 (0) ---
rt_sigreturn(0x1b)                      = 56


started with :

address@hidden ~]# /root/qemu-test/qemu-kvm/x86_64-softmmu/qemu-system-x86_64 
-net tap,vlan=0,name=tap.0 -chardev 
socket,id=serial0,host=0.0.0.0,port=$CONSOLEPORT,telnet,server,nowait -serial 
chardev:serial0 -hda hda -hdb hdb -hdc hdc -hdd hdd -fda fd0 -fdb fd1 -chardev 
socket,id=monitor,host=0.0.0.0,port=$MONITORPORT,telnet,server,nowait -monitor 
chardev:monitor -net nic,macaddr=$MAC,vlan=0,model=e1000,name=e1000.0 -M pc -m 
4096

when removing -m 4096, the quit command works.

but I think its a combination of different args that causes the problem.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]