This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Insight with 64bit architectures -- problem


Insighters,

I've followed my problem into SetIntFromAny where I'm
passing the address 0xffffffffa0020154 and on line
1730 of tcl/generic/tclObj.c we try to use

strtoul()

and output into a long .... well, we get -1 and the result
is

"integer value too large to represent" (line 1748).

The above breaks setting the break points at assembler lines
on 64bit architectures (with sign extension - MIPS) when
we set display of SRC+ASM (or ASM, etc...)

Any suggestions here?  Time for a stroull() and change to
unsigned long long our value.

John



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]