https://bugs.kde.org/show_bug.cgi?id=356938
--- Comment #15 from AnAkkk <anakin...@gmail.com> --- (In reply to Thomas Lübking from comment #14) > Just "i18n" - ki18n is the translation infrastructure, not the translated > strings. > I filed a bug and attached you, I cannot really handle this (my french is by > far not good enough to lector others ;-) Thanks :) > echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope # allow attaching gdb > gdb --pid PID_OF_STOPPED_KWIN 2>&1 | tee stopped_kwin.gdb > thread apply all bt Thread 4 (Thread 0x7fb6d52af700 (LWP 3797)): #0 0x00007fb6ec88f18d in poll () from /usr/lib/libc.so.6 #1 0x00007fb6eab7fae2 in ?? () from /usr/lib/libxcb.so.1 #2 0x00007fb6eab81757 in xcb_wait_for_event () from /usr/lib/libxcb.so.1 #3 0x00007fb6d5b51379 in ?? () from /usr/lib/libQt5XcbQpa.so.5 #4 0x00007fb6eae3db8e in ?? () from /usr/lib/libQt5Core.so.5 #5 0x00007fb6ecb5a4a4 in start_thread () from /usr/lib/libpthread.so.0 #6 0x00007fb6ec89813d in clone () from /usr/lib/libc.so.6 Thread 3 (Thread 0x7fb6cf678700 (LWP 3845)): #0 0x00007fb6ec890e23 in select () from /usr/lib/libc.so.6 #1 0x00007fb6eb070c1f in qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) () from /usr/lib/libQt5Core.so.5 #2 0x00007fb6eb0726f7 in QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) () from /usr/lib/libQt5Core.so.5 #3 0x00007fb6eb072bfe in QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 #4 0x00007fb6eb01c57a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 #5 0x00007fb6eae38be4 in QThread::exec() () from /usr/lib/libQt5Core.so.5 #6 0x00007fb6e5af8055 in ?? () from /usr/lib/libQt5Qml.so.5 #7 0x00007fb6eae3db8e in ?? () from /usr/lib/libQt5Core.so.5 #8 0x00007fb6ecb5a4a4 in start_thread () from /usr/lib/libpthread.so.0 #9 0x00007fb6ec89813d in clone () from /usr/lib/libc.so.6 Thread 2 (Thread 0x7fb6ccac8700 (LWP 3855)): #0 0x00007fb6ecb6007f in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0 #1 0x00007fb6e9fa1934 in ?? () from /usr/lib/libQt5Script.so.5 #2 0x00007fb6e9fa1979 in ?? () from /usr/lib/libQt5Script.so.5 #3 0x00007fb6ecb5a4a4 in start_thread () from /usr/lib/libpthread.so.0 ---Type <return> to continue, or q <return> to quit--- #4 0x00007fb6ec89813d in clone () from /usr/lib/libc.so.6 Thread 1 (Thread 0x7fb6ecfa7840 (LWP 3796)): #0 0x00007fb6ec86791d in nanosleep () from /usr/lib/libc.so.6 #1 0x00007fb6ec8677b4 in sleep () from /usr/lib/libc.so.6 #2 0x00007fb6e5617d8a in ?? () from /usr/lib/libKF5Crash.so.5 #3 0x00007fb6e561821b in KCrash::defaultCrashHandler(int) () from /usr/lib/libKF5Crash.so.5 #4 <signal handler called> #5 0x00007fb6ec44cdfd in ?? () from /usr/lib/libkwin.so.5 #6 0x00007fb6eb04e200 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5 #7 0x00007fb6eb9119ac in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5 #8 0x00007fb6eb916e86 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5 #9 0x00007fb6eb01ebab in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5 #10 0x00007fb6eb020fa6 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5 #11 0x00007fb6eb072ac2 in QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 #12 0x00007fb6d5bb821d in ?? () from /usr/lib/libQt5XcbQpa.so.5 #13 0x00007fb6eb01c57a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 #14 0x00007fb6eb02453c in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5 #15 0x00007fb6ecd757cb in kdemain () from /usr/lib/libkdeinit5_kwin_x11.so #16 0x00007fb6ec7cf610 in __libc_start_main () from /usr/lib/libc.so.6 #17 0x00000000004007c9 in _start () Unfortunately there are no debug symbols on Arch :/ -- You are receiving this mail because: You are watching all bug changes.