Summary: | okular: seg at exit (For multiple input files) | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Dave Gilbert <gilbertd+kde> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid, simonandric5 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/okular/8ca27ef3933691e072c290793198132b1734a843 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dave Gilbert
2017-08-29 14:54:19 UTC
Which Qt are you using? (In reply to Albert Astals Cid from comment #1) > Which Qt are you using? [dg@major ~]$ rpm -qf /lib64/libQt5Core.so.5 qt5-qtbase-5.7.1-19.fc26.x86_64 [dg@major ~]$ ldd /usr/bin/okular|grep -i qt libQt5Network.so.5 => /lib64/libQt5Network.so.5 (0x00007ff510cb8000) libQt5Xml.so.5 => /lib64/libQt5Xml.so.5 (0x00007ff510c78000) libQt5Widgets.so.5 => /lib64/libQt5Widgets.so.5 (0x00007ff50d438000) libQt5Gui.so.5 => /lib64/libQt5Gui.so.5 (0x00007ff50cf8a000) libQt5DBus.so.5 => /lib64/libQt5DBus.so.5 (0x00007ff50ceff000) libQt5Core.so.5 => /lib64/libQt5Core.so.5 (0x00007ff50ca75000) libQt5Concurrent.so.5 => /lib64/libQt5Concurrent.so.5 (0x00007ff510c6a000) libQt5X11Extras.so.5 => /lib64/libQt5X11Extras.so.5 (0x00007ff510c62000) libQt5PrintSupport.so.5 => /lib64/libQt5PrintSupport.so.5 (0x00007ff50b51d000) libQt5Svg.so.5 => /lib64/libQt5Svg.so.5 (0x00007ff50547c000) Git commit 8ca27ef3933691e072c290793198132b1734a843 by Albert Astals Cid. Committed on 30/08/2017 at 22:13. Pushed by aacid into branch 'Applications/17.08'. Fix crash when closing Unregister the part dbus object when it gets destroyed Also fixes a crash if you try to inspect okular with qdbusviewer after having closed the a part/tab M +5 -2 part.cpp M +2 -0 part.h https://commits.kde.org/okular/8ca27ef3933691e072c290793198132b1734a843 Not tested, but Thanks! |