Bug 29223 - Crash starting KWin (4.5RC2)
Summary: Crash starting KWin (4.5RC2)
Status: RESOLVED WORKSFORME
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 17:01 UTC by Darin McBride
Modified: 2011-03-02 06:38 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Darin McBride 2010-07-22 17:01:02 UTC
This is pretty consistent.  I compiled the latest mesa from git, and still get this.  Note that I had compositing working fine a few days ago, so this appears to be some sort of regression.

Application: KWin (kwin), signal: Segmentation fault
[KCrash Handler]
#6  0x00007f197dfbf8dd in dri2SwapBuffers () from //usr/lib64/opengl/xorg-x11/lib/libGL.so.1
#7  0x00007f197df968a9 in glXSwapBuffers () from //usr/lib64/opengl/xorg-x11/lib/libGL.so.1
#8  0x00007f1982e24ac5 in KWin::SceneOpenGL::flushBuffer (this=<value optimized out>, mask=<value optimized out>, damage=)
    at /var/tmp/portage/kde-base/kwin-4.4.92/work/kwin-4.4.92/kwin/scene_opengl.cpp:831
#9  0x00007f1982e259b8 in KWin::SceneOpenGL::paint (this=0xbf9510, damage=) at /var/tmp/portage/kde-base/kwin-4.4.92/work/kwin-4.4.92/kwin/scene_opengl.cpp:761
#10 0x00007f1982e127f5 in KWin::Workspace::performCompositing (this=<value optimized out>) at /var/tmp/portage/kde-base/kwin-4.4.92/work/kwin-4.4.92/kwin/composite.cpp:455
#11 0x00007f1982d94f10 in KWin::Workspace::qt_metacall (this=0x8a6680, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff195c64e0)
    at /var/tmp/portage/kde-base/kwin-4.4.92/work/kwin-4.4.92_build/kwin/workspace.moc:583
#12 0x00007f197f76b14a in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib64/qt4/libQtCore.so.4
#13 0x00007f197f76f3b6 in QObject::event(QEvent*) () from /usr/lib64/qt4/libQtCore.so.4
#14 0x00007f19803a1cdc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#15 0x00007f19803a2009 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#16 0x00007f1981468c30 in KApplication::notify (this=0x7fff195c7040, receiver=0x8a6b48, event=0x7fff195c6c50)
    at /var/tmp/portage/kde-base/kdelibs-4.4.92/work/kdelibs-4.4.92/kdeui/kernel/kapplication.cpp:309
#17 0x00007f197f75448b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/qt4/libQtCore.so.4
#18 0x00007f197f78a616 in QTimerInfoList::activateTimers() () from /usr/lib64/qt4/libQtCore.so.4
#19 0x00007f197f78abab in QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#20 0x00007f19804644a9 in QEventDispatcherX11::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtGui.so.4
#21 0x00007f197f752f72 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#22 0x00007f197f75333d in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#23 0x00007f197f755639 in QCoreApplication::exec() () from /usr/lib64/qt4/libQtCore.so.4
#24 0x00007f1982db752e in kdemain (argc=<value optimized out>, argv=<value optimized out>) at /var/tmp/portage/kde-base/kwin-4.4.92/work/kwin-4.4.92/kwin/main.cpp:531
#25 0x00007f197c65ebbd in __libc_start_main () from /lib/libc.so.6
#26 0x0000000000400969 in _start ()
Comment 1 Marek Olšák 2011-03-02 06:38:30 UTC
It seems to be fixed now (r300g).

Feel free to reopen if think otherwise. Also, testing a non-rc version of kwin would be more useful.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.