delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <4098E04B.34D2866B@dessent.net> |
Date: | Wed, 05 May 2004 05:38:35 -0700 |
From: | Brian Dessent <brian AT dessent DOT net> |
Organization: | My own little world... |
MIME-Version: | 1.0 |
To: | "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com> |
Subject: | Re: pthreads and sockets - Cannot register window class error |
References: | <4098760F DOT CDB4F630 AT hot DOT pl> |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Jacek Trzmiel wrote: > void test() > { > /* go find out about the desired host machine */ > struct hostent *he = gethostbyname(HOST); > if (he == 0) { > perror("gethostbyname"); > exit(1); > } Just a wild guess, but gethostbyname() is probably not reentrant and can't be called from threads like that. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |