frescobaldi / python-poppler-qt5

Python binding to libpoppler-qt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calling url() on a popplerqt5.LinkBrowse returns a broken PyQt5.QtCore.QStorageInfo

syntaxaire opened this issue · comments

From frescobaldi/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)

thanks for reporting. Looks like a mismatch between libraries... can't reproduce.

Closing, not a frescobaldi/popplerqt5 bug.