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

FWD: gcc profiling broken on Linux/ia64?



FYI -randolph

----- Forwarded message from Randolph Chung <randolph@tausq.org> -----

Date: Sat, 23 Feb 2002 19:10:30 -0800
From: Randolph Chung <randolph@tausq.org>
To: linux-ia64@linuxia64.org
Cc: gcc-bugs@gcc.gnu.org
Subject: gcc profiling broken on Linux/ia64?
Reply-To: Randolph Chung <randolph@tausq.org>

Greetings....

I was wondering if anyone has gotten gcc profiling to work on 
linux/ia64?

$ cat hello.c 
int main(int argc, char **argv) { return 0; }
$ gcc -pg -o hello hello.c
$ ./hello
Segmentation fault

I've tried this with the 2.96 compilers on RedHat 7.2 as well as both
2.96 and 3.0.4 compilers on Debian 3.0 (glibc 2.2.4 on RH, 2.2.5 on
Debian)

Backtrace with gdb looks like this:

(gdb) bt
#0  __mcount (frompc=16140901064496364080, selfpc=4611686018427390128)
    at mcount.c:96
#1  0x20000000001fdf30 in mcount () at soinit.c:56
#2  0x40000000000008b0 in main (argc=1073766400, argv=0x7000a1000005501)
    at hello.c:1

mcount.c:96         toindex = *frompcindex;

(gdb) print frompcindex
$1 = (u_short *) 0xa000000000471ce8

Any pointers would be much appreciated.

randolph

----- End forwarded message -----



Reply to: