From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19683 invoked by alias); 8 Jan 2010 00:02:35 -0000 Received: (qmail 19395 invoked by uid 22791); 8 Jan 2010 00:02:34 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from jacques.telenet-ops.be (HELO jacques.telenet-ops.be) (195.130.132.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Jan 2010 00:02:29 +0000 Received: from [192.168.1.100] ([78.20.0.48]) by jacques.telenet-ops.be with bizsmtp id So2S1d005128HfS0Jo2SkF; Fri, 08 Jan 2010 01:02:26 +0100 Message-ID: <4B467641.4040508@telenet.be> Date: Fri, 08 Jan 2010 00:02:00 -0000 From: Jos De Laender User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: pthreads-win32@sourceware.org Subject: pthreads/openmp/mingw32 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2010/txt/msg00000.txt.bz2 Dear, I'm having trouble with following combination : Windows XP Mingw32 compiler 4.4.X gcc and openmp (libgomp) pthreads-win32. A trivial program in which openmp pragma is used in a thread crashes. This has given me already days of headaches into porting a working program from linux to windows .. I started diving deeper and deeper to understand what might be going on. I'm bumping into a situation where phtread_getspecific() returns NULL, while there was a pthread_setspecific() setting it. (all those calls coming from libgomp) Before I start going deeper and deeper : anyone some suggestions what might be going on ? Thanks for the help, Jos