https://bugs.kde.org/show_bug.cgi?id=423582
Bug ID: 423582 Summary: KStars is being crashed by opening a script in Script Builder Product: kstars Version: 3.4.2 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: mutla...@ikarustech.com Reporter: flike...@gmail.com Target Milestone: --- STEPS TO REPRODUCE 1. Run KStars and open Tools -> Script Builder 2. Try to open a previously saved script OBSERVED RESULT KStars is crashing, with this output in the terminal: $ kstars org.kde.kstars: Welcome to KStars 3.4.2 org.kde.kstars: Build: 2020-04-25T20:01:00Z org.kde.kstars: OS: "neon" org.kde.kstars: API: "x86_64-little_endian-lp64" org.kde.kstars: Arch: "x86_64" org.kde.kstars: Kernel Type: "linux" org.kde.kstars: Kernel Version: "5.4.0-38-generic" org.kde.kstars: Qt Version: 5.9.5 org.kde.kstars: KStars is started in paused state. org.kde.kstars: Processing "unnamedstars.dat" , HTMesh Level 3 org.kde.kstars: Sky Mesh Size: 512 org.kde.kstars: Loaded DSO catalog file: "unnamedstars.dat" org.kde.kstars: "Star HD20,794 not found." org.kde.kstars: "Star HD98,230 not found." File opened: "/usr/share/kstars/ngcic.dat" org.kde.kstars: Loading NGC/IC objects File opened: "/home/alex/.local/share/kstars/comets.dat" org.kde.kstars: "Object named NGC 6050A not found" glibc >= 2.1 detected. Using GNU extension sincos() File opened: "/home/alex/.local/share/kstars/comets.dat" QFSFileEngine::open: No file name specified "max width of column 0: 198" "max width of column 1: 466" "max width of column 2: 46" File opened: "/home/alex/.local/share/kstars/asteroids.dat" kf5.kio.core: Invalid URL: QUrl("/home/alex") KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = kstars path = /usr/bin pid = 14555 KCrash: Arguments: /usr/bin/kstars KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi [1]+ Stopped kstars EXPECTED RESULT Script being loaded and ready for editing. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.19 KDE Plasma Version: 5.19.2 KDE Frameworks Version: 5.71.0 Qt Version: 5.14.2 Kernel Version: 5.4.0-38-generic OS Type: 64-bit Processors: 8 × Intel® Xeon® CPU E5450 @ 3.00GHz Memory: 31.4 GiB of RAM Graphics Processor: GeForce GTX 960/PCIe/SSE2 ADDITIONAL INFORMATION Here is the script itself: #!/bin/bash #KStars DBus script: jup_iss_1 #by #last modified: 2020-06-27T02:56:06 # dbus-send --dest=org.kde.kstars --print-reply /KStars org.kde.kstars.setGeoLocation string:"Chisinau" string:"" string:"Moldova" dbus-send --dest=org.kde.kstars --print-reply /KStars org.kde.kstars.setLocalTime int32:2020 int32:6 int32:30 int32:4 int32:22 int32:52 dbus-send --dest=org.kde.kstars --print-reply /KStars org.kde.kstars.lookTowards string:"Jupiter" dbus-send --dest=org.kde.kstars --print-reply /KStars org.kde.kstars.zoom double:160000. ## -- You are receiving this mail because: You are watching all bug changes.