Bug 259713 - KRun crashed manipulating an URL with //
Summary: KRun crashed manipulating an URL with //
Status: RESOLVED DUPLICATE of bug 221751
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-13 12:32 UTC by Christopher Yeleighton
Modified: 2010-12-13 13:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2010-12-13 12:32:40 UTC
Application: krunner (0.1)
KDE Platform Version: 4.4.4 (KDE 4.4.4) "release 3"
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-0.5-desktop x86_64
Distribution: "openSUSE 11.3 (x86_64)"

-- Information about the crash:
I observed that the MPlayer plug-in embedded in Ark preview is unable to play a song so I told it to copy the URL of the song.  The URL was sort of /tmp/kde-krzysztof/arkSrkmv7//kahvi297a_speaK-I_love_it_here.ogg (notice the double slash); there is no such file.  I pasted it to the run dialogue and tried to get to the enclosing folder.  The run dialogue auto-prepended smb: (because of the double slash?) and eventually crashed.

 -- Backtrace:
Application: Interfejs do uruchamiania poleceń (kdeinit4), signal: Segmentation fault
87	  int result = INLINE_SYSCALL (poll, 3, CHECK_N (fds, nfds), nfds, timeout);
[Current thread is 1 (Thread 0x7fd2c9f48760 (LWP 3993))]

