All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gabriel Paubert <paubert@iram.es>
To: Pablo Fischer <exilion@yifan.net>, linux-kernel@vger.kernel.org
Subject: Re: StackPages errors (CALLTRACE)
Date: Fri, 05 Jul 2002 11:24:49 +0200	[thread overview]
Message-ID: <3D2565E1.9050708@iram.es> (raw)
In-Reply-To: 1025849217.2921.34.camel@pablo.fischer.com.mx

Pablo Fischer wrote:
> Hi..
> 
> I have MDK 8.2 and I get this error with: MDK 8.2, RH 7.2, RH 7.3.. but
> just with ONE COMPUTER, the other computers works fine.
> 
> Ok.. I have a SpeedTouch, but to get it work I need to
> 
> 1) modprobe the module
> 2) Then.. call the speedmgmt (a binary)
> 
> When I call the speedmgmt, I get:
> 
> 
> Process speedmgmt (pid: 1748, stackpage=c1827000)
> Stack: c0263a10 c1040000 c0263a4c 00000212 00000000 00000000 c4c10f60
> c4d79c9e
> c11e4e60 00000001 00000000 00000000 00000001 00000001 00000000 bffff752
> c3430460 fffffdfd c398cde0 c0312ae0 c4d79f97 c3430460 bffff758 bffff758
> Call Trace:
> [af_packet:__insmod_af_packet_O/lib/modules/2.4.18-6mdk/kernel/net/pac+-1548448/96] [af_packet:__insmod_af_packet_O/lib/modules/2.4.18-6mdk/kernel/net/pac+-70498/96] [af_packet:__insmod_af_packet_O/lib/modules/2.4.18-6mdk/kernel/net/pac+-69737/96] [file_ioctl+340/368] [sys_ioctl+546/608]
> Call Trace: [<c4c10f60>] [<c4d79c9e>] [<c4d79f97>] [<c01413b4>]
> [<c01415f2>]
> [system_call+51/64]
> [<c0106f23>]
> Code: 0f 44 c2 8b 57 04 0d 80 00 00 c0 89 42 18 8b 07 8b 57 04 8b
> 
> Why I get that error?

Because you are trying to execute a CMOV (0f 4x) instruction. The module
you are loading is compiled for PPro or higher.

> 
> I have a Compaq (AMD K6 - 500mhz) and 64 of Memory.

Hence no CMOV support (cat /proc/cpuinfo).

	Gabriel.



  reply	other threads:[~2002-07-05  9:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-05  6:06 StackPages errors (CALLTRACE) Pablo Fischer
2002-07-05  9:24 ` Gabriel Paubert [this message]
2002-07-05 16:47   ` Pablo Fischer
2002-07-05 20:00     ` Diego Calleja
2002-07-05 21:21     ` Alan Cox
     [not found] <Pine.LNX.4.33.0207051154160.14284-100000@coffee.psychology.mcmaster.ca>
2002-07-05 17:06 ` Pablo Fischer
2002-07-05 17:43   ` Thunder from the hill
2002-07-05 19:50     ` John Alvord
2002-07-05 21:12       ` Alan Cox
2002-07-09  3:03         ` Pavel Machek

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=3D2565E1.9050708@iram.es \
    --to=paubert@iram.es \
    --cc=exilion@yifan.net \
    --cc=linux-kernel@vger.kernel.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.