| Summary: | KRunner crash when trying to open a man page | ||
|---|---|---|---|
| Product: | [Plasma] krunner | Reporter: | Anssi Hannula <anssi.hannula> |
| Component: | solid | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | cfeck, janpieter.jacobs, me, yhalmoe |
| Priority: | NOR | ||
| Version First Reported In: | 4.8.4 | ||
| Target Milestone: | --- | ||
| Platform: | Mageia RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Anssi Hannula
2012-03-22 17:05:07 UTC
Created attachment 71946 [details]
New crash information added by DrKonqi
krunner (0.1) on KDE Platform 4.8.4 (4.8.4) using Qt 4.8.1
- What I was doing when the application crashed:
I was entering a command to run in krunner (wxmaxima) when it suddenly crashed.
After relaunching I retried, but the crash was not reproducible.
-- Backtrace (Reduced):
#6 0x00007f9c5c045445 in __GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7 0x00007f9c5c048bab in __GI_abort () at abort.c:91
#8 0x00007f9c5c03e10e in __assert_fail_base (fmt=<optimized out>, assertion=0x7f9c5a6dfb78 "!xcb_xlib_threads_sequence_lost", file=0x7f9c5a6dfe32 "../../src/xcb_io.c", line=<optimized out>, function=<optimized out>) at assert.c:94
#9 0x00007f9c5c03e1b2 in __GI___assert_fail (assertion=0x7f9c5a6dfb78 "!xcb_xlib_threads_sequence_lost", file=0x7f9c5a6dfe32 "../../src/xcb_io.c", line=273, function=0x7f9c5a6dff58 "poll_for_event") at assert.c:103
[...]
#12 0x00007f9c5a66ddfd in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
*** Bug 302498 has been marked as a duplicate of this bug. *** The "solid" runner uses KIcon with emblems (to get device icons from Solid). Using KIcon with emblems implies that kdeui renders the emblem on the icon, which creates a pixmap. This is not correct for a runner, which runs in non-gui thread. Fixed with Plasma 5. |