Comment 11 for bug 440407

Revision history for this message
mmbossoni (mmbossoni-gmail) wrote :

Hi
I can reproduce the bug 100% of the time in my machine.
Maybe the libwebkit was compiled with an incompatible instruction set for my processor (An Athlon XP 1600+).
Access non existent instructions can cause sigill (we cannot use SSE2 instructions in a processor without them for example, but the processor that compiles the code can have it).
On my Vostro1000 laptop with a Turion64 X2 TL-60 everything works.