Rachita Kothiyal wrote:
> If "crash --machdep irq_eframe_link=40 ..." works, then
> something in x86_64_irq_eframe_link_init() needs to be
> looked at.
Hi Dave
The dis common_interrupt looks exactly like above and with the
--machdep irq_eframe_link=40 in the commandline I dont see the bogus
frames in the bt.
Thanks
Rachita
Right -- so you'll have to debug x86_64_irq_eframe_link_init().
and figure out why it's failing to make it to the bottom, where
the link gets initialized.
Dave