From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29662 invoked by alias); 3 Nov 2004 10:50:33 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 29624 invoked from network); 3 Nov 2004 10:50:32 -0000 Received: from unknown (HELO mail.informatik.hu-berlin.de) (141.20.20.50) by sourceware.org with SMTP; 3 Nov 2004 10:50:32 -0000 Received: from [141.20.27.40] (rosmarin [141.20.27.40]) (authenticated bits=0) by mail.informatik.hu-berlin.de (8.12.10/8.12.10/INF-2.0-MA-SOLARIS-2.8) with ESMTP id iA3AoVBn029674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 3 Nov 2004 11:50:31 +0100 (MET) Message-ID: <4188B7F6.6060004@voigt.in-berlin.de> Date: Wed, 03 Nov 2004 10:50:00 -0000 From: Bastian Voigt User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) MIME-Version: 1.0 To: pthreads-win32@sources.redhat.com Subject: Re: unexpected end of file :-( References: <41875A6B.5040103@voigt.in-berlin.de> <41883645.70704@callisto.canberra.edu.au> In-Reply-To: <41883645.70704@callisto.canberra.edu.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004/txt/msg00126.txt.bz2 Ross Johnson wrote: > #define pthread_cleanup_push(a,b) > and no > #define pthread_cleanup_pop(a) > > Is that an omission? No, it's not :-) > The way these are defined is as a pair that forms the start and end of > a block. That is, push with no pop will create an unbalanced { ... }, > and that could be the problem. Yes, that was the problem. I must admit Iam a pthreads n00b ..Thanks for your help! Regards, Bastian Voigt