From: Stefan Hajnoczi <stefanha@gmail.com>
To: Bug 1060928 <1060928@bugs.launchpad.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Bug 1060928] [NEW] Error in launch virtual server port
Date: Fri, 5 Oct 2012 09:33:19 +0200 [thread overview]
Message-ID: <20121005073319.GA1399@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <20121003125732.14751.4991.malonedeb@gac.canonical.com>
On Wed, Oct 03, 2012 at 12:57:32PM -0000, javier navarro altimira wrote:
> -----------------------------------
>
> .- script bash launcher
>
> #!/bin/bash
>
> qemu-system-i386 -m 128 -display sdl -cpu pentium \
> -k es \
> -net nic,vlan=0,macaddr=52:54:00:12:02:04,model=pcnet \
> -net vde,vlan=0,sock=/var/run/vde2/tap0.ctl \
> -serial unix:/tmp/com1,server,nowait \
> -vga cirrus \
> -boot c -hda "/home/VirtualMachines/Discos/Hispa70_1.vmdk" \
> -cdrom "/home/VirtualMachines/CDROM/hf-7.0a.iso" 2>statusRUN
>
> echo -n "Pulsa enter para continuar . . . " && read REPLY
>
> -----------------------------------
>
> .- Error
>
> *** buffer overflow detected ***: qemu-system-i386 terminated
> ======= Backtrace: =========
> /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f2759892007]
> /lib/x86_64-linux-gnu/libc.so.6(+0x107f00)[0x7f2759890f00]
> /lib/x86_64-linux-gnu/libc.so.6(+0x108fbe)[0x7f2759891fbe]
> qemu-system-i386(+0xe5153)[0x7f275bfd8153]
> qemu-system-i386(+0x1744f6)[0x7f275c0674f6]
> qemu-system-i386(main+0xe77)[0x7f275bf5ef37]
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed)[0x7f27597aa76d]
> qemu-system-i386(+0x70229)[0x7f275bf63229]
Thanks for the bug report. The backtrace has no symbol information so it is
hard to tell where in QEMU goes wrong.
Please ./configure --enable-debug or install the debuginfo package that comes
with your qemu package. This will add symbol information to the backtrace when
you reproduce the buffer overflow again.
Stefan
next prev parent reply other threads:[~2012-10-05 7:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-03 12:57 [Qemu-devel] [Bug 1060928] [NEW] Error in launch virtual server port javier navarro altimira
2012-10-05 7:33 ` Stefan Hajnoczi [this message]
2012-10-17 17:04 ` [Qemu-devel] [Bug 1060928] " javier navarro altimira
2017-09-08 16:28 ` Thomas Huth
2017-11-08 4:17 ` Launchpad Bug Tracker
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=20121005073319.GA1399@stefanha-thinkpad.redhat.com \
--to=stefanha@gmail.com \
--cc=1060928@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).