Comment 51 for bug 1960449

Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

I was able to reproduce the go-md2man issue in a bionic ppc64el VM.

# go-md2man --help
Segmentation fault (core dumped)

I then upgraded the package to the version available in proposed, which fixes the issue for me.

# go-md2man --help
Usage of go-md2man:
  -in string
     Path to file to be processed (default: stdin)
  -out string
     Path to output processed file (default: stdout)

Thanks!