From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8109 invoked by alias); 17 Mar 2008 16:33:15 -0000 Received: (qmail 7753 invoked by uid 48); 17 Mar 2008 16:32:31 -0000 Date: Mon, 17 Mar 2008 16:33:00 -0000 From: "boringuy at gmail dot com" To: glibc-bugs@sources.redhat.com Message-ID: <20080317163230.5950.boringuy@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/5950] New: strtold_l() segfaults on various distribution of linux X-Bugzilla-Reason: CC 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: 2008-03/txt/msg00093.txt.bz2 I have tried glibc 2.5, 2.6 and 2.7 (none of them are available to select above in the bug form). I have tried on Gentoo, Arch and Debian etch. I have tried on 64-bit and 32-bit machines. They all segfaults. Here is the test case: #define _GNU_SOURCE 1 #include #include int main() { __locale_t x = NULL; strtold_l("1234.23423", NULL, x); return 0; } Compile with this: gcc -Wall -g -O2 -o test test.c I have tried gcc3 and gcc4 and had the same result. -- Summary: strtold_l() segfaults on various distribution of linux Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: drepper at redhat dot com ReportedBy: boringuy at gmail dot com CC: glibc-bugs at sources dot redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=5950 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.