[Bug c/11961] New: sse pthread segfault
justin at nurbana dot cx
gcc-bugzilla@gcc.gnu.org
Mon Aug 18 04:47:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11961
Summary: sse pthread segfault
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: justin at nurbana dot cx
CC: gcc-bugs at gcc dot gnu dot org
When executing code with sse intrinsics from a posix thread the program will
crash. I believe there is a byte alignment issue with glibc or gcc where it's
only aligning 8 bytes instead of 16, which is what sse wants. I've compiled the
sse multi-threaded code with the intel compiler and it works fine. My sse code
not using pthreads also works fine under gcc.
More information about the Gcc-bugs
mailing list