From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30571 invoked by alias); 12 Aug 2009 17:49:16 -0000 Received: (qmail 30506 invoked by uid 22791); 12 Aug 2009 17:49:15 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from fmmailgate01.web.de (HELO fmmailgate01.web.de) (217.72.192.221) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Aug 2009 17:49:10 +0000 Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate01.web.de (Postfix) with ESMTP id 5820A112154D9; Wed, 12 Aug 2009 19:49:07 +0200 (CEST) Received: from [62.153.151.131] (helo=[192.168.178.35]) by smtp05.web.de with asmtp (WEB.DE 4.110 #314) id 1MbHwe-0001AP-00; Wed, 12 Aug 2009 19:49:04 +0200 Message-ID: <4A830092.7050206@web.de> Date: Wed, 12 Aug 2009 17:49:00 -0000 From: Uwe Kindler User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: ecos-devel@sourceware.org CC: jifl@jifvik.org Subject: Re: Strange __cxa_pure_virtual problem Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Sender: uwe_kindler@web.de Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-08/txt/msg00016.txt.bz2 Hello Jonathan, thank you for your detailed description - it helped me to find the cause. In ustlecos.cpp there is a function: void diag_print_exception(const exception& ex) { static string exstr(64); ... if I remove the static from the string declaration the __cxa_pure_virtual problem is gone. Regards, Uwe