From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10065 invoked by alias); 1 Nov 2010 18:42:00 -0000 Received: (qmail 10057 invoked by uid 22791); 1 Nov 2010 18:41:59 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 01 Nov 2010 18:41:57 +0000 From: "drepper.fsp at gmail dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/12123] SIGBUS on strstr_sse42 due to bad alignment X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: drepper.fsp at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: drepper.fsp at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 01 Nov 2010 18:42:00 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00000.txt.bz2 Message-ID: <20101101184200.AEVM-HMHcbrFTh2KIx14XaN3NtAMAjEx34wn09z_iVU@z> http://sourceware.org/bugzilla/show_bug.cgi?id=12123 Ulrich Drepper changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #22 from Ulrich Drepper 2010-11-01 18:41:34 UTC --- This is a compiler issue. Use a fixed compiler. If someone can identify a change in the compiler which fixes the problem an appropriate check can be added. But perhaps not. My strstr.os seems not to need any compiler changes. It must be local changes of some sort and then there should also be a local gcc check. In any case, nothing to be done to the code, it's fine. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.