This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/11961] New: sse pthread segfault


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]