I've installed PC with a older CPU:
- Code: Select all
$ lscpu
Architecture: i686
CPU op-mode(s): 32-bit
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 1
Vendor ID: AuthenticAMD
CPU family: 6
Model: 10
Model name: AMD Athlon(tm) Processor
Stepping: 0
CPU MHz: 1545.410
BogoMIPS: 3090.82
L1d cache: 64K
L1i cache: 64K
L2 cache: 512K
$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 10
model name : AMD Athlon(tm) Processor
stepping : 0
cpu MHz : 1545.410
cache size : 512 KB
fdiv_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow
bogomips : 3090.82
clflush size : 32
cache_alignment : 32
address sizes : 34 bits physical, 32 bits virtual
power management: ts
But now I get some Illegal instruction errors: The first time I got it was from the nouveau-driver. I cant provide the log-message since i changed to vesa and mageia seems to remove dmsg-log files every second boot-process.
But with midori and the flash player it seems to be the same:
- Code: Select all
Program received signal SIGILL, Illegal instruction.
back0x8c7429d0 in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
(gdb) backtrace
#0 0x8c7429d0 in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#1 0x8c7493d8 in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#2 0x8c41a84e in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#3 0x8c3a01b7 in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#4 0x8c41b1e5 in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#5 0x8c4d563f in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#6 0x8c6f0863 in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#7 0x8c692517 in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#8 0x8c315646 in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#9 0x8c69b106 in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#10 0x8c696209 in ?? () from /usr/lib/flash-player-plugin/libflashplayer.so
#11 0xb61b6c7c in WebCore::PluginView::start() [clone .part.223] ()
from /lib/libwebkitgtk-1.0.so.0
#12 0xb61b7050 in WebCore::PluginView::startOrAddToUnstartedList() ()
from /lib/libwebkitgtk-1.0.so.0
#13 0xb61b70a0 in WebCore::PluginView::init() ()
from /lib/libwebkitgtk-1.0.so.0
#14 0xb68f9951 in WebCore::PluginView::setParent(WebCore::ScrollView*) ()
from /lib/libwebkitgtk-1.0.so.0
#15 0xb67b139e in WebCore::ScrollView::addChild(WTF::PassRefPtr<WebCore::Widget>) () from /lib/libwebkitgtk-1.0.so.0
#16 0xb6356f71 in WebCore::moveWidgetToParentSoon(WebCore::Widget*, WebCore::FrameView*) () from /lib/libwebkitgtk-1.0.so.0
#17 0xb63574ca in WebCore::RenderWidget::setWidget(WTF::PassRefPtr<WebCore::Widget>) () from /lib/libwebkitgtk-1.0.so.0
#18 0xb62fb1b9 in WebCore::RenderPart::setWidget(WTF::PassRefPtr<WebCore::Widget>) () from /lib/libwebkitgtk-1.0.so.0
#19 0xb6103b2a in WebCore::SubframeLoader::loadPlugin(WebCore::HTMLPlugInImageElement*, WebCore::KURL const&, WTF::String const&, WTF::Vector<WTF::String, 0u, WTF::CrashOnOverflow> const&, WTF::Vector<WTF::String, 0u, WTF::CrashOnOverflow> const&, bool) () from /lib/libwebkitgtk-1.0.so.0
---Type <return> to continue, or q <return> to quit---
#20 0xb6103cc5 in WebCore::SubframeLoader::requestPlugin(WebCore::HTMLPlugInImageElement*, WebCore::KURL const&, WTF::String const&, WTF::Vector<WTF::String, 0u, WTF::CrashOnOverflow> const&, WTF::Vector<WTF::String, 0u, WTF::CrashOnOverflow> const&, bool) () from /lib/libwebkitgtk-1.0.so.0
print /x $pc
$3 = 0x8c7429d0
(gdb) x/i $pc
=> 0x8c7429d0: cvtdq2ps %xmm1,%xmm0
(gdb) x/i 0x8c7429d0