From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4302 invoked by alias); 4 Nov 2006 00:03:05 -0000 Received: (qmail 4286 invoked by uid 48); 4 Nov 2006 00:02:56 -0000 Date: Sat, 04 Nov 2006 00:03:00 -0000 Message-ID: <20061104000256.4285.qmail@sourceware.org> From: "drepper at redhat dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20061103235615.3457.schaudhu@blackrock.com> References: <20061103235615.3457.schaudhu@blackrock.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/3457] popen fails in sighandler after double free or corruption 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-11/txt/msg00010.txt.bz2 List-Id: ------- Additional Comments From drepper at redhat dot com 2006-11-04 00:02 ------- You cannot use any non-async safe function in a signal handler. The small list of functions which is allowed is listed in section 2.4.3 of the XSH volume of POSIX. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID http://sourceware.org/bugzilla/show_bug.cgi?id=3457 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.