Comment 1 for bug 806405

Revision history for this message
Johan Walles (walles) wrote :

Hi!

Both of these issues are because unhide.rb is racing with process shutdown (3379) and startup (4606). Symlinks have nothing to do with this.

I just committed a fix for this:
http://bazaar.launchpad.net/~walles/unhide.rb/trunk/revision/13

The fix is to check suspicious processes again. If they don't trigger any warning the second time around they aren't listed.

Also, I fixed a discrepancy between the docs and the actual behavior. All warnings are now printed on stderr.

  Regards //Johan