John Love-Jensen <eljay <at> 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?