Comment 22 for bug 7906

Revision history for this message
In , Justin Pryzby (justinpryzby-users) wrote : profile

I don't know that I can add useful info here, but this just bit me
too.

  $ wc -l /tmp/setuid;
  50 /tmp/setuid

  $ time ltrace grep -v /dev/ /tmp/setuid 2>&1 |LANG=C grep '^mbrtowc(' |wc -l
  77989

  real 0m14.802s
  user 0m6.118s
  sys 0m8.071s

  $ calc 50/14.802
          ~3.37792190244561545737

Justin