From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15363 invoked by alias); 8 Jul 2004 16:26:18 -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 15332 invoked from network); 8 Jul 2004 16:26:17 -0000 Received: from unknown (HELO www.psatellite.com) (67.100.218.178) by sourceware.org with SMTP; 8 Jul 2004 16:26:17 -0000 Received: from [192.168.1.191] (h-67-100-218-182.phlapafg.covad.net [67.100.218.182]) by www.psatellite.com (Postfix) with ESMTP id 912AD774DB; Thu, 8 Jul 2004 12:26:17 -0400 (EDT) In-Reply-To: <40ED6116.6030207@tps.com> References: <40ED6116.6030207@tps.com> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <873979BD-D0FB-11D8-BE46-000393C91F86@psatellite.com> Content-Transfer-Encoding: 7bit Cc: pthreads-win32@sources.redhat.com From: Lavanya Swetharanyan Subject: Re: [Fwd: Re: Unix vs. Windows Posix threads !]] Date: Thu, 08 Jul 2004 16:26:00 -0000 To: Jef Gearhart X-SW-Source: 2004/txt/msg00092.txt.bz2 Thanks for all your help. It was as Jef suggested, due to not using the pthread_mutex_destory() function correctly. Once I had them at the right places, it is working fine.