Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3D529356.4020001@hekimian.com> Date: Thu, 08 Aug 2002 11:50:46 -0400 X-Sybari-Trust: 03b0f7d5 b923d9bf 4738785c 00000109 From: Joe Buehler Reply-To: joseph DOT buehler AT spirentcom DOT com Organization: Spirent Communications User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin-developers AT cygwin DOT com Subject: Re: FYI on private static object construction References: <3D527A3C DOT 40704 AT hekimian DOT com> <20020808152748 DOT GA8388 AT redhat DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Christopher Faylor wrote: > So, it sounds like you should be able to supply us with a list of > the offending functions. Here you go. The tcf function looks like it is always the function in front of the function that uses it. *** /bin/cygwin1.dll 61016dc0 t ___tcf_0 61016ddc t fillout_pinfo(int, int) -- 610431e0 t ___tcf_0 610432c4 T read_etc_group(void) -- 61054358 t ___tcf_0 61054408 T read_etc_passwd(void) -- 61083450 t ___tcf_0 610834fc t wait_sig(void *)@4 -- 6108842c t ___tcf_0 61088448 T strace::microseconds(void) -- 6109a08c t ___tcf_0 6109a0a8 T _gettimeofday According to nm, there are no symbols in the other dlls in /bin, so I can't check them. I have rebuilt cygwin1.dll with debugging info so I could get the info above. Joe Buehler