From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1957 invoked by alias); 3 Apr 2011 07:45:13 -0000 Received: (qmail 1823 invoked by uid 22791); 3 Apr 2011 07:45:12 -0000 X-SWARE-Spam-Status: No, hits=2.1 required=5.0 tests=BAYES_00,DATE_IN_PAST_06_12,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_NUMERIC_HELO,SARE_SUB_ENC_UTF8,SPF_HELO_PASS,TW_GC,TW_JL,TW_TJ,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Apr 2011 07:45:08 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q6Hzd-0003FT-DN for gcc-help@gcc.gnu.org; Sun, 03 Apr 2011 09:45:06 +0200 Received: from 125.39.132.66 ([125.39.132.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Apr 2011 09:45:05 +0200 Received: from licheng.1212 by 125.39.132.66 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Apr 2011 09:45:05 +0200 To: gcc-help@gcc.gnu.org From: licheng Subject: Re: =?utf-8?b?X19idWlsdGluX3NldGptcC9fX2J1aWx0aW5fbG9uZ2ptcA==?= Implementation Date: Sun, 03 Apr 2011 07:45:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-04/txt/msg00039.txt.bz2 John Love-Jensen adobe.com> writes: > > Hi David, > > My first suspicion is that your setjmp/longjmp is interleaved with C++ > exception handling mechanism (regardless if the mechanism is sjlj or > something else). > i have got the same problem, but i don't understand what you means! my project have c,c++,and java files,use gcc and gcj and sjlj. my project hava setjmp/longjmp,but it's all in c files, you have say "I strongly recommend that you only use C code inside the context of the setjmp body",is that means c file is ok to hava setjmp/longjmp?