Port-vax archive

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

Re: Another illegal instruction awk problem



>>>   gdb /netbsd
>>> and x/i the pc value?
>> Actually, the next step is dump the stack to find the exception frame.
>> (gdb) x/32x $sp
> (gdb) x/i 0x80196183
> 0x80196183 <emodd+120>: movd r9,r0

emodd - I think that's one of the often-emulated inestructions, meaning
ragge is almost certainly right.  (Gee, what a surprise: an expert's
guess turning out to be right. :)

> (gdb) x/32x $sp:
> No registers.

Was this done in "gdb /netbsd"?  I think it would need to be done in
the "gdb awk awk.core" context.

/~\ The ASCII                             Mouse
\ / Ribbon Campaign
 X  Against HTML                mouse%rodents-montreal.org@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index