Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <01e201c0f04e$d42f5140$0200a8c0@lifelesswks> From: "Robert Collins" To: References: <000901c0ef4e$904cbe50$6e032bb7 AT BRAMSCHE> <018e01c0ef53$02e833f0$0200a8c0 AT lifelesswks> <20010607155145 DOT A21540 AT redhat DOT com> <009901c0efa2$23f65320$0200a8c0 AT lifelesswks> <15974599808 DOT 20010608103149 AT logos-m DOT ru> Subject: Re: dtable changes causing _very_ slow startup and process-startup headache. [was Re: auto-import ld] Date: Sat, 9 Jun 2001 05:11:18 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 08 Jun 2001 19:02:26.0130 (UTC) FILETIME=[8E8FA320:01C0F04D] Chris, thank you. setting the break point by line number worked. I can guess as to why it works too: if you set by line number it appears to create the breakpoint when the process is created. I'd _guess_ that with virtual functions and c++ it _may_ not be possible to set a breakpoint for a class::function by line number. Anyway, the delay I'm seeing is caused by uinfo.cc: line 76 if (get_logon_server_and_user_domain (domain, NULL)) Corinna, this function is your creation I believe? Is there any reason it would delay for ~30 seconds when called? I am not in a domain, ==> am in a workgroup, and haven't installed the subauth dll. Rob