Thread 5 (Thread 0x7fd2a8ecc710 (LWP 9339)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fd2c850b2bb in wait (this=<value optimized out>, mutex=0x7cfd80, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x7cfd80, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007fd2bf0eb3f6 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x7cf590, th=0x960280) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fd2bf0ede35 in waitForAvailableJob (this=0x7d1b20, th=0x960280) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/WeaverImpl.cpp:356
#5  ThreadWeaver::WorkingHardState::applyForWork (this=0x7d1b20, th=0x960280) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007fd2bf0eb7ef in ThreadWeaver::ThreadRunHelper::run (this=0x7fd2a8ecbe30, parent=0x7cf590, th=0x960280) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/Thread.cpp:87
#7  0x00007fd2bf0eb878 in ThreadWeaver::Thread::run (this=0x960280) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/Thread.cpp:142
#8  0x00007fd2c850abf5 in QThreadPrivate::start (arg=0x960280) at thread/qthread_unix.cpp:248
#9  0x00007fd2c827ca4f in start_thread (arg=0x7fd2a8ecc710) at pthread_create.c:297
#10 0x00007fd2c706c82d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7fd2a69ab710 (LWP 9340)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fd2c850b2bb in wait (this=<value optimized out>, mutex=0x7cfd80, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x7cfd80, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007fd2bf0eb3f6 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x7cf590, th=0xa5d1c0) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fd2bf0ede35 in waitForAvailableJob (this=0x7d1b20, th=0xa5d1c0) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/WeaverImpl.cpp:356
#5  ThreadWeaver::WorkingHardState::applyForWork (this=0x7d1b20, th=0xa5d1c0) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007fd2bf0eb7ef in ThreadWeaver::ThreadRunHelper::run (this=0x7fd2a69aae30, parent=0x7cf590, th=0xa5d1c0) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/Thread.cpp:87
#7  0x00007fd2bf0eb878 in ThreadWeaver::Thread::run (this=0xa5d1c0) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/Thread.cpp:142
#8  0x00007fd2c850abf5 in QThreadPrivate::start (arg=0xa5d1c0) at thread/qthread_unix.cpp:248
#9  0x00007fd2c827ca4f in start_thread (arg=0x7fd2a69ab710) at pthread_create.c:297
#10 0x00007fd2c706c82d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fd2a61aa710 (LWP 9341)):
[KCrash Handler]
#5  Private (this=0x7fd2a61a9a40, p=@0x0) at kernel/qvariant.h:352
#6  QVariant::QVariant (this=0x7fd2a61a9a40, p=@0x0) at kernel/qvariant.cpp:1395
#7  0x00007fd2c6a5dfb7 in QDBusPendingReplyData::argumentAt (this=0x7fd2a61a9ad0, index=0) at qdbuspendingreply.cpp:268
#8  0x00007fd2a80a65a6 in argumentAt<0> (this=0x9a8050, text=...) at /usr/include/QtDBus/qdbuspendingreply.h:174
#9  value (this=0x9a8050, text=...) at /usr/include/QtDBus/qdbuspendingreply.h:179
#10 KGetRunner::parseUrls (this=0x9a8050, text=...) at /usr/src/debug/kdenetwork-4.4.4/kget/plasma/runner/kgetrunner.cpp:119
#11 0x00007fd2a80a6958 in KGetRunner::match (this=0x9a8050, context=...) at /usr/src/debug/kdenetwork-4.4.4/kget/plasma/runner/kgetrunner.cpp:44
#12 0x00007fd2c0c80cf3 in Plasma::AbstractRunner::performMatch (this=0x9a8050, localContext=...) at /usr/src/debug/kdelibs-4.4.4/plasma/abstractrunner.cpp:117
#13 0x00007fd2bf0ebd75 in ThreadWeaver::JobRunHelper::runTheJob (this=0x7fd2a61a9da0, th=0x9b3770, job=0x8277c0) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/Job.cpp:106
#14 0x00007fd2bf0ebeae in ThreadWeaver::Job::execute (this=0x8277c0, th=0x9b3770) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/Job.cpp:135
#15 0x00007fd2bf0eb7bf in ThreadWeaver::ThreadRunHelper::run (this=0x7fd2a61a9e30, parent=0x7cf590, th=0x9b3770) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/Thread.cpp:95
#16 0x00007fd2bf0eb878 in ThreadWeaver::Thread::run (this=0x9b3770) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/Thread.cpp:142
#17 0x00007fd2c850abf5 in QThreadPrivate::start (arg=0x9b3770) at thread/qthread_unix.cpp:248
#18 0x00007fd2c827ca4f in start_thread (arg=0x7fd2a61aa710) at pthread_create.c:297
#19 0x00007fd2c706c82d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#20 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fd2a59a9710 (LWP 9342)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fd2c850b2bb in wait (this=<value optimized out>, mutex=0x7cfd80, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=<value optimized out>, mutex=0x7cfd80, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007fd2bf0eb3f6 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x7cf590, th=0xb10410) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007fd2bf0ede35 in waitForAvailableJob (this=0x7d1b20, th=0xb10410) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/WeaverImpl.cpp:356
#5  ThreadWeaver::WorkingHardState::applyForWork (this=0x7d1b20, th=0xb10410) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x00007fd2bf0eb7ef in ThreadWeaver::ThreadRunHelper::run (this=0x7fd2a59a8e30, parent=0x7cf590, th=0xb10410) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/Thread.cpp:87
#7  0x00007fd2bf0eb878 in ThreadWeaver::Thread::run (this=0xb10410) at /usr/src/debug/kdelibs-4.4.4/threadweaver/Weaver/Thread.cpp:142
#8  0x00007fd2c850abf5 in QThreadPrivate::start (arg=0xb10410) at thread/qthread_unix.cpp:248
#9  0x00007fd2c827ca4f in start_thread (arg=0x7fd2a59a9710) at pthread_create.c:297
#10 0x00007fd2c706c82d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fd2c9f48760 (LWP 3993)):
#0  0x00007fd2c70636b3 in __poll (fds=<value optimized out>, nfds=<value optimized out>, timeout=<value optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007fd2c5d0dc0a in _xcb_conn_wait (c=0x6a1ea0, cond=<value optimized out>, vector=0x0, count=0x0) at xcb_conn.c:306
#2  0x00007fd2c5d0edaf in xcb_wait_for_reply (c=0x6a1ea0, request=169309, e=0x7fff30f80da0) at xcb_in.c:390
#3  0x00007fd2c93d7c33 in _XReply (dpy=0x69d700, rep=0x7fff30f80df0, extra=0, discard=1) at xcb_io.c:461
#4  0x00007fd2c93cb6f3 in XSync (dpy=0x69d700, discard=0) at Sync.c:48
#5  0x00007fd2c78317d5 in QETWidget::translateConfigEvent (this=0x800110, event=0x7fff30f819c0) at kernel/qapplication_x11.cpp:5156
#6  0x00007fd2c7841443 in QApplication::x11ProcessEvent (this=0x676260, event=0x7fff30f819c0) at kernel/qapplication_x11.cpp:3418
#7  0x00007fd2c7867492 in x11EventSourceDispatch (s=0x67a030, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#8  0x00007fd2c386aa93 in g_main_dispatch (context=0x678d20) at gmain.c:1960
#9  IA__g_main_context_dispatch (context=0x678d20) at gmain.c:2513
#10 0x00007fd2c386b270 in g_main_context_iterate (context=0x678d20, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2591
#11 0x00007fd2c386b510 in IA__g_main_context_iteration (context=0x678d20, may_block=1) at gmain.c:2654
#12 0x00007fd2c861a67f in QEventDispatcherGlib::processEvents (this=0x61b8e0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:412
#13 0x00007fd2c786714e in QGuiEventDispatcherGlib::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#14 0x00007fd2c85f1292 in QEventLoop::processEvents (this=<value optimized out>, flags=...) at kernel/qeventloop.cpp:149
#15 0x00007fd2c85f1495 in QEventLoop::exec (this=0x7fff30f81ce0, flags=...) at kernel/qeventloop.cpp:201
#16 0x00007fd2c85f588b in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#17 0x00007fd2bbac8da6 in kdemain (argc=1, argv=0x61ba00) at /usr/src/debug/kdebase-workspace-4.4.4/krunner/main.cpp:65
#18 0x0000000000407659 in launch (argc=1, _name=0x61bc18 "/usr/bin/krunner", args=<value optimized out>, cwd=0x0, envc=<value optimized out>, envs=<value optimized out>, reset_env=false, tty=0x0, 
    avoid_loops=false, startup_id_str=0x40b2bf "0") at /usr/src/debug/kdelibs-4.4.4/kinit/kinit.cpp:718
#19 0x0000000000408175 in handle_launcher_request (sock=8, who=<value optimized out>) at /usr/src/debug/kdelibs-4.4.4/kinit/kinit.cpp:1210
#20 0x00000000004088ea in handle_requests (waitForPid=<value optimized out>) at /usr/src/debug/kdelibs-4.4.4/kinit/kinit.cpp:1403
#21 0x000000000040953e in main (argc=4, argv=0x7fff30f83048, envp=0x7fff30f83070) at /usr/src/debug/kdelibs-4.4.4/kinit/kinit.cpp:1882

This bug may be a duplicate of or related to bug 221751.

Possible duplicates by query: bug 254856, bug 233906, bug 232749.

Reported using DrKonqi
Comment 1 Dario Andres 2010-12-13 13:41:13 UTC
[Comment from a bug triager]
This issue is being tracked at bug 221751. Merging. Thanks

*** This bug has been marked as a duplicate of bug 221751 ***