Comment 5 for bug 221635

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

I can certainly make this go away for 2.5.2, incidentally; the assert function is not safe for use in signal handlers, so it's correct to change this to a simple if guard instead which won't crash if it fails to be true for some reason.

However, I'm a little worried that by doing so I'll be papering over some other problem, which is why I want to get strace output.