From: Victor Shulyak <V.I.Shulyak@domain.hid>
To: rpm@xenomai.org
Cc: Xenomai help <xenomai@xenomai.org>
Subject: Re: [Xenomai-help] BUG: unable to handle kernel paging request
Date: Mon, 29 Jan 2007 18:23:29 +0600 [thread overview]
Message-ID: <1170073409.26457.8.camel@domain.hid> (raw)
In-Reply-To: <1169852516.3346.77.camel@domain.hid>
Hello
> > > > However, since there seem to be a clean backtrace, maybe we could give a
> > > > try anyway. Could you objdump your kernel image, then locate the faulty
> > > > routine containing eip=0xc7b84d51?
I can apply objdump to kernel modules, but when this utility was applied
to kernel image, error message is displayed
objdump: /boot/vmlinuz-xenomai: File format not recognized
How could I objdump my kernel image?
> > > Let's suppose we can believe in sanity of the call trace, then would
> > > you, Victor, provide a disassembled code for
> > > __ipipe_handle_exception() ?
> > >
I will do this with pleasure, one thing to know, which tools can help
me?
> > --- arch/i386/kernel/entry.S~ 2006-12-16 13:32:29.000000000 +0100
> > +++ arch/i386/kernel/entry.S 2007-01-26 23:44:59.000000000 +0100
> > @@ -1032,7 +1032,7 @@
> > RING0_INT_FRAME
> > pushl $0 # no error code
> > CFI_ADJUST_CFA_OFFSET 4
> > - pushl $do_divide_error
> > + PUSH_XVEC(do_divide_error)
>
> s,PUSH_XVEC,PUSH_XCODE,
>
> > CFI_ADJUST_CFA_OFFSET 4
> > jmp error_code
> > CFI_ENDPROC
I did so.
Thanks, Victor
next prev parent reply other threads:[~2007-01-29 12:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-26 11:46 [Xenomai-help] BUG: unable to handle kernel paging request Victor Shulyak
2007-01-26 16:07 ` Philippe Gerum
2007-01-26 18:46 ` Dmitry Adamushko
2007-01-26 22:46 ` Philippe Gerum
2007-01-26 23:01 ` Philippe Gerum
2007-01-29 12:23 ` Victor Shulyak [this message]
2007-01-29 14:21 ` Jan Kiszka
2007-01-29 15:21 ` Gilles Chanteperdrix
2007-01-29 16:17 ` Victor Shulyak
2007-01-29 16:32 ` Dmitry Adamushko
2007-01-30 11:20 ` Victor Shulyak
2007-01-29 16:39 ` Gilles Chanteperdrix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1170073409.26457.8.camel@domain.hid \
--to=v.i.shulyak@domain.hid \
--cc=rpm@xenomai.org \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.