This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: dtable changes causing _very_ slow startup and process-startup headache. [was Re: auto-import ld]


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]