-
Its' s looks like your gdb don't know to work with long values - it strip it to int.
I was also told some time ago that it also happened on Ubuntu 64.
I investigated it and found that gdb is broken - it can't work with 64 bit addresses :(
As long as I remember gdb from Fedora 8 64 bit is OK, so you can try it.
I am planning someday to replace gdb with my own (I hope better, and sure...
2009-12-29 14:43:09 UTC in ELF statifier
-
Try replace in the file maps.sh line 41
if (StartStop == "ffffffffff600000-ffffffffffe00000") next;
to
if (StartStop == "ffffffffff600000-ffffffffff601000") next;
P.S. Cool hat, Niels.
2009-12-26 15:14:04 UTC in ELF statifier
-
Please, post output of cat/proc/self/maps
Valery.
2009-12-20 08:02:21 UTC in ELF statifier
-
valery_reznic committed revision 626 to the rpm rebuild SVN repository, changing 5 files.
2009-11-12 14:42:49 UTC in rpm rebuild