qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/4] tcg: Add debug_info to JIT ELF image.


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH 1/4] tcg: Add debug_info to JIT ELF image.
Date: Mon, 16 Apr 2012 19:28:40 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 03/24/2012 07:47 PM, Richard Henderson wrote:
> This allows us to actually supply a function name in softmmu builds;
> gdb doesn't pick up the minimal symbol table otherwise.  Also add a
> bit of documentation and statically generate more of the ELF image.
>
>

Looks like this is the cause of

# file /usr/local/bin/qemu-system-x86_64
/usr/local/bin/qemu-system-x86_64: ELF 64-bit LSB shared object, x86-64,
version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux
2.6.32, not stripped
# gdb -p `pgrep qemu`
<blurb>
Attaching to process 2119
Reading symbols from /usr/local/bin/qemu-system-x86_64...done.
Unable to read JIT descriptor from remote memory!
(gdb) bt
#0  0x00007f4a1257cae5 in ?? ()
#1  0x0000000000000000 in ?? ()
(gdb)

-- 
error compiling committee.c: too many arguments to function




reply via email to

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