From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12806 invoked by alias); 2 Jan 2002 10:04:59 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 12770 invoked from network); 2 Jan 2002 10:04:55 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 2 Jan 2002 10:04:55 -0000 Received: from cygbert.vinschen.de (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id CAA11594 for ; Wed, 2 Jan 2002 02:04:53 -0800 (PST) Received: (from corinna@localhost) by cygbert.vinschen.de (8.11.6/8.9.3/Linux sendmail 8.9.3) id g02A4p523598 for cygwin@sources.redhat.com; Wed, 2 Jan 2002 11:04:51 +0100 Date: Wed, 02 Jan 2002 02:04:00 -0000 From: Corinna Vinschen To: Cygwin Subject: Re: duplicate regexec/regcomp functions detected Message-ID: <20020102110451.F27340@cygbert.vinschen.de> Mail-Followup-To: Corinna Vinschen , Cygwin References: <20020101160631.B27340@cygbert.vinschen.de> <002501c19320$0fb94080$865c07d5@BRAMSCHE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002501c19320$0fb94080$865c07d5@BRAMSCHE> User-Agent: Mutt/1.3.22.1i X-SW-Source: 2002-01/txt/msg00029.txt.bz2 On Wed, Jan 02, 2002 at 12:57:25AM +0100, Ralf Habacker wrote: > Thanks for this hints. While porting kdelibs I have had to explicity closed and delete the > socket file before I can bound to it (which wasn't used under other ported os) and as I found > the decribed code in the bind() function, the first thoughts was that this may be the > problem. After this correction I will look at the kde code to identify the called functions. > Perhaps the problem is the getsockname(). I have checked in a fix to getsockname() to return the correct result for AF_LOCAL/AF_UNIX sockets as well. You can find it in the current sources from CVS. > After looking in the code I have an additional question. Does cygwin and linux differs in the > possibilites of deleting of open files ? This could be a difference, because I have found > that before binding an unlink() is made, but fails. The usual Win32/Posix difference: You can't unlink a file on Win32 which is still in use. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin@cygwin.com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/