From: Gleb Natapov <gleb@redhat.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] fix 64 bit issue in slirp
Date: Mon, 12 Jan 2009 16:40:51 +0200 [thread overview]
Message-ID: <20090112144051.GO3267@redhat.com> (raw)
In-Reply-To: <20090112142807.GN3267@redhat.com>
BTW to reproduce the problem on x86_64 do:
$ export MALLOC_MMAP_THRESHOLD_=10
before starting qemu. This will instruct malloc to use mmap instead of
heap for small allocation and qemu will crash in slirp code since
mmap returns addresses higher than 4G.
--
Gleb.
next prev parent reply other threads:[~2009-01-12 14:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-12 14:28 [Qemu-devel] [PATCH] fix 64 bit issue in slirp Gleb Natapov
2009-01-12 14:40 ` Gleb Natapov [this message]
2009-01-12 14:54 ` Blue Swirl
2009-01-12 15:06 ` Gleb Natapov
2009-01-12 16:05 ` Blue Swirl
2009-01-12 19:30 ` malc
2009-01-13 20:00 ` Blue Swirl
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=20090112144051.GO3267@redhat.com \
--to=gleb@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.