qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 1361912] Re: qemu-mips64 Segmentation fault


From: Hill
Subject: [Qemu-devel] [Bug 1361912] Re: qemu-mips64 Segmentation fault
Date: Thu, 11 Sep 2014 18:59:44 -0000

I can see the problem with any simple program:
1. cat t.c
#include <stdio.h>
int main()
{
  printf("Hello QEMU.\n");
}

2. mips64-gcc -static t.c -o t
3. qemu-mips64 t
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault (core dumped)

I built QEMU on Ubuntu 12.04 with the system GCC compiler, and the commands are:
./configure --enable-linux-user
make


** Attachment added: "the mips executable file"
   https://bugs.launchpad.net/qemu/+bug/1361912/+attachment/4201676/+files/t

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

Title:
  qemu-mips64 Segmentation fault

Status in QEMU:
  New

Bug description:
  When I ran qemu-mips64 for any mips 64 executable , I got this error:

  $ ./qemu-mips64  ../lang
  qemu: uncaught target signal 11 (Segmentation fault) - core dumped
  Segmentation fault (core dumped)

  Is this a known issue?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1361912/+subscriptions



reply via email to

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