Bug 298727 - Run Command Crash
Summary: Run Command Crash
Status: RESOLVED DUPLICATE of bug 298131
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-24 09:15 UTC by arunvragh
Modified: 2012-04-26 00:22 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (2.42 KB, text/plain)
2012-04-24 14:05 UTC, dronord
Details
New crash information added by DrKonqi (2.83 KB, text/plain)
2012-04-24 14:33 UTC, Diego
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arunvragh 2012-04-24 09:15:34 UTC
Application: krunner (0.1)
KDE Platform Version: 4.8.2 (4.8.2)
Qt Version: 4.8.1
Operating System: Linux 3.3.2-1-ARCH x86_64
Distribution: "Arch Linux"

-- Information about the crash:
- What I was doing when the application crashed:

I was trying to run an application using the run command. The window appears on top of the screen and in a few seconds disappears and the Crash Reporting Dialog starts

-- Backtrace:
Application: Run Command Interface (krunner), signal: Aborted
Using host libthread_db library "/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f9631f51780 (LWP 14064))]

Thread 2 (Thread 0x7f9618ca4700 (LWP 14065)):
#0  0x00007f9626c0c4a8 in g_mutex_unlock () from /usr/lib/libglib-2.0.so.0
#1  0x00007f9626bcf846 in g_main_context_acquire () from /usr/lib/libglib-2.0.so.0
#2  0x00007f9626bd0614 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x00007f9626bd0854 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#4  0x00007f962e2891b6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#5  0x00007f962e259f8f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#6  0x00007f962e25a218 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#7  0x00007f962e15e6f0 in QThread::exec() () from /usr/lib/libQtCore.so.4
#8  0x00007f962e23a98f in ?? () from /usr/lib/libQtCore.so.4
#9  0x00007f962e16168b in ?? () from /usr/lib/libQtCore.so.4
#10 0x00007f962d32be0e in start_thread () from /lib/libpthread.so.0
#11 0x00007f963187a1ed in clone () from /lib/libc.so.6

Thread 1 (Thread 0x7f9631f51780 (LWP 14064)):
[KCrash Handler]
#6  0x00007f96317cac35 in raise () from /lib/libc.so.6
#7  0x00007f96317cc0b8 in abort () from /lib/libc.so.6
#8  0x00007f962dbc7b0d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6
#9  0x00007f962dbc5c16 in ?? () from /usr/lib/libstdc++.so.6
#10 0x00007f962dbc5c43 in std::terminate() () from /usr/lib/libstdc++.so.6
#11 0x00007f962dbc5eb6 in __cxa_rethrow () from /usr/lib/libstdc++.so.6
#12 0x00007f962e25a484 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#13 0x00007f962e25ebf8 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#14 0x00007f9631b6150f in kdemain () from /usr/lib/libkdeinit4_krunner.so
#15 0x00007f96317b7455 in __libc_start_main () from /lib/libc.so.6
#16 0x00000000004006d1 in _start ()

Possible duplicates by query: bug 298710, bug 298698, bug 298693, bug 298678, bug 298649.

Reported using DrKonqi
Comment 1 dronord 2012-04-24 14:05:31 UTC
Created attachment 70628 [details]
New crash information added by DrKonqi

krunner (0.1) on KDE Platform 4.8.2 (4.8.2) using Qt 4.8.1

- What I was doing when the application crashed:
Alt+F2: nothing happen
'Run command' in desktop menu: show this master

-- Backtrace (Reduced):
#12 0x00007f0098abb484 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#13 0x00007f0098abfbf8 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#14 0x00007f009c3c250f in kdemain () from /usr/lib/libkdeinit4_krunner.so
[...]
#16 0x00000000004006d1 in _start ()
Comment 2 Diego 2012-04-24 14:33:14 UTC
Created attachment 70629 [details]
New crash information added by DrKonqi

krunner (0.1) on KDE Platform 4.8.2 (4.8.2) using Qt 4.8.1

- What I was doing when the application crashed:

I just go to execute a command through KMenu and after a few second upper textbox of command input crashed

-- Backtrace (Reduced):
#12 0x00007f8c1297e484 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#13 0x00007f8c12982bf8 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#14 0x00007f8c1628550f in kdemain () from /usr/lib/libkdeinit4_krunner.so
[...]
#16 0x00000000004006d1 in _start ()
Comment 3 Jekyll Wu 2012-04-26 00:22:56 UTC

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