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]

cygwin_lock_lock strace output


Does anybody hate the

  __cygwin_lock_unlock: threadcount 1.  not unlocking
  __cygwin_lock_lock: threadcount 1.  not locking

strace messages as much as I do?  Is it really necessary to print them
all the time?

To put it in other words, would it hurt people badly if we change the
default strace mask so that the _STRACE_PARANOID flag isn't set anymore
as in

  if (!mask)
    mask = _STRACE_ALL & ~_STRACE_PARANOID
    
?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.


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