Victor Shulyak wrote:
> Attached file contains objdump -D of my kernel image with
> __ipipe_handle_exception function.
> 
> 
> How could I locate the faulty routine containing eip=0xc7b84d51?

It is probably the address of a module, so getting the disassembly is a
little bit more complicated: you have to look into /proc/modules for the
load address of the modules. Then pass it to the --adjust-vma option of
objdump.

But you should try Philippe's patch first.

-- 
                                                 Gilles Chanteperdrix

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to