KWin crashed with SIGSEGV

Bug #298225 reported by kabotage
28
This bug affects 5 people
Affects Status Importance Assigned to Milestone
kdebase-workspace (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: kwin

i was testing the effects and it just crashed like that. heres the output

uname -a
Linux sector-34 2.6.27-8-generic #1 SMP Thu Nov 6 17:33:54 UTC 2008 i686 GNU/Linux

Release: 8.10

kwin --version
Qt: 4.4.3
KDE: 4.1.2 (KDE 4.1.2)
KWin: 3.0

kwin:
  Installed: 4:4.1.2-0ubuntu13
  Candidate: 4:4.1.2-0ubuntu13
  Version table:
 *** 4:4.1.2-0ubuntu13 0
        500 http://ph.archive.ubuntu.com intrepid-updates/main Packages
        100 /var/lib/dpkg/status
     4:4.1.2-0ubuntu12 0
        500 http://ph.archive.ubuntu.com intrepid/main Packages

Application: KWin (kwin), signal SIGSEGV
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb58226e0 (LWP 6381)]
[KCrash handler]
#6 0xb67e7af7 in pthread_join () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb33c6fea in CapturyClose () from /usr/lib/libcaptury.so.0
#8 0xb2f06352 in ?? () from /usr/lib/kde4/kwin4_effect_videorecord.so
#9 0xb2f06ce5 in ?? () from /usr/lib/kde4/kwin4_effect_videorecord.so
#10 0xb7b06a60 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#11 0xb7b06e60 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#12 0xb70bc5f1 in QAction::triggered () from /usr/lib/libQtGui.so.4
#13 0xb70bcf5f in QAction::activate () from /usr/lib/libQtGui.so.4
#14 0xb6d05f48 in KGlobalAccelPrivate::_k_invokeAction (this=0x8431068,
    actionId=@0x8462568, timestamp=<value optimized out>)
    at /usr/include/qt4/QtGui/qaction.h:195
#15 0xb6d097cf in KGlobalAccel::qt_metacall (this=0x84f9138,
    _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbfe6f194)
    at /build/buildd/kde4libs-4.1.2/obj-i486-linux-gnu/kdeui/kglobalaccel.moc:69
#16 0xb7b06a60 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#17 0xb7b077e2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#18 0xb6d05755 in OrgKdeKdedGlobalAccelInterface::invokeAction (
    this=0x843107c, _t1=@0x8462568, _t2=698672)
    at /build/buildd/kde4libs-4.1.2/obj-i486-linux-gnu/kdeui/kdedglobalaccel_interface.moc:117
#19 0xb6d07e12 in OrgKdeKdedGlobalAccelInterface::qt_metacall (
    this=0x843107c, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbfe6f3b8)
    at /build/buildd/kde4libs-4.1.2/obj-i486-linux-gnu/kdeui/kdedglobalaccel_interface.moc:91
#20 0xb6f3b26e in ?? () from /usr/lib/libQtDBus.so.4
#21 0xb6f42627 in ?? () from /usr/lib/libQtDBus.so.4
#22 0xb7b01771 in QObject::event () from /usr/lib/libQtCore.so.4
#23 0xb70c28ec in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#24 0xb70ca72e in QApplication::notify () from /usr/lib/libQtGui.so.4
#25 0xb6cba72d in KApplication::notify (this=0xbfe6fb44, receiver=0x843107c,
    event=0x844cf30)
    at /build/buildd/kde4libs-4.1.2/kdeui/kernel/kapplication.cpp:311
#26 0xb7fbc91d in ?? () from /usr/lib/libkdeinit4_kwin.so
#27 0xb7af1e61 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#28 0xb7af2ae5 in QCoreApplicationPrivate::sendPostedEvents ()
   from /usr/lib/libQtCore.so.4
#29 0xb7af2cdd in QCoreApplication::sendPostedEvents ()
   from /usr/lib/libQtCore.so.4
#30 0xb7b1c82f in ?? () from /usr/lib/libQtCore.so.4
#31 0xb68336f8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#32 0xb6836da3 in ?? () from /usr/lib/libglib-2.0.so.0
#33 0xb6836f61 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#34 0xb7b1c478 in QEventDispatcherGlib::processEvents ()
   from /usr/lib/libQtCore.so.4
#35 0xb715cea5 in ?? () from /usr/lib/libQtGui.so.4
#36 0xb7af052a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#37 0xb7af06ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#38 0xb7af2da5 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#39 0xb70c2767 in QApplication::exec () from /usr/lib/libQtGui.so.4
#40 0xb7fc08ce in kdemain () from /usr/lib/libkdeinit4_kwin.so
#41 0x080485a2 in _start ()
#0 0xb806f430 in __kernel_vsyscall ()

Revision history for this message
Jonathan Thomas (echidnaman) wrote :

Could you install kdebase-workspace-dbg and try to get a better backtrace? Thanks.

Changed in kdebase-workspace:
status: New → Incomplete
Revision history for this message
Jonathan Thomas (echidnaman) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to "New". Thanks again!

Changed in kdebase-workspace:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.