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]
Other format: [Raw text]

Re: cygthread::cygthread() hang


It might be better to eliminate the cygthread::new() method and switch
to a factory method.  Gcc actually generates two different cygthread
constructor functions, and this confuses gdb -- there are two different
functions being generated from the same source lines.  I of course
needed a break in the second function, and gdb picked the first...
--
Joe Buehler


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