[Bug 870151] New: HelloWorld Qt5 application crashes in rendering
https://bugzilla.novell.com/show_bug.cgi?id=870151 https://bugzilla.novell.com/show_bug.cgi?id=870151#c0 Summary: HelloWorld Qt5 application crashes in rendering Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: tchvatal@suse.com QAContact: qa-bugs@suse.de CC: mvidner@suse.com Found By: --- Blocker: --- As described in the summary the application crashes right away when started. The source code for the application is on github: https://github.com/mvidner/qt-hello When I try to run the application I get following stack error: factorybreaker:~/tmp/qt-hello/build # LC_ALL=C ./helloworld Debug: Button D QPushButton(0x7fff4a2d8970) (/root/tmp/qt-hello/main.cpp:33, int main(int, char**)) libGL error: dlopen /usr/lib64/dri/updates/r600_dri.so failed (/usr/lib64/dri/updates/r600_dri.so: cannot open shared object file: No such file or directory) libGL error: failed to authenticate magic 9 libGL error: failed to load driver: r600 libGL error: dlopen /usr/lib64/dri/updates/swrast_dri.so failed (/usr/lib64/dri/updates/swrast_dri.so: cannot open shared object file: No such file or directory) *** Error in `./helloworld': free(): invalid pointer: 0x4545454545454545 *** ======= Backtrace: ========= /lib64/libc.so.6(+0x7406f)[0x7fd30a64206f] /lib64/libc.so.6(+0x798ae)[0x7fd30a6478ae] /usr/lib64/qt5/plugins/platforms/libqxcb.so(+0x41add)[0x7fd304171add] /usr/lib64/qt5/plugins/platforms/libqxcb.so(+0x4272f)[0x7fd30417272f] /usr/lib64/libQt5Widgets.so.5(+0x153779)[0x7fd30bf9c779] /usr/lib64/libQt5Widgets.so.5(+0x154d41)[0x7fd30bf9dd41] /usr/lib64/libQt5Widgets.so.5(+0x1a1f13)[0x7fd30bfeaf13] /usr/lib64/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x8c)[0x7fd30bf9116c] /usr/lib64/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x3d6)[0x7fd30bf96336] /usr/lib64/libQt5Core.so.5(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x6d)[0x7fd30b3cbfdd] /usr/lib64/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate18processExposeEventEPN29QWindowSystemInterfacePrivate11ExposeEventE+0x86)[0x7fd30b8dd8a6] /usr/lib64/libQt5Gui.so.5(_ZN22QGuiApplicationPrivate24processWindowSystemEventEPN29QWindowSystemInterfacePrivate17WindowSystemEventE+0x185)[0x7fd30b8de375] /usr/lib64/libQt5Gui.so.5(_ZN22QWindowSystemInterface22sendWindowSystemEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x28)[0x7fd30b8c73d8] /usr/lib64/qt5/plugins/platforms/libqxcb.so(+0x51a30)[0x7fd304181a30] /usr/lib64/libglib-2.0.so.0(g_main_context_dispatch+0x146)[0x7fd309ea7176] /usr/lib64/libglib-2.0.so.0(+0x4b4c8)[0x7fd309ea74c8] /usr/lib64/libglib-2.0.so.0(g_main_context_iteration+0x2c)[0x7fd309ea756c] /usr/lib64/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x5c)[0x7fd30b418d3c] /usr/lib64/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x11b)[0x7fd30b3cad1b] /usr/lib64/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x81)[0x7fd30b3d1491] /helloworld(main+0x127)[0x401e18] /lib64/libc.so.6(__libc_start_main+0xf5)[0x7fd30a5efb15] /helloworld[0x401a59] -- 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=870151 https://bugzilla.novell.com/show_bug.cgi?id=870151#c1 --- Comment #1 from Tomáš Chvátal <tchvatal@suse.com> 2014-03-25 12:45:13 UTC --- Created an attachment (id=583572) --> (http://bugzilla.novell.com/attachment.cgi?id=583572) backtrace Full backtrace of the crash -- 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=870151 https://bugzilla.novell.com/show_bug.cgi?id=870151#c2 Hrvoje Senjan <hrvoje.senjan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |hrvoje.senjan@gmail.com InfoProvider| |tchvatal@suse.com --- Comment #2 from Hrvoje Senjan <hrvoje.senjan@gmail.com> 2014-03-25 18:30:45 UTC --- Tomas, which Qt5 version is that? also, i've tried building the example app here, and runs fine (with ~5.3.0 beta) -- 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=870151 https://bugzilla.novell.com/show_bug.cgi?id=870151#c3 Tomáš Chvátal <tchvatal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|tchvatal@suse.com | --- Comment #3 from Tomáš Chvátal <tchvatal@suse.com> 2014-03-26 09:47:05 UTC --- Currently I was on what was in the Factory itself. Now updating to the another qt libs stack. libQt5Gui5-5.2.1-3.1.x86_64 Should I try to add some devel project to see if it is working? FWIW I connected with ssh -YC machine and run the commands remotely, but it should have no effect on the results. -- 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=870151 https://bugzilla.novell.com/show_bug.cgi?id=870151#c4 --- Comment #4 from Hrvoje Senjan <hrvoje.senjan@gmail.com> 2014-03-26 10:04:31 UTC --- (In reply to comment #3)
Should I try to add some devel project to see if it is working? You can try with KDE:Qt5 if you can/want...
FWIW I connected with ssh -YC machine and run the commands remotely, but it should have no effect on the results.
Ah, that could be important indication, crash seem to happen in freeing xcb_image... (also i see libGL error: failed to authenticate magic 9 in your output) -- 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=870151 https://bugzilla.novell.com/show_bug.cgi?id=870151#c5 --- Comment #5 from Tomáš Chvátal <tchvatal@suse.com> 2014-03-26 10:10:10 UTC --- Went to the machine phisically (how 1990) and confirmed it is working when executing the app directly. Over ssh it fails tho, which KINDA ruins some of my debug approaches :) -- 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=870151 https://bugzilla.novell.com/show_bug.cgi?id=870151#c Tomáš Chvátal <tchvatal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|HelloWorld Qt5 application |HelloWorld Qt5 application |crashes in rendering |crashes in rendering when | |executing over ssh -- 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=870151 https://bugzilla.novell.com/show_bug.cgi?id=870151#c zhang jiajun <jzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |hrvoje.senjan@gmail.com |ovo.novell.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=870151 https://bugzilla.novell.com/show_bug.cgi?id=870151#c6 Hrvoje Senjan <hrvoje.senjan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |tchvatal@suse.com --- Comment #6 from Hrvoje Senjan <hrvoje.senjan@gmail.com> 2014-05-14 22:22:15 UTC --- Tomas, status with RC? if you can test. -- 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=870151 https://bugzilla.novell.com/show_bug.cgi?id=870151#c8 Tomáš Chvátal <tchvatal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|tchvatal@suse.com | --- Comment #8 from Tomáš Chvátal <tchvatal@suse.com> 2014-05-19 08:14:32 UTC --- Still the same with the RC package. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=870151 --- Comment #9 from Hrvoje Senjan <hrvoje.senjan@gmail.com> --- looks like this is the one https://bugreports.qt.io/browse/QTBUG-43623 ? latest qtbase from 5.4 branch is building now in KDE:Qt54, if someone could test once it publishes, that would be great -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 Tomáš Chvátal <tchvatal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(mvidner@suse.com) --- Comment #10 from Tomáš Chvátal <tchvatal@suse.com> --- Seems to not crash indeed. Great :) @mvidner: could you look at possiblity of backporting? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 --- Comment #11 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (870151) was mentioned in https://build.opensuse.org/request/show/280927 Factory / libqt5-qtbase https://build.opensuse.org/request/show/280936 13.2 / libqt5-qtbase -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |obs:running:3406:low -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 Hrvoje Senjan <hrvoje.senjan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #12 from Hrvoje Senjan <hrvoje.senjan@gmail.com> --- fixed in Factory, soon to be published for 13.2, closing -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 --- Comment #13 from Swamp Workflow Management <swamp@suse.de> --- openSUSE-RU-2015:0118-1: An update that has one recommended fix can now be installed. Category: recommended (low) Bug References: 870151 CVE References: Sources used: openSUSE 13.2 (src): libqt5-qtbase-5.3.2-12.2 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:3406:low | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- Assignee|hrvoje.senjan@gmail.com |mlin@suse.com Flags|needinfo?(mvidner@suse.com) | --- Comment #14 from Martin Vidner <mvidner@suse.com> --- Max, can we also make an update for SLE12 please? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 --- Comment #16 from Max Lin <mlin@suse.com> --- SR#52736 created in IBS. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 SMASH SMASH <smash_bz@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| | maint:planned:update -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| maint:planned:update |maint:planned:update | |ibs:running:584:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:planned:update |maint:planned:update |ibs:running:584:moderate |ibs:running:584:moderate | |ibs:running:620:moderate -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:planned:update |maint:planned:update |ibs:running:584:moderate |ibs:running:620:moderate |ibs:running:620:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:planned:update |maint:planned:update |ibs:running:620:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 http://bugzilla.novell.com/show_bug.cgi?id=870151#c19 --- Comment #19 from Swamp Workflow Management <swamp@suse.de> --- SUSE-SU-2015:1383-1: An update that solves four vulnerabilities and has one errata is now available. Category: security (moderate) Bug References: 870151,921999,927806,927807,927808 CVE References: CVE-2015-0295,CVE-2015-1858,CVE-2015-1859,CVE-2015-1860 Sources used: SUSE Linux Enterprise Software Development Kit 12 (src): libqt5-qtbase-5.3.1-4.4.2 SUSE Linux Enterprise Server 12 (src): libqt5-qtbase-5.3.1-4.4.2 SUSE Linux Enterprise Desktop 12 (src): libqt5-qtbase-5.3.1-4.4.2 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=870151 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:planned:update | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com