Summary: | KWin crashes on showing a window with special title | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Alexey Chernov <4ernov> |
Component: | win deco | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | hugo.pereira.da.costa, simonandric5 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Alexey Chernov
2011-10-22 17:44:47 UTC
looks like a qt issue Yes, I think so, too. Seems it crashes because of some special Unicode characters in the tweet, assertion in Qt code fails because of them. Well, I can't reproduce here (kde-workspace@trunk, and using firefox as web browser to show the attached page, oh and Qt 4.7.4) Can you reproduce with any decoration but oxygen ? If yes this is definitly a Qt bug, and should be reported as such. Yes, I tried also Keramik and Plastik window decorations, the result is the same, it crashes. I'll report the bug to Qt and write a link here. Well, here's the report to Qt: http://bugreports.qt.nokia.com/browse/QTBUG-22275 Thanks for forwarding to Qt ! And thanks for posting the link here. This way, people having the same issue ca know where to look. Created attachment 64928 [details]
New crash information added by DrKonqi
kmix (3.9-plus) on KDE Platform 4.7.41 (4.7.41 (KDE 4.8 >= 20110807) using Qt 4.7.1
- What I was doing when the application crashed:
in kwin i went to playback devices tab, then i right clicked in the empty space of the window and selected "channels" from the menu that had shown itself.
-- Backtrace (Reduced):
#8 0x00d2bc8f in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#9 0x00d2f2b5 in __GI_abort () at abort.c:92
[...]
#13 0x00f02e06 in qt_assert (assertion=0x5dff12c "!isDynamic()", file=0x5dfee30 "/build/buildd/project-neon-kdemultimedia-2+svn20111016+r13495/kmix/gui/viewbase.cpp", line=284) at global/qglobal.cpp:2027
#14 0x05dcf3b8 in ViewBase::configureView (this=0x8e221a8) at /build/buildd/project-neon-kdemultimedia-2+svn20111016+r13495/kmix/gui/viewbase.cpp:284
#15 0x05dd0339 in ViewBase::qt_metacall (this=0x8e221a8, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbf81cd28) at /build/buildd/project-neon-kdemultimedia-2+svn20111016+r13495/obj-i686-linux-gnu/kmix/viewbase.moc:91
Crash of comment #7 is in kmix (not kwin, nor oxygen). It is likely upstream (in Qt anyway). This bug is closed. Should be reported in a separate bug report, or (better) to Qt directly. In any case, definitly not here, where it will get no additional feedback. Sorry. Cheers, Hugo |