linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Roger Larsson <roger.larsson@norran.net>
To: sandeep malik <malik_mca2000@yahoo.co.in>, linuxppc-embedded@ozlabs.org
Subject: Re: Help Needed: floating point used in kernel (task=c0398410, pc=3184)
Date: Wed, 24 May 2006 11:48:38 +0200	[thread overview]
Message-ID: <200605241148.38708.roger.larsson@norran.net> (raw)
In-Reply-To: <20060524081447.12399.qmail@web8410.mail.in.yahoo.com>

On onsdag 24 maj 2006 10.14, you wrote:
> Hi Roger...
>   Thanks for your response.....but in my case the application is causing
> this error....
It might be the application who runs, calls kernel for output, drivers used
for output uses floating point.
No application running => no floating point exceptions...

>   The result was exactly what is expected.....so i think this is not
> related to floating point but might be some other issue......
Some driver, most likely your if you have made any yourself is
using floating point.
  serial, console, ethernet drivers?


>
>   Are there any other scenarios which can lead to this message????

Not unless the exception is setup wrong - I would not bet on that.

Lets trace it:
> >   floating point used in kernel (task=c0398410, pc=3184)
This message is generated in ./arch/ppc/kernel/head.S

pc = 3184 (in hex)
Now check your System.map
The routine with the closest lower address is your main suspect,
the use of inlines can blur this...
(the task pointer is not that useful, they should have converted it
to process id)

/RogerL

  reply	other threads:[~2006-05-24  9:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-24  8:14 Re:Help Needed: floating point used in kernel (task=c0398410, pc=3184) sandeep malik
2006-05-24  9:48 ` Roger Larsson [this message]
2006-05-24 12:30   ` Help " sandeep malik
     [not found] <20060526073815.32337.qmail@web8401.mail.in.yahoo.com>
2006-05-26  7:49 ` Roger Larsson
2006-05-26 14:00   ` sandeep malik
  -- strict thread matches above, loose matches on Subject: below --
2006-05-24  6:26 Help Needed: floating point used in kernel (task=c0398410, pc =3184) Liu Dave-r63238
2006-05-26  7:45 ` sandeep malik
2006-05-24  6:12 Help Needed: floating point used in kernel (task=c0398410, pc=3184) sandeep malik
2006-05-24  6:50 ` Roger Larsson
2006-05-24 18:03   ` Carlos Munoz

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=200605241148.38708.roger.larsson@norran.net \
    --to=roger.larsson@norran.net \
    --cc=linuxppc-embedded@ozlabs.org \
    --cc=malik_mca2000@yahoo.co.in \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).