From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27151 invoked by alias); 18 Sep 2006 17:05:55 -0000 Received: (qmail 27088 invoked by uid 48); 18 Sep 2006 17:05:46 -0000 Date: Mon, 18 Sep 2006 17:05:00 -0000 From: "arnd at arndb dot de" To: glibc-bugs@sources.redhat.com Message-ID: <20060918170545.3225.arnd@arndb.de> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/3225] New: aligned_restore_vmx corrupts stack pointer during sighandler X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00080.txt.bz2 List-Id: Since the commit in http://www.sourceware.org/ml/glibc-cvs/2005-q4/msg02674.html, there is a tiny window during __longjmp() where the stack pointer register (r1) is undefined. When a signal handler arrives there, the task crashes while setting up the signal stack. -- Summary: aligned_restore_vmx corrupts stack pointer during sighandler Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: drepper at redhat dot com ReportedBy: arnd at arndb dot de CC: glibc-bugs at sources dot redhat dot com GCC build triplet: powerpc64-linux GCC host triplet: powerpc64-linux GCC target triplet: powerpc64-linux http://sourceware.org/bugzilla/show_bug.cgi?id=3225 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.