From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28215 invoked by alias); 5 May 2003 11:46:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 28200 invoked by uid 71); 5 May 2003 11:46:01 -0000 Date: Mon, 05 May 2003 11:46:00 -0000 Message-ID: <20030505114601.28197.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: John Love-Jensen Subject: Re: libstdc++/10350: thread-safety problem in std::string. Reply-To: John Love-Jensen X-SW-Source: 2003-05/txt/msg00278.txt.bz2 List-Id: The following reply was made to PR libstdc++/10350; it has been noted by GNATS. From: John Love-Jensen To: Fred Channey , , , , , , , Cc: Subject: Re: libstdc++/10350: thread-safety problem in std::string. Date: Mon, 05 May 2003 06:43:53 -0500 Dear Fred, Are you protected your string access (both read and write) with mutex protection? --Eljay