Summary: | konqueror crashes while displaying a local svg image | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Toralf Förster <toralf.foerster> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | jsardid |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | graph.svg |
Description
Toralf Förster
2016-12-17 20:24:50 UTC
Created attachment 102843 [details]
graph.svg
This is the output at the command line fwiw : tfoerste@t44 ~/devel/tor $ h=mr-fox ; svg=/tmp/graph.svg; rsync --archive $h:/var/log/sa ~/tmp/sa/$h && sadf -g -T ~/tmp/sa/$h/sa/sa`date +%d` -O skipempty,oneday -- -u -q -n ALL > $svg && konqueror $svg org.kde.kurifilter-ikws: "" org.kde.kurifilter-ikws: Keywords Engine: Loading config... org.kde.kurifilter-ikws: Web Shortcuts Enabled: true org.kde.kurifilter-ikws: Default Shortcut: "" org.kde.kurifilter-ikws: Keyword Delimiter: : Trying to create view for "image/svg+xml" "" "webenginepart" : X-KDE-BrowserView-AllowAsDefault is valid : false Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication. KonqFrame(0x1bd6b7110) QObject(0x0) WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed. WebEnginePart(0x1bd6bffc0) QUrl("") WebEnginePart(0x1bd6bffc0) "webenginepart" New current view KonqView(0x1bd6bfb30) url= QUrl("file:///tmp/graph.svg") locationBarURL= "/tmp/graph.svg" ATTENTION: default value of option force_s3tc_enable overridden by environment. QUrl("file:///tmp/graph.svg") KCrash: Application 'konqueror' crashing... KCrash: Attempting to start /usr/lib64/libexec/drkonqi from kdeinit sock_file=/var/run/user/1000/kdeinit5__0 [1]+ Stopped konqueror $svg I cannot reproduce this bug in my system. I can open the attached svg as well as local svg files. AT least in the Gentoo land more users do experience similar issues with konqueror. *** This bug has been marked as a duplicate of bug 373781 *** |