frescobaldi / python-poppler-qt5

Python binding to libpoppler-qt5
Other
42 stars 32 forks source link

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

Closed syntaxaire closed 4 years ago

syntaxaire commented 7 years ago

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)
wbsoft commented 5 years ago

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

wbsoft commented 4 years ago

Closing, not a frescobaldi/popplerqt5 bug.