[Bug 780763] New: assistant crashes at start up
https://bugzilla.novell.com/show_bug.cgi?id=780763 https://bugzilla.novell.com/show_bug.cgi?id=780763#c0 Summary: assistant crashes at start up Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Critical Priority: P5 - None Component: KDE4 Applications AssignedTo: kde-maintainers@suse.de ReportedBy: terietor@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1 I have installed KR49 and the assistant is crashing at startup. I have noticed that if I do 'rm ~/.local/share/data/Trolltech/Assistant' the assistant will be executed correctly only in the first time, the second time that I will execute it, it will crash. Reproducible: Always Steps to Reproduce: 1.open assistant Actual Results: the assistant crashes Expected Results: the assistant shouldn't crash $ gdb assistant GNU gdb (GDB) SUSE (7.4.50.20120603-2.1.2) Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-suse-linux". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/assistant...Reading symbols from /usr/lib/debug/usr/bin/assistant.debug...done. done. (gdb) run Starting program: /usr/bin/assistant [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New Thread 0x7fffe7e1e700 (LWP 17520)] [New Thread 0x7fffe761d700 (LWP 17521)] [Thread 0x7fffe7e1e700 (LWP 17520) exited] [Thread 0x7fffe761d700 (LWP 17521) exited] [New Thread 0x7fffe761d700 (LWP 17522)] [New Thread 0x7fffe7e1e700 (LWP 17523)] [New Thread 0x7fffe6e1c700 (LWP 17524)] [Thread 0x7fffe761d700 (LWP 17522) exited] [New Thread 0x7fffe761d700 (LWP 17525)] [New Thread 0x7fffe656b700 (LWP 17526)] [Thread 0x7fffe7e1e700 (LWP 17523) exited] [Thread 0x7fffe761d700 (LWP 17525) exited] [New Thread 0x7fffe761d700 (LWP 17527)] [New Thread 0x7fffe7e1e700 (LWP 17528)] Program received signal SIGSEGV, Segmentation fault. 0x00007ffff406cff5 in __memcpy_ssse3_back () from /lib64/libc.so.6 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=780763 https://bugzilla.novell.com/show_bug.cgi?id=780763#c Christian Trippe <ctrippe@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ctrippe@opensuse.org AssignedTo|kde-maintainers@suse.de |toddrme2178@gmail.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=780763 https://bugzilla.novell.com/show_bug.cgi?id=780763#c1 --- Comment #1 from Giorgos Tsiapaliokas <terietor@gmail.com> 2012-09-18 15:13:23 UTC --- I apologize for the above output, its not very helpful, here is a valid backtrace #0 __memcpy_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:98 #1 0x000000000045df9d in QList<QWidget*>::node_copy (this=0x7fffffffd180, from=0xffffffff99d15c28, to=0xb6fd60, src=0xffffffff99d0f438) at ../../../../include/QtCore/../../../../qt/src/corelib/tools/qlist.h:423 #2 0x000000000045dec1 in QList<QWidget*>::detach_helper (this=0x7fffffffd180, alloc=32767) at ../../../../include/QtCore/../../../../qt/src/corelib/tools/qlist.h:711 #3 0x000000000045dd8e in QList<QWidget*>::detach_helper (this=0x7fffffffd180) at ../../../../include/QtCore/../../../../qt/src/corelib/tools/qlist.h:725 #4 0x000000000045d97b in QList<QWidget*>::QList (this=0x7fffffffd180, l=...) at ../../../../include/QtCore/../../../../qt/src/corelib/tools/qlist.h:122 #5 0x000000000045d314 in QForeachContainer<QList<QWidget*> const>::QForeachContainer (this=0x7fffffffd180, t=...) at ../../../../include/QtCore/../../../../qt/src/corelib/global/qglobal.h:2365 #6 0x000000000045b954 in MainWindow::updateApplicationFont (this=0x86ee20) at /home/tsiapaliokas/sources/kde/kdesrc/qt/tools/assistant/tools/assistant/mainwindow.cpp:949 #7 0x0000000000455a50 in MainWindow::MainWindow (this=0x86ee20, cmdLine=0x7fffffffd670, parent=0x0) at /home/tsiapaliokas/sources/kde/kdesrc/qt/tools/assistant/tools/assistant/mainwindow.cpp:236 #8 0x0000000000454264 in main (argc=1, argv=0x7fffffffda78) at /home/tsiapaliokas/sources/kde/kdesrc/qt/tools/assistant/tools/assistant/main.cpp:427 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=780763 https://bugzilla.novell.com/show_bug.cgi?id=780763#c2 Petr Vanek <petr@scribus.info> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |petr@scribus.info --- Comment #2 from Petr Vanek <petr@scribus.info> 2012-09-21 07:08:48 UTC --- I can confirm it here. Including tmp fix with rm ~/.local/share/data/Trolltech/Assistant -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=780763 https://bugzilla.novell.com/show_bug.cgi?id=780763#c3 Antonis Tsiapaliokas <kok3rs@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kok3rs@gmail.com --- Comment #3 from Antonis Tsiapaliokas <kok3rs@gmail.com> 2012-09-22 12:26:48 UTC --- Hello, You are probably using the Qt 4.8.2. In this version of the Qt, this bug exists. Please update your KR49 repository and update your Qt version to 4.8.3. On Qt 4.8.3 i cannot reproduce that error. If you still have that issue with the Qt 4.8.3, then please let me know. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=780763 https://bugzilla.novell.com/show_bug.cgi?id=780763#c4 Oliver Krückel <oliver.krueckel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oliver.krueckel@gmail.com --- Comment #4 from Oliver Krückel <oliver.krueckel@gmail.com> 2012-10-06 14:28:13 UTC --- Hallo, I get the the same error since I upgrade my KDE to 4.9.2 "release 511" from source http://download.opensuse.org/repositories/KDE:/Release:/49/openSUSE_12.2/ this repository includes qt 4.8.3, krueckel@terra:~> rpm -qa '*libqt*' libqt4-qt3support-4.8.3-272.1.x86_64 libqt4-devel-doc-data-4.8.3-274.1.noarch libqt4-4.8.3-272.1.x86_64 libqt4-devel-4.8.3-272.1.x86_64 libqt4-sql-sqlite-4.8.3-272.1.x86_64 libqt4-devel-doc-4.8.3-274.1.x86_64 libqt4-sql-4.8.3-272.1.x86_64 libqt4-x11-4.8.3-272.1.x86_64 libqt4-sql-mysql-4.8.3-274.1.x86_64 libqt4-debuginfo-4.8.3-272.1.x86_64 libqt4-devel-doc-debuginfo-4.8.3-274.1.x86_64 krueckel@terra:~/.local/share/data/Trolltech/Assistant> gdb assistant GNU gdb (GDB) SUSE (7.4.50.20120603-2.1.2) Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-suse-linux". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/assistant...Reading symbols from /usr/lib/debug/usr/bin/assistant.debug...done. done. (gdb) run Starting program: /usr/bin/assistant [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Could not load translation file assistant_de_DE in directory /usr/share/qt4/translations. [New Thread 0x7fffe9574700 (LWP 4646)] [New Thread 0x7fffe8d73700 (LWP 4647)] [Thread 0x7fffe9574700 (LWP 4646) exited] [Thread 0x7fffe8d73700 (LWP 4647) exited] [New Thread 0x7fffe8d73700 (LWP 4648)] [New Thread 0x7fffe9574700 (LWP 4649)] [New Thread 0x7fffe3fff700 (LWP 4650)] [Thread 0x7fffe8d73700 (LWP 4648) exited] [New Thread 0x7fffe8d73700 (LWP 4652)] [Thread 0x7fffe9574700 (LWP 4649) exited] [New Thread 0x7fffe9574700 (LWP 4653)] [Thread 0x7fffe8d73700 (LWP 4652) exited] [New Thread 0x7fffe8d73700 (LWP 4654)] [New Thread 0x7fffd7cf9700 (LWP 4655)] Program received signal SIGSEGV, Segmentation fault. 0x00007ffff4067ff5 in __memcpy_ssse3_back () from /lib64/libc.so.6 Missing separate debuginfos, use: zypper install fontconfig-debuginfo-2.9.0-3.5.1.x86_64 glibc-debuginfo-2.15-22.6.4.x86_64 glibc-locale-debuginfo-2.15-22.6..x86_64 kdebase4-workspace-debuginfo-4.9.2-782.1.x86_64 kdebase4-workspace-liboxygenstyle-debuginfo-4.9.2-782.1.x86_64 kdelibs4-debuginfo-4.9.2-511.1.x86_64 ibICE6-debuginfo-1.0.8-2.1.2.x86_64 libIlmImf6-debuginfo-1.7.0-15.1.2.x86_64 libQtWebKit4-debuginfo-4.8.3+2.2.0-32.2.x86_64 libSM6-debuginfo-1.2.1-2.1.2.x86_4 libX11-6-debuginfo-1.5.0-2.1.2.x86_64 libXau6-debuginfo-1.0.7-2.1.2.x86_64 libXcursor1-debuginfo-1.1.13-2.1.2.x86_64 libXext6-debuginfo-1.3.1-2.1.2.x86_64 ibXfixes3-debuginfo-5.0-2.1.2.x86_64 libXi6-debuginfo-1.6.1-2.1.2.x86_64 libXinerama1-debuginfo-1.1.2-2.1.2.x86_64 libXrandr2-debuginfo-1.3.2-2.1.2.x86_64 liXrender1-debuginfo-0.9.7-2.1.2.x86_64 libXtst6-debuginfo-1.2.1-2.1.2.x86_64 libacl1-debuginfo-2.2.51-8.1.3.x86_64 libattica0_4-debuginfo-0.4.1-42.1.x86_64 liattr1-debuginfo-2.4.46-9.1.3.x86_64 libbz2-1-debuginfo-1.0.6-20.1.7.x86_64 libdbus-1-3-debuginfo-1.5.12-4.6.1.x86_64 libdbusmenu-qt2-debuginfo-0.9.2-21.19.x8_64 libexpat1-debuginfo-2.1.0-2.1.3.x86_64 libfam0-debuginfo-2.7.0-159.2.1.x86_64 libffi47-debuginfo-4.7.1_20120723-1.1.1.x86_64 libfreetype6-debuginfo-2.4.94.1.2.x86_64 libgcc47-debuginfo-4.7.1_20120723-1.1.1.x86_64 libglib-2_0-0-debuginfo-2.32.4-4.8.1.x86_64 libgmodule-2_0-0-debuginfo-2.32.4-4.8.1.x86_64 libgobect-2_0-0-debuginfo-2.32.4-4.8.1.x86_64 libgstapp-0_10-0-debuginfo-0.10.36-2.1.2.x86_64 libgstinterfaces-0_10-0-debuginfo-0.10.36-2.1.2.x86_64 libgstreamer-010-0-debuginfo-0.10.36-3.1.2.x86_64 libilmbase6-debuginfo-1.0.2-11.1.2.x86_64 libjasper1-debuginfo-1.900.1-153.1.4.x86_64 libjpeg62-debuginfo-62.0.0-15.5.1.x6_64 libkde4-debuginfo-4.9.2-511.1.x86_64 libkdecore4-debuginfo-4.9.2-511.1.x86_64 libksuseinstall1-debuginfo-4.9.2-511.1.x86_64 liblcms1-debuginfo-1.19-9.1..x86_64 liblzma5-debuginfo-5.0.3-12.2.2.x86_64 libmng1-debuginfo-1.0.10-106.1.4.x86_64 liborc-0_4-0-debuginfo-0.4.16-6.1.2.x86_64 libpcre1-debuginfo-8.30-3.12.x86_64 libpng14-14-debuginfo-1.4.11-2.5.1.x86_64 libqt4-sql-debuginfo-4.8.3-272.1.x86_64 libqt4-sql-sqlite-debuginfo-4.8.3-272.1.x86_64 libqt4-x11-debuginf-4.8.3-272.1.x86_64 libsoprano4-debuginfo-2.8.0-118.1.x86_64 libsqlite3-0-debuginfo-3.7.12.1-2.1.2.x86_64 libstdc++47-debuginfo-4.7.1_20120723-1.1.1.x86_64 lbstrigi0-debuginfo-0.7.7-73.1.x86_64 libtiff5-debuginfo-4.0.2-1.9.1.x86_64 libudev0-debuginfo-182-4.17.1.x86_64 libuuid1-debuginfo-2.21.2-4.2.3.x86_64 libxcb-debuginfo-1.8.1-2.1.2.x86_64 libxml2-2-debuginfo-2.7.8+git20120223-8.5.1.x86_64 zlib-debuginfo-1.2.7-2.1.2.x86_64 (gdb) bt #0 0x00007ffff4067ff5 in __memcpy_ssse3_back () from /lib64/libc.so.6 #1 0x000000000044dc8d in memcpy (__len=<optimized out>, __src=0xffffffffa2231108, __dest=<optimized out>) at /usr/include/bits/string3.h:52 #2 node_copy (src=0xffffffffa2231108, to=<optimized out>, from=<optimized out>, this=<optimized out>) at ../../../../src/corelib/tools/qlist.h:423 #3 detach_helper (alloc=<optimized out>, this=0x7fffffffd260) at ../../../../src/corelib/tools/qlist.h:711 #4 QList<QWidget*>::detach_helper (this=0x7fffffffd260) at ../../../../src/corelib/tools/qlist.h:725 #5 0x000000000044bab2 in QList (l=..., this=0x7fffffffd260) at ../../../../src/corelib/tools/qlist.h:122 #6 QForeachContainer (t=..., this=0x7fffffffd260) at ../../../../src/corelib/global/qglobal.h:2366 #7 MainWindow::updateApplicationFont (this=this@entry=0x7e1300) at mainwindow.cpp:949 #8 0x000000000044c928 in MainWindow::MainWindow (this=0x7e1300, cmdLine=<optimized out>, parent=<optimized out>) at mainwindow.cpp:236 #9 0x0000000000425452 in main (argc=1, argv=<optimized out>) at main.cpp:427 (gdb) If I remove the file qthelpcollection_4.8.3.qhc at ~/.local/share/data/Trolltech/Assistant (it's not necessary to delete any other file) assistant runs one time and than I get the segmentation fault again. regards oliver -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=780763 https://bugzilla.novell.com/show_bug.cgi?id=780763#c5 --- Comment #5 from Giorgos Tsiapaliokas <terietor@gmail.com> 2012-10-13 19:53:57 UTC --- this bug report seems relevant, https://bugreports.qt-project.org/browse/QTBUG-25324 I have build qt (branch 4.8) and assistant was crashing, then I applied the patch(you can find the patch in the above link) and the issue was solved -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=780763 https://bugzilla.novell.com/show_bug.cgi?id=780763#c6 Oliver Krückel <oliver.krueckel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #6 from Oliver Krückel <oliver.krueckel@gmail.com> 2012-10-21 14:08:52 UTC --- with the last new files from http://download.opensuse.org/repositories/KDE:/Release:/49/openSUSE_12.2/ libqt4-devel-doc-4.8.3-277.1.x86_64 (from 20-Oct-2012 08:49) assistant works! regard o. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=780763 https://bugzilla.novell.com/show_bug.cgi?id=780763#c Antonis Tsiapaliokas <kok3rs@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|KDE4 Applications |KDE4 Workspace AssignedTo|toddrme2178@gmail.com |kde-maintainers@suse.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com