X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47977A1B.7080408@informatik.uni-luebeck.de> Date: Wed, 23 Jan 2008 18:32:11 +0100 From: Falk Sticken User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [1.5.25-7] locale not supported? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi I am programming using gcc 3.4.4 under cygwin 1.5.25-7. Unfortunately using the locale class form libstdc++ with any non-default locale (e.g. "en", "en_US", "de", "de_DE", "french") crashes my program with a segmentation fault. Creating a locale with "" as argument works so. I tried to investigate the error with gdb, but I do not have the cygwin sources. It seems the error is thrown at line 77 in the iostream header file (include/c++/iostream). Might this be a bug or are locales not supported by cygwin? bye, Falk Sticken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/