[Releasing] Qt5 Beta Release

Katajisto Teemu Teemu.Katajisto at digia.com
Wed Aug 29 13:43:47 CEST 2012


On 29.8.2012 14.01, "Iikka Eklund" <iikka.eklund at digia.com> wrote:

>Hi,
>
>noticed during testing that we need to change the qt.qch doc registration
>(during installation process).
>Tested the other method manually first and on Windows it works but on
>Linux (12.04) the Assistant
>seg faults:
>
>
>./assistant -register
>/home/bld.qt/Qt5.0.0beta1/Src/Qt/5.0.0-beta1/qtdoc/qch/qt.qch
>Got bus address:  
>"unix:abstract=/tmp/dbus-T8m0lzWDd7,guid=b14e06d4bcd9382c961bd6470000ec9e"
>
>Connected to accessibility bus at:
>"unix:abstract=/tmp/dbus-T8m0lzWDd7,guid=b14e06d4bcd9382c961bd6470000ec9e"
>
>Registered DEC:  true
>Segmentation fault (core dumped)
>
>
>The Assistant starts normally without this command line option.
>Would anybody know Assistant in depth?

On Mac Assistant -register crashes with this backtrace, pointing to
QtWebkit:

Process: Assistant [77955]
Path: /Users/*/Assistant.app/Contents/MacOS/Assistant
Identifier: com.trolltech.assistant
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: bash [20580]

Date/Time: 2012-08-29 14:26:47.840 +0300
OS Version: Mac OS X 10.7.4 (11E53)
Report Version: 9

Interval Since Last Report: 906103 sec
Crashes Since Last Report: 13
Per-App Interval Since Last Report: 1592 sec
Per-App Crashes Since Last Report: 3
Anonymous UUID: EA91CD69-B40A-4C04-91A1-BB0353701453

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:
-->
__TEXT 0000000100000000-0000000100132000 [ 1224K] r-x/rwx SM=COW
/Users/*/Assistant.app/Contents/MacOS/Assistant

Application Specific Information:
objc[77955]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 QtWebKit 0x000000010026753f WebCore::initializeWebCoreQt() + 111
1 QtWebKit 0x0000000100240168 QWebSettings::globalSettings() + 24
2 com.trolltech.assistant 0x00000001000453bb main + 267
3 com.trolltech.assistant 0x0000000100005724 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff822c87e6 kevent + 10
1 libdispatch.dylib 0x00007fff8693078a _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff8692f31a _dispatch_mgr_thread + 54

Thread 2:
0 libsystem_kernel.dylib 0x00007fff822c8192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff82d77594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff82d78b85 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff822c8192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff82d77594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff82d78b85 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000106800e40
rdx: 0x0000000101ecf7c8
rdi: 0x0000000100287770 rsi: 0x0000000100287f8e rbp: 0x00007fff5fbff490
rsp: 0x00007fff5fbff400
r8: 0x00000001002877c1 r9: 0x0000000101ecf7d0 r10: 0x0000000000028000 r11:
0x0000000102849000
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x00007fff5fbff440
r15: 0x0000000000000000
rip: 0x000000010026753f rfl: 0x0000000000010206 cr2: 0x0000000000000000
Logical CPU: 6






