1

Pdfchain doesn't start. When trying to start from terminal I get:

Segmentation fault (core dumped)

Any suggestions?

Zanna
  • 72,312

1 Answers1

0

I will first try purge pdfchain:

sudo apt-get purge pdfchain

And check. If this doesnt work try to reinstall it with and purge config too:

sudo apt-get remove pdfchain
sudo apt-get purge pdfchain

Then install it :

sudo add-apt-repository ppa:pdfchain-team/ppa
sudo apt-get update
sudo apt-get install pdfchain

Tell me if it works. If not you may try to debug the pdgchain with gdb for example.

mgiedyk
  • 11