Comment 14 for bug 615953

Revision history for this message
In , Eugene (eugene-redhat-bugs) wrote :

Eugene Zobachev 2010-08-17 17:58:14 CDT

I have experienced exactly same problem with the similar code.
The code was compiled and executed on the same computer (Linux server
with Fedora 13).
Surprisingly, this code executes correctly in Ubuntu QEMU and KVN
from the flash drive with Fedora 13, whereas Windows QEMU indicates
same error ("Illegal instruction" in __strspn_sse42).

Additional information:
If you change "strspn" to "strcspn" in the code fragment above,
the static build works fine.