>
>
>- iikka
>
>
>
>On 08/29/2012 08:28 AM, Iikka Eklund wrote:
>
>Hi,
>
>new installers available:
>http://origin.releases.qt-project.org/digia/2012-08-29/
><http://origin.releases.qt-project.org/digia/2012-08-29/>
>
>Windows installers still building, based on the CI machine time
>estimation the windows installers
>will be ready around lunch time.
>One Linux installer missing, seems to be a random Linux build machine
>issue. This will
>be rebuild today as well.
>
>No hot-fixes applied.
>
>There was reports that configure etc. files missing from src package.
>Quickly checked today's
>src packages and everything seem to be in place.
>
>QTBUG-26921 - Fixed
>QTBUG-26985 - Fix for this is found in src packages. Need to be verified
>in binary packages when the current win builds complete
>
>
>
>- iikka 
>
>
>
>
>On 08/28/2012 08:16 AM, Iikka Eklund wrote:
>Hi,
>
>builds last evening were successful for Linux and Mac, but the Windows
>machines had went
>off-line for some reason (not a compilation issue).
>
>But the 'make install' issue seems to be fixed now. New builds started
>this morning so
>if there was any source changes last night those should be found in the
>next build.
>
>There are no new installers at origin because the CI triggers the next
>step
>(e.g. release build -> installer creation) only if previous step was
>fully successfull.
>And because the Windows builds went off-line the installer creation did
>not trigger.
>
>I can create linux and mac installers based on builds last evening if
>needed?
>Or should we wait for new builds to complete based on source changes last
>night?
>
>
>- iikka
>
>
>
>
>On 08/27/2012 02:40 PM, Iikka Eklund wrote:
>Hi,
>
>webkit builds have been broken mainly because 'make install' has failed
>on linux/mac/windows platforms. One hotfix was applied this morning and
>it did solve one issue but not all. The patch below is the latest one
>which hopefully will
>fix the broken 'make install':
>
>https://codereview.qt-project.org/#change,33601
>
>Fresh release build ongoing.
>
>
>On Windows one critical/blocker item:
>
>https://codereview.qt-project.org/#change,33490
><https://codereview.qt-project.org/#change%2c33490>
>
>This should fix problem on Windows when executing 'make install',
>forwarding .pri's were not exported correctly.
>
>
>- iikka
>
>
>
>
>On 08/27/2012 01:20 PM, Ramakanthreddy_Kesireddy wrote:
>Thanks a lot.
>Could you please let me know if we can expect Qt5 Beta release by this
>week
>as mentioned in wiki http://qt-project.org/wiki/Qt_5.0 by Aug?
>
>Accordingly we would go for the version of Qt either through Beta
>snapshots
>Or Beta release as the base source sdk.
>
>Best Regards,
>Ramakanth
>
>-----Original Message-----
>From: 
>releasing-bounces+ramakanthreddy_kesireddy=mahindrasatyam.com at qt-project.o
>rg 
>[mailto:releasing-bounces+ramakanthreddy_kesireddy=mahindrasatyam.com at qt-p
>roject.org] On Behalf Of Thiago Macieira
>Sent: Monday, August 27, 2012 2:27 PM
>To: releasing at qt-project.org
>Subject: Re: [Releasing] Qt5 Beta Release
>
>On segunda-feira, 27 de agosto de 2012 08.05.46, Ramakanthreddy_Kesireddy
>wrote:
>Could you please let me know when Qt5 beta would be released as we are
>using beta snapshots for Qt5 development from the link
>http://releases.qt-project.org/qt5.0/beta-snapshots/latest/
>
>I replied to this question on the interest mailing list: it will be
>released when the criteria are met.
>
>Just keep following this mailing list to see when that happens. You'll
>know as soon as we know.
>
>--
>Thiago Macieira - thiago.macieira (AT) intel.com
>  Software Architect - Intel Open Source Technology Center
>     Intel Sweden AB - Registration Number: 556189-6027
>     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
>
>________________________________
>
>DISCLAIMER:
>This email (including any attachments) is intended for the sole use of
>the intended recipient/s and may contain material that is CONFIDENTIAL
>AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or
>copying or distribution or forwarding of any or all of the contents in
>this message is STRICTLY PROHIBITED. If you are not the intended
>recipient, please contact the sender by email and delete all copies; your
>cooperation in this regard is appreciated.
>_______________________________________________
>Releasing mailing list
>Releasing at qt-project.orghttp://lists.qt-project.org/mailman/listinfo/relea
>sing
>
>
>
>-- 
>Br,
>Mr. Iikka Eklund
>Senior software engineer
>
>Elektronikkatie 10
>FI-90590 Oulu 
>Email: iikka.eklund at digia.com
>
>Visit us at: www.digia.com <http://www.digia.com> or qt.digia.com
>------------------------------------------------------------------
>PRIVACY AND CONFIDENTIALITY NOTICE
>This message and any attachments are intended only for use by the named
>addressee and may contain privileged and/or confidential information. If
>you are not the named addressee you should not disseminate, copy or take
>any action in reliance on it. If you have received this message in
>error, please contact the sender immediately and delete the message and
>any attachments accompanying it. Digia Plc does not accept liability for
>any corruption, interception, amendment, tampering or viruses occurring
>to this message.
>------------------------------------------------------------------
>
> 
>_______________________________________________
>Releasing mailing list
>Releasing at qt-project.orghttp://lists.qt-project.org/mailman/listinfo/relea
>sing
>
>
>
>-- 
>Br,
>Mr. Iikka Eklund
>Senior software engineer
>
>Elektronikkatie 10
>FI-90590 Oulu 
>Email: iikka.eklund at digia.com
>
>Visit us at: www.digia.com <http://www.digia.com> or qt.digia.com
>------------------------------------------------------------------
>PRIVACY AND CONFIDENTIALITY NOTICE
>This message and any attachments are intended only for use by the named
>addressee and may contain privileged and/or confidential information. If
>you are not the named addressee you should not disseminate, copy or take
>any action in reliance on it. If you have received this message in
>error, please contact the sender immediately and delete the message and
>any attachments accompanying it. Digia Plc does not accept liability for
>any corruption, interception, amendment, tampering or viruses occurring
>to this message.
>------------------------------------------------------------------
>
> 
>_______________________________________________
>Releasing mailing list
>Releasing at qt-project.orghttp://lists.qt-project.org/mailman/listinfo/relea
>sing
>
>
>
>-- 
>Br,
>Mr. Iikka Eklund
>Senior software engineer
>
>Elektronikkatie 10
>FI-90590 Oulu 
>Email: iikka.eklund at digia.com
>
>Visit us at: www.digia.com <http://www.digia.com> or qt.digia.com
>------------------------------------------------------------------
>PRIVACY AND CONFIDENTIALITY NOTICE
>This message and any attachments are intended only for use by the named
>addressee and may contain privileged and/or confidential information. If
>you are not the named addressee you should not disseminate, copy or take
>any action in reliance on it. If you have received this message in
>error, please contact the sender immediately and delete the message and
>any attachments accompanying it. Digia Plc does not accept liability for
>any corruption, interception, amendment, tampering or viruses occurring
>to this message.
>------------------------------------------------------------------
>
> 
>_______________________________________________
>Releasing mailing list
>Releasing at qt-project.orghttp://lists.qt-project.org/mailman/listinfo/relea
>sing
>
>
>
>-- 
>Br,
>Mr. Iikka Eklund
>Senior software engineer
>
>Elektronikkatie 10
>FI-90590 Oulu 
>Email: iikka.eklund at digia.com
>
>Visit us at: www.digia.com <http://www.digia.com> or qt.digia.com
>------------------------------------------------------------------
>PRIVACY AND CONFIDENTIALITY NOTICE
>This message and any attachments are intended only for use by the named
>addressee and may contain privileged and/or confidential information. If
>you are not the named addressee you should not disseminate, copy or take
>any action in reliance on it. If you have received this message in
>error, please contact the sender immediately and delete the message and
>any attachments accompanying it. Digia Plc does not accept liability for
>any corruption, interception, amendment, tampering or viruses occurring
>to this message.
>------------------------------------------------------------------




More information about the Releasing mailing list