qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 760060] Re: Open Solaris 2009 Assertion `size' failed


From: Nigel Horne
Subject: [Qemu-devel] [Bug 760060] Re: Open Solaris 2009 Assertion `size' failed
Date: Thu, 14 Apr 2011 17:38:40 -0000

Thanks Stefan, I appreciate it.  I will try your suggestion - in the
meantime here is the stack trace if it helps you to confirm.

(gdb) r
Starting program: /usr/local/bin/qemu-system-sparc -hda opensolaris -cdrom 
osol-0906-ai-sparc.iso -boot d -k en-us -m 256
[Thread debugging using libthread_db enabled]
[New Thread 0x7ffff10f9700 (LWP 24099)]
qemu-system-sparc: /home/njh/src/qemu/exec.c:2614: 
cpu_register_physical_memory_offset: Assertion `size' failed.

Program received signal SIGABRT, Aborted.
0x00007ffff5f5d165 in raise (sig=<value optimized out>)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64      ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
        in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) bt
#0  0x00007ffff5f5d165 in raise (sig=<value optimized out>)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x00007ffff5f5ff70 in abort () at abort.c:92
#2  0x00007ffff5f562b1 in __assert_fail (assertion=0x4f16af "size", 
    file=<value optimized out>, line=2614, 
    function=0x562ae0 "cpu_register_physical_memory_offset") at assert.c:81
#3  0x00000000004a40fe in cpu_register_physical_memory_offset (
    start_addr=268435456, size=0, phys_offset=48, region_offset=0)
    at /home/njh/src/qemu/exec.c:2614
#4  0x00000000004eb886 in sun4m_hw_init (hwdef=0x56ffc0, RAM_size=268435456, 
    boot_device=0x7fffffffde90 "d", kernel_filename=0x0, 
    kernel_cmdline=0x4f15f2 "", initrd_filename=0x0, 
    cpu_model=<value optimized out>) at /home/njh/src/qemu/hw/sun4m.c:836
#5  0x00000000004ebcb1 in ss5_init (RAM_size=<value optimized out>, 
    boot_device=<value optimized out>, kernel_filename=<value optimized out>, 
    kernel_cmdline=<value optimized out>, 
    initrd_filename=<value optimized out>, cpu_model=<value optimized out>)
    at /home/njh/src/qemu/hw/sun4m.c:1260
#6  0x00000000004d96ba in main (argc=<value optimized out>, 
    argv=<value optimized out>, envp=<value optimized out>)
    at /home/njh/src/qemu/vl.c:3059
(gdb)

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

Title:
  Open Solaris 2009 Assertion `size' failed

Status in QEMU:
  Fix Committed

Bug description:
  The latest git version of qemu (commit
  9df38c47d01eb1fd7eb9d60ac70a4170e638b4a2) fails to boot the
  OpenSolaris image from
  http://dlc.sun.com/osol/opensolaris/2009/06/osol-0906-ai-sparc.iso.

  qemu-img create opensolaris 3G
  qemu-system-sparc -hda opensolaris -cdrom osol-0906-ai-sparc.iso -boot d 
-redir tcp:2232::22 -k en-us -m 256

  gives:

  qemu-system-sparc: /home/njh/src/qemu/exec.c:2614:
  cpu_register_physical_memory_offset: Assertion `size' failed.

  Host: Linux/x86_64
  gcc4.5
  ./configure --enable-linux-aio --enable-io-thread --enable-kvm



reply via email to

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