qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [sparc64] qemu crashes after the "OpenBIOS for Sparc64" ban


From: Jakub Jermar
Subject: [Qemu-devel] [sparc64] qemu crashes after the "OpenBIOS for Sparc64" banner is printed
Date: Thu, 28 Aug 2008 14:55:17 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

Hi,

when I build qemu-system-sparc64 from trunk and attempt to
boot the HelenOS iso image, I immediately get segmentation fault.
Below is the output from a gdb session, show the place of
crash:

OpenBIOS for Sparc64

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7b616b0 (LWP 16553)]
change_pstate (new_pstate=21) at 
/home/jermar/install/qemu/target-sparc/op_helper.c:2676
2676        pstate_regs = env->pstate & 0xc01;
(gdb) bt
#0  change_pstate (new_pstate=21) at 
/home/jermar/install/qemu/target-sparc/op_helper.c:2676
#1  0x0814d3b4 in do_interrupt (env=0x83d9bc8) at 
/home/jermar/install/qemu/target-sparc/helper.c:758
#2  0x080d6510 in cpu_sparc_exec (env1=0x0) at 
/home/jermar/install/qemu/cpu-exec.c:320
#3  0x08055cca in main_loop () at /home/jermar/install/qemu/vl.c:7545
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
2676        pstate_regs = env->pstate & 0xc01;
(gdb) print env
$1 = (struct CPUSPARCState *) 0xbfdb97c8
(gdb) print env->pstate
Cannot access memory at address 0xbfdc717c

Since I get this error so early, I think this is a generic issue.
Anyone else has seen something similar?

I built qemu using gcc-3.3. The arguments I used to run qemu:
-cdrom image.iso -m 512 -boot d -nographic

Please, respond to me directly as I am not subscribed to the list.

Cheers,
Jakub




reply via email to

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