Comment 7 for bug 221635

Revision history for this message
Colin Watson (cjwatson) wrote : Re: man does not work

Ugh, I hate bugs that vanish like that ...

In that case, I think I shall just assume that this upstream fix will deal with it (it would at least have made that specific symptom go away), and not worry too much about the underlying cause. Thanks for trying.

Sun Apr 27 11:24:24 BST 2008 Colin Watson <email address hidden>

        * lib/pipeline.c (pipeline_sigchld): assert is not
          async-signal-safe, so avoid calling it in a signal handler and use
          an if guard instead (Ubuntu bug #221635, although exactly why the
          assertion is failing there is unclear).