| Summary: | konqueror --profile "mp3" won't exit upon selecting "quit" from the menu. | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Shlomi Fish <shlomif> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Mageia RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Konqueror's "mp3" profile | ||
|
Description
Shlomi Fish
2011-07-26 08:22:51 UTC
Created attachment 62199 [details]
Konqueror's "mp3" profile
This is the "mp3" profile of Konqueror.
Here is the backtrace of konqueror after its window was closed and while it is stuck in the command line:
(gdb) bt
#0 0xffffe430 in __kernel_vsyscall ()
#1 0xb7e49166 in poll () from /lib/i686/libc.so.6
#2 0xb5bd3a7b in g_poll (fds=0x84916a0, nfds=16, timeout=9999) at gpoll.c:132
#3 0xb5bc35de in g_main_context_poll (context=0x806ecc0, block=1, dispatch=1,
self=<value optimized out>) at gmain.c:3474
#4 g_main_context_iterate (context=0x806ecc0, block=1, dispatch=1,
self=<value optimized out>) at gmain.c:3156
#5 0xb5bc38ca in g_main_context_iteration (context=0x806ecc0, may_block=1)
at gmain.c:3224
#6 0xb7017d9b in QEventDispatcherGlib::processEvents (this=0x806af30, flags=
...) at kernel/qeventdispatcher_glib.cpp:422
#7 0xb653e7fa in QGuiEventDispatcherGlib::processEvents (this=0x806af30,
flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#8 0xb6fe813d in QEventLoop::processEvents (this=0xbfffdea4, flags=...)
at kernel/qeventloop.cpp:149
#9 0xb6fe83b9 in QEventLoop::exec (this=0xbfffdea4, flags=...)
at kernel/qeventloop.cpp:201
#10 0xb6fecef0 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1008
#11 0xb6484d34 in QApplication::exec () at kernel/qapplication.cpp:3736
#12 0xb7f973cf in kdemain (argc=3, argv=0xbfffe354)
at /usr/src/debug/kde-baseapps-4.6.95/konqueror/src/konqmain.cpp:227
#13 0x080485db in main (argc=3, argv=0xbfffe354)
at /usr/src/debug/kde-baseapps-4.6.95/build/konqueror/src/konqueror_dummy.cpp:3
Seems like on plasma 5 with konqueror-17.12.0-2.mga7 a plain run of konqueror does not return to the command line either. |