Summary: | kwin crashes when starting Compiz | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | BryanFRitt <BryanFRitt> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | BryanFRitt |
Priority: | NOR | Flags: | mgraesslin:
NVIDIA+
|
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
BryanFRitt
2012-06-29 21:39:21 UTC
*** This bug has been marked as a duplicate of bug 293182 *** Created attachment 73627 [details]
New crash information added by DrKonqi
kwin (4.8.4 (4.8.4)) on KDE Platform 4.8.4 (4.8.4) using Qt 4.8.1
- What I was doing when the application crashed:
Restarting Compiz via a script run from alt+F2
script, comments removed, etc...
#!/bin/bash
PREFIX=/opt/compiz++
export LD_LIBRARY_PATH=/opt/compiz++/lib:/opt/compiz++/lib64:/opt/compiz++/lib32::$LD_LIBRARY_PATH
DECORATOR="kde4-window-decorator"
$PREFIX/bin/compiz --replace ccp &
WAIT=6
echo "sleeping $WAIT seconds before starting $PREFIX/bin/$DECORATOR --replace &";
sleep $WAIT
/usr/local/bin/$DECORATOR --replace &
echo "done starting up compiz, etc...";
-- Backtrace (Reduced):
#6 0x00007f6b5e34b445 in __GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7 0x00007f6b5e34ebab in __GI_abort () at abort.c:91
[...]
#9 0x00007f6b5e393626 in malloc_printerr (action=3, str=0x7f6b5e48e099 "invalid fastbin entry (free)", ptr=<optimized out>) at malloc.c:5007
[...]
#11 0x00007f6b5e730609 in ~QByteArray (this=0x7fff6be55160, __in_chrg=<optimized out>) at /usr/include/qt4/QtCore/qbytearray.h:401
#12 KWin::Application::crashHandler (signal=<optimized out>) at ../../kwin/main.cpp:383
|