From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24666 invoked by alias); 27 Mar 2007 18:51:32 -0000 Received: (qmail 24624 invoked by uid 48); 27 Mar 2007 18:51:17 -0000 Date: Tue, 27 Mar 2007 18:51:00 -0000 Message-ID: <20070327185117.24623.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/31368] basic_string and unsigned short leads to memory fault In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "gregoryk at edifecs dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-03/txt/msg02602.txt.bz2 ------- Comment #14 from gregoryk at edifecs dot com 2007-03-27 19:51 ------- Thank you for info. The sample is working now with _GLIBCXX_FULLY_DYNAMIC_STRING turned on. What is the next procedure with bug status? For me bug can be marked as FIXED. Regarding portability. We use unsigned short strings on more then 6 platforms and would like to continue this way. We use custom implementation of char_traits where it is not available. And looking on migration on Xerces STL as a common solution for all platforms (yes, it is not easy but worth to try). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31368