-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
owncloud-client 1.8.4 crashes on Fedora 22 since qt5 update to 5.5.0 #3679
Comments
Could you please try 2.0? It is released some minutes ago. |
Hello,
|
Can somebody also report that with fedora upstream? On openSUSE we do not see crashes with Qt 5.5.0, so it might be something special for Fedora? |
i think this is the same bug as #3672 and thanks @gjanssens for the link to redhat bug report. |
Suggestion: Make some noise on https://bugzilla.redhat.com/show_bug.cgi?id=1257679 :-) |
I agree that this is the same as #3672, let's talk there. Thanks everyone! |
A couple of days ago my Fedora 22 (64-bit) got updated to qt5 version 5.5.0. Since then the owncloud-client fails to start. It halts with a SIGSEGV.
OS: Fedora 22, 64-bit
Client version: owncloud-client 1.8.4 from the isv_ownCloud_desktop repository
Qt version: 5.5.0-15.fc22.x86_64
gdb backtrace:
gdb owncloud
GNU gdb (GDB) Fedora 7.9.1-17.fc22
Copyright (C) 2015 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-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from owncloud...Reading symbols from /usr/lib/debug/usr/bin/owncloud.debug...done.
done.
(gdb) run
Starting program: /usr/bin/owncloud
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Detaching after fork from child process 31243.
[New Thread 0x7fffeacd4700 (LWP 31241)]
[New Thread 0x7ffff0fe5700 (LWP 31240)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ()
#1 0x0000003f868d3fc6 in QMenu::actionEvent(QActionEvent*) (this=0xcc4a00, e=0x7fffffffd4a0) at widgets/qmenu.cpp:3186
#2 0x0000003f867975d8 in QWidget::event(QEvent*) (this=this@entry=0xcc4a00, event=event@entry=0x7fffffffd4a0) at kernel/qwidget.cpp:9034
#3 0x0000003f868da023 in QMenu::event(QEvent*) (this=0xcc4a00, e=0x7fffffffd4a0) at widgets/qmenu.cpp:2650
#4 0x0000003f867544ac in QApplicationPrivate::notify_helper(QObject_, QEvent_) (this=0x7d9710, receiver=0xcc4a00, e=0x7fffffffd4a0)
#5 0x0000003f86759976 in QApplication::notify(QObject_, QEvent_) (this=0x7fffffffd8c0, receiver=0xcc4a00, e=0x7fffffffd4a0) at kernel/qapplication.cpp:3500
#6 0x0000003f84c8361b in QCoreApplication::notifyInternal(QObject_, QEvent_) (this=0x7fffffffd8c0, receiver=receiver@entry=0xcc4a00, event=event@entry=0x7fffffffd4a0) at kernel/qcoreapplication.cpp:965
#7 0x0000003f8678e855 in QWidget::insertAction(QAction_, QAction_) (event=0x7fffffffd4a0, receiver=0xcc4a00)
#8 0x0000003f8678e855 in QWidget::insertAction(QAction_, QAction_) (this=0xcc4a00, before=before@entry=0x0, action=0xcc8b00) at kernel/qwidget.cpp:3277
#9 0x0000003f8678e9aa in QWidget::addAction(QAction*) (this=, action=) at kernel/qwidget.cpp:3228
#10 0x00000000004978a0 in OCC::ownCloudGui::setupContextMenu() (this=this@entry=0x90aba0) at /usr/src/debug/owncloudclient-1.8.4/src/gui/owncloudgui.cpp:305
#11 0x000000000049889e in OCC::ownCloudGui::ownCloudGui(OCC::Application*) (this=0x90aba0, parent=0x7fffffffd8c0)
#12 0x000000000045f967 in OCC::Application::Application(int&, char**) (this=0x7fffffffd8c0, argc=, argv=)
#13 0x000000000044ff38 in main(int, char**) (argc=1, argv=0x7fffffffda98) at /usr/src/debug/owncloudclient-1.8.4/src/gui/main.cpp:53
(gdb)
The text was updated successfully, but these errors were encountered: