[cmucl-help] CMUCL 18c building on tru64 5.1

Carl Shapiro carl.shapiro at gmail.com
Thu Sep 4 20:29:49 UTC 2014


On Thu, Sep 4, 2014 at 9:17 AM, Raymond Toy <toy.raymond at gmail.com> wrote:

> ​I have to say, I can't really understand this.  The disassembled
> instructions don't seem to match what's in alpha-assem.S.  I'm guessing,
> however, that this jsr inst is jumping into the initial_function, which
> might be in v0.  But in alpha-assem.S, the instruction looks like jsr
> reg_ZERO, (reg_LIP).


The map files generated when building a core should help you translate a PC
to a function.  I would look to see which function's PC range encloses
0x3028eee8.  From there, we can develop a hypothesis about what is going
wrong.


More information about the cmucl-help mailing list