[Bug 1251262] Re: Qt5 windows may be randomly unmapped due to assumption sizeof(long)==4

2014-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.2.1+dfsg- 1ubuntu7 --- qtbase-opensource-src (5.2.1+dfsg-1ubuntu7) trusty; urgency=medium [ Colin Watson ] * Add arm64 to archs that don't use -m64 qtbase-opensource-src (5.2.1+dfsg-1ubuntu6) trusty; urgency=medium *

[Bug 1251262] Re: Qt5 windows may be randomly unmapped due to assumption sizeof(long)==4

2013-11-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~kubuntu-packagers/kubuntu-packaging/qtbase- opensource-src -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1251262 Title: Qt5 windows may be randomly unmapped due to assumption

[Bug 1251262] Re: Qt5 windows may be randomly unmapped due to assumption sizeof(long)==4

2013-11-15 Thread Alberto Mardegan
Yes, indeed it should be quint32. Note that I mostly ported the code from Qt4, and it was long there. Also, notice that this patch went upstream since Qt 5.1, so the code should be fixed upstream too. I filed https://bugreports.qt-project.org/browse/QTBUG-34861, I'll try to get some time to

[Bug 1251262] Re: Qt5 windows may be randomly unmapped due to assumption sizeof(long)==4

2013-11-14 Thread Dmitry Shachnev
Hey Alberto, can you please confirm that const long *data should be changed to const quint32 *data? Are there other places where a similar change should be done? ** Changed in: qtbase-opensource-src (Ubuntu) Assignee: (unassigned) = Alberto Mardegan (mardy) -- You received this bug