Summary: | I type ALT+F2 and i wrote "konsole -e 'sudo apt-get update" and ther was the crash | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Mauro D'Aloisio <mauro.daloisio> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | hr.denzler, kprateek88+kdebugs, mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mauro D'Aloisio
2010-12-15 21:17:22 UTC
start a new session, Alt + F2: konsole -e 'dir -> crash, but closing ' is missing. Hi Hans. I apologize, but I do not understand what I have to do. However, when I type in krunner konsole -e sudo apt-get update without the character ', everything was fine When I do this: Alt + F2: konsole -e 'dir I get a Segmentation fault (11) and the KDE crash handling dialog appears where I could install Debug symbols for a meaningful report. When I do a correctly quoted -e command: konsole --hold -e 'dir' I get what I want. Type in konsole: > konsole --hold -e 'dir > ' Type in konsole: > konsole -e 'dir > ' ... This will leak standalone popupmenus and could lead to crashes. > konsole --hold -e echo hello (I wouldn't quote)
> konsole --hold -e 'echo hello' (no command echo hello)
-> I would test with konsole before using Alt + F2.
This clearly looks like a KRun bug to me.
I was able to reproduce the crash with the wrong command
> konsole --hold -e 'dir
*** Bug 241531 has been marked as a duplicate of this bug. *** SVN commit 1214856 by mfuchs: Check if list is empty. BUG:259995 CCMAIL:faure@kde.org M +8 -1 krun.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1214856 SVN commit 1214862 by mfuchs: Backport r1214856 Check if list is empty. CCBUG:259995 M +8 -1 krun.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1214862 |