From wbsoft/frescobaldi#929:
Using Ubuntu 17.04 with python3-poppler-qt5 0.24.2-3 installed from apt-get, from Frescobaldi debug session:
In[6]: link
Out[7]:
<popplerqt5.LinkBrowse at 0x7fe06ef0dee8>
In[7]: link.url()
Out[8]:
<PyQt5.QtCore.QStorageInfo at 0x7fe06ed76eb8>
In[8]: url=link.url()
In[9]: url.name()
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
From wbsoft/frescobaldi#929: Using Ubuntu 17.04 with python3-poppler-qt5 0.24.2-3 installed from apt-get, from Frescobaldi debug session: