qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: QEMU: "qemu -M pc" works, "qemu-i386" crashes.


From: Rob Landley
Subject: [Qemu-devel] Re: QEMU: "qemu -M pc" works, "qemu-i386" crashes.
Date: Mon, 25 Jun 2007 23:34:26 -0400
User-agent: KMail/1.9.6

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 via email to

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