All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Landley <rob@landley.net>
To: Alexander van Heukelum <heukelum@fastmail.fm>
Cc: Qemu list <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Re: QEMU: "qemu -M pc" works, "qemu-i386" crashes.
Date: Mon, 25 Jun 2007 23:34:26 -0400	[thread overview]
Message-ID: <200706252334.28182.rob@landley.net> (raw)
In-Reply-To: <1182782247.25793.1196925235@webmail.messagingengine.com>

On Monday 25 June 2007 10:37:27 Alexander van Heukelum wrote:
> --- linux-user/main.c   (révision 527)
> +++ linux-user/main.c   (copie de travail)
> @@ -44,7 +44,7 @@
>
>  /* for recent libc, we add these dummy symbols which are not declared
>     when generating a linked object (bug in ld ?) */
> -#if (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) &&
> !defined(CONFIG_STATIC)
> +#if (__GLIBC__ == 2 && __GLIBC_MINOR__ == 3) && !defined(CONFIG_STATIC)
>  long __preinit_array_start[0];
>  long __preinit_array_end[0];
>  long __init_array_start[0];

Nope, I still get an immediate segfault on the snapshot from the 23rd.

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.

      reply	other threads:[~2007-06-26  3:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1182690837.14203.1196763767@webmail.messagingengine.com>
     [not found] ` <200706241422.19597.rob@landley.net>
2007-06-25 14:37   ` [Qemu-devel] Re: QEMU: "qemu -M pc" works, "qemu-i386" crashes Alexander van Heukelum
2007-06-26  3:34     ` Rob Landley [this message]

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=200706252334.28182.rob@landley.net \
    --to=rob@landley.net \
    --cc=heukelum@fastmail.fm \
    --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.