Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-19206

crashes when opening qt5/qtdeclarative

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P2: Important
    • None
    • Qt Creator 4.4.1
    • macOS 10.13, latest (?) Qt Creator release version installed via the online installer

    Description

      Not every project causes a crash, but this one does.

      Process:               Qt Creator [87206]
      Path:                  /Users/USER/*/Qt Creator.app/Contents/MacOS/Qt Creator
      Identifier:            org.qt-project.qtcreator
      Version:               4.4 (4.4.1)
      Code Type:             X86-64 (Native)
      Parent Process:        ??? [1]
      Responsible:           Qt Creator [87206]
      User ID:               504
      
      Date/Time:             2017-11-03 14:09:51.955 +0100
      OS Version:            Mac OS X 10.13 (17A365)
      Report Version:        12
      Anonymous UUID:        C90B1946-3A99-67C5-63EB-9CBA98FF33A2
      
      Sleep/Wake UUID:       47C89D06-20FC-4C07-ADC8-15F5DC7AEB97
      
      Time Awake Since Boot: 530000 seconds
      Time Since Wake:       15000 seconds
      
      System Integrity Protection: enabled
      
      Crashed Thread:        0  Dispatch queue: com.apple.main-thread
      
      Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
      Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000020
      Exception Note:        EXC_CORPSE_NOTIFY
      
      Termination Signal:    Segmentation fault: 11
      Termination Reason:    Namespace SIGNAL, Code 0xb
      Terminating Process:   exc handler [0]
      
      VM Regions Near 0x20:
      --> 
          __TEXT                 0000000109330000-0000000109342000 [   72K] r-x/rwx SM=COW  /Users/USER/*/Qt Creator.app/Contents/MacOS/Qt Creator
      
      Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
      0   libProjectExplorer.dylib      	0x000000010fff01db ProjectExplorer::Kit::hasValue(Core::Id) const + 11
      1   libProjectExplorer.dylib      	0x000000010ffd9ea6 ProjectExplorer::ProjectImporter::removeProject(ProjectExplorer::Kit*) const + 38
      2   libProjectExplorer.dylib      	0x000000010ffe5d1e ProjectExplorer::TargetSetupPage::reset() + 238
      3   libProjectExplorer.dylib      	0x000000010ffe5c0e ProjectExplorer::TargetSetupPage::initializePage() + 14
      4   libProjectExplorer.dylib      	0x000000011004118a ProjectExplorer::Internal::TargetSetupPageWrapper::TargetSetupPageWrapper(ProjectExplorer::Project*) + 394
      5   libProjectExplorer.dylib      	0x0000000110041f42 ProjectExplorer::Internal::TargetGroupItemPrivate::ensureWidget() + 514
      6   libProjectExplorer.dylib      	0x000000011004330e ProjectExplorer::Internal::TargetGroupItem::data(int, int) const + 254
      7   libProjectExplorer.dylib      	0x000000010ffe3d40 ProjectExplorer::Internal::ProjectItem::data(int, int) const + 320
      8   libProjectExplorer.dylib      	0x000000010ffe3466 ProjectExplorer::Internal::ProjectWindowPrivate::updatePanel() + 70
      9   libProjectExplorer.dylib      	0x000000010ffe259d ProjectExplorer::Internal::ProjectWindowPrivate::startupProjectChanged(ProjectExplorer::Project*) + 333
      10  org.qt-project.QtCore         	0x000000010a2ba9fb QMetaObject::activate(QObject*, int, int, void**) + 731
      11  libProjectExplorer.dylib      	0x000000011019b1b0 ProjectExplorer::SessionManager::startupProjectChanged(ProjectExplorer::Project*) + 64
      12  libProjectExplorer.dylib      	0x000000010ff9ec0e ProjectExplorer::ProjectExplorerPlugin::openProject(QString const&) + 174
      13  libProjectExplorer.dylib      	0x000000010ffa7b6f ProjectExplorer::ProjectExplorerPluginPrivate::openRecentProject(QString const&) + 31
      14  org.qt-project.QtCore         	0x000000010a2ba9fb QMetaObject::activate(QObject*, int, int, void**) + 731
      15  org.qt-project.QtWidgets      	0x00000001095bdbaf QAction::activate(QAction::ActionEvent) + 303
      16  org.qt-project.QtCore         	0x000000010a2baab1 QMetaObject::activate(QObject*, int, int, void**) + 913
      17  org.qt-project.QtCore         	0x000000010a2b3b3c QObject::event(QEvent*) + 156
      18  org.qt-project.QtWidgets      	0x00000001095c6bad QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
      19  org.qt-project.QtWidgets      	0x00000001095c947c QApplication::notify(QObject*, QEvent*) + 5852
      20  org.qt-project.QtCore         	0x000000010a289a24 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164
      21  org.qt-project.QtCore         	0x000000010a28a770 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 560
      22  libqcocoa.dylib               	0x000000010ac4019e 0x10ac0f000 + 201118
      23  libqcocoa.dylib               	0x000000010ac40a61 0x10ac0f000 + 203361
      24  com.apple.CoreFoundation      	0x00007fff3f0b86c1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
      25  com.apple.CoreFoundation      	0x00007fff3f1722cc __CFRunLoopDoSource0 + 108
      26  com.apple.CoreFoundation      	0x00007fff3f09b160 __CFRunLoopDoSources0 + 208
      27  com.apple.CoreFoundation      	0x00007fff3f09a5dd __CFRunLoopRun + 1293
      28  com.apple.CoreFoundation      	0x00007fff3f099e43 CFRunLoopRunSpecific + 483
      29  com.apple.HIToolbox           	0x00007fff3e3b9866 RunCurrentEventLoopInMode + 286
      30  com.apple.HIToolbox           	0x00007fff3e3b94df ReceiveNextEventCommon + 366
      31  com.apple.HIToolbox           	0x00007fff3e3b9354 _BlockUntilNextEventMatchingListInModeWithFilter + 64
      32  com.apple.AppKit              	0x00007fff3c6b744f _DPSNextEvent + 2085
      33  com.apple.AppKit              	0x00007fff3ce4c508 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
      34  com.apple.AppKit              	0x00007fff3c6ac25d -[NSApplication run] + 764
      35  libqcocoa.dylib               	0x000000010ac3f91a 0x10ac0f000 + 198938
      36  org.qt-project.QtCore         	0x000000010a285661 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
      37  org.qt-project.QtCore         	0x000000010a28a0c9 QCoreApplication::exec() + 393
      38  org.qt-project.qtcreator      	0x000000010933b9e1 main + 15793
      39  libdyld.dylib                 	0x00007fff665fd145 start + 1
      
      Thread 1:: com.apple.CFSocket.private
      0   libsystem_kernel.dylib        	0x00007fff6674d142 __select + 10
      1   com.apple.CoreFoundation      	0x00007fff3f0d54db __CFSocketManager + 635
      2   libsystem_pthread.dylib       	0x00007fff668876c1 _pthread_body + 340
      3   libsystem_pthread.dylib       	0x00007fff6688756d _pthread_start + 377
      4   libsystem_pthread.dylib       	0x00007fff66886c5d thread_start + 13
      
      Thread 2:: Qt bearer thread
      0   libsystem_kernel.dylib        	0x00007fff6674e4ea poll + 10
      1   org.qt-project.QtCore         	0x000000010a2de0f0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
      2   org.qt-project.QtCore         	0x000000010a2df765 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 885
      3   org.qt-project.QtCore         	0x000000010a285661 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
      4   org.qt-project.QtCore         	0x000000010a0bdd4e QThread::exec() + 110
      5   org.qt-project.QtCore         	0x000000010a0c1a2f 0x10a096000 + 178735
      6   libsystem_pthread.dylib       	0x00007fff668876c1 _pthread_body + 340
      7   libsystem_pthread.dylib       	0x00007fff6688756d _pthread_start + 377
      8   libsystem_pthread.dylib       	0x00007fff66886c5d thread_start + 13
      
      Thread 3:: QThread
      0   libsystem_kernel.dylib        	0x00007fff6674e4ea poll + 10
      1   org.qt-project.QtCore         	0x000000010a2de2a0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 544
      2   org.qt-project.QtCore         	0x000000010a2df765 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 885
      3   org.qt-project.QtCore         	0x000000010a285661 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
      4   org.qt-project.QtCore         	0x000000010a0bdd4e QThread::exec() + 110
      5   org.qt-project.QtCore         	0x000000010a0c1a2f 0x10a096000 + 178735
      6   libsystem_pthread.dylib       	0x00007fff668876c1 _pthread_body + 340
      7   libsystem_pthread.dylib       	0x00007fff6688756d _pthread_start + 377
      8   libsystem_pthread.dylib       	0x00007fff66886c5d thread_start + 13
      
      Thread 4:: QQmlThread
      0   libsystem_kernel.dylib        	0x00007fff6674e4ea poll + 10
      1   org.qt-project.QtCore         	0x000000010a2de2a0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 544
      2   org.qt-project.QtCore         	0x000000010a2df765 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 885
      3   org.qt-project.QtCore         	0x000000010a285661 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
      4   org.qt-project.QtCore         	0x000000010a0bdd4e QThread::exec() + 110
      5   org.qt-project.QtQml          	0x000000010a9d74f9 0x10a78d000 + 2401529
      6   org.qt-project.QtCore         	0x000000010a0c1a2f 0x10a096000 + 178735
      7   libsystem_pthread.dylib       	0x00007fff668876c1 _pthread_body + 340
      8   libsystem_pthread.dylib       	0x00007fff6688756d _pthread_start + 377
      9   libsystem_pthread.dylib       	0x00007fff66886c5d thread_start + 13
      
      Thread 5:: QQmlThread
      0   libsystem_kernel.dylib        	0x00007fff6674e4ea poll + 10
      1   org.qt-project.QtCore         	0x000000010a2de2a0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 544
      2   org.qt-project.QtCore         	0x000000010a2df765 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 885
      3   org.qt-project.QtCore         	0x000000010a285661 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
      4   org.qt-project.QtCore         	0x000000010a0bdd4e QThread::exec() + 110
      5   org.qt-project.QtQml          	0x000000010a9d74f9 0x10a78d000 + 2401529
      6   org.qt-project.QtCore         	0x000000010a0c1a2f 0x10a096000 + 178735
      7   libsystem_pthread.dylib       	0x00007fff668876c1 _pthread_body + 340
      8   libsystem_pthread.dylib       	0x00007fff6688756d _pthread_start + 377
      9   libsystem_pthread.dylib       	0x00007fff66886c5d thread_start + 13
      
      Thread 6:: com.apple.NSEventThread
      0   libsystem_kernel.dylib        	0x00007fff66743e76 mach_msg_trap + 10
      1   libsystem_kernel.dylib        	0x00007fff66743390 mach_msg + 60
      2   com.apple.CoreFoundation      	0x00007fff3f09b475 __CFRunLoopServiceMachPort + 341
      3   com.apple.CoreFoundation      	0x00007fff3f09a7c7 __CFRunLoopRun + 1783
      4   com.apple.CoreFoundation      	0x00007fff3f099e43 CFRunLoopRunSpecific + 483
      5   com.apple.AppKit              	0x00007fff3c7f4c49 _NSEventThread + 184
      6   libsystem_pthread.dylib       	0x00007fff668876c1 _pthread_body + 340
      7   libsystem_pthread.dylib       	0x00007fff6688756d _pthread_start + 377
      8   libsystem_pthread.dylib       	0x00007fff66886c5d thread_start + 13
      
      Thread 7:
      0   libsystem_pthread.dylib       	0x00007fff66886c40 start_wqthread + 0
      1   ???                           	0x0000000100000038 0 + 4294967352
      
      Thread 8:
      0   libsystem_pthread.dylib       	0x00007fff66886c40 start_wqthread + 0
      1   ???                           	0x0000000100010001 0 + 4295032833
      
      Thread 0 crashed with X86 Thread State (64-bit):
        rax: 0x0000604000413810  rbx: 0x000060400012bfe0  rcx: 0x00000000ffffffff  rdx: 0x000060400284edc0
        rdi: 0x0000000000000000  rsi: 0x000000000098968c  rbp: 0x00007ffee68cccf0  rsp: 0x00007ffee68cccf0
         r8: 0x000000000000002f   r9: 0x0000000000000000  r10: 0x000007fbf22d4967  r11: 0x0000000000000030
        r12: 0x00006040009e0c00  r13: 0x000060400204dec0  r14: 0x000060400284edc0  r15: 0x00006040004108c0
        rip: 0x000000010fff01db  rfl: 0x0000000000010206  cr2: 0x0000000000000020
        
      Logical CPU:     2
      Error Code:      0x00000004
      Trap Number:     14
      
      
      Binary Images:
             0x109330000 -        0x109341ff7 +org.qt-project.qtcreator (4.4 - 4.4.1) <7F7A713D-AC03-3F23-BC1A-4CF3C125814F> /Users/USER/*/Qt Creator.app/Contents/MacOS/Qt Creator
             0x10934f000 -        0x109385fff +libExtensionSystem.4.4.1.dylib (0) <5F42A151-5D97-3A05-B3A7-44D733F354D0> /Users/USER/*/Qt Creator.app/Contents/Frameworks/libExtensionSystem.4.4.1.dylib
             0x1093ac000 -        0x1093b1fff +libAggregation.4.4.1.dylib (0) <B498BD3C-172D-3509-A6B4-ED1F449A9814> /Users/USER/*/Qt Creator.app/Contents/Frameworks/libAggregation.4.4.1.dylib
             0x1093bc000 -        0x1094e5fff +libUtils.4.4.1.dylib (0) <F9BC32F8-936E-3920-9840-7E169C8B33D7> /Users/USER/*/Qt Creator.app/Contents/Frameworks/libUtils.4.4.1.dylib
             0x1095b5000 -        0x109a1bff7 +org.qt-project.QtWidgets (5.9 - 5.9.2) <6335A088-353D-3395-8361-6033EE0EEA55> /Users/USER/*/Qt Creator.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
      ...truncated due to Jira complaining that it's too long...
      
      External Modification Summary:
        Calls made by other processes targeting this process:
          task_for_pid: 7
          thread_create: 0
          thread_set_state: 0
        Calls made by this process:
          task_for_pid: 0
          thread_create: 0
          thread_set_state: 0
        Calls made by all processes on this machine:
          task_for_pid: 342609
          thread_create: 0
          thread_set_state: 0
      
      VM Region Summary:
      ReadOnly portion of Libraries: Total=525.3M resident=0K(0%) swapped_out_or_unallocated=525.3M(100%)
      Writable regions: Total=356.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=356.9M(100%)
       
                                      VIRTUAL   REGION 
      REGION TYPE                        SIZE    COUNT (non-coalesced) 
      ===========                     =======  ======= 
      Accelerate framework               640K        5 
      Activity Tracing                   256K        2 
      CG backing stores                 11.5M       12 
      CG image                          2120K       23 
      CoreAnimation                      172K       31 
      CoreGraphics                         8K        2 
      CoreImage                          200K       45 
      CoreUI image data                 3856K       39 
      CoreUI image file                  216K        5 
      Foundation                         380K        3 
      Image IO                            16K        2 
      JS JIT generated code               12K        4 
      JS VM register file               24.0M       10 
      Kernel Alloc Once                    8K        2 
      MALLOC                           289.6M       99 
      MALLOC guard page                   64K       15 
      Memory Tag 242                      12K        2 
      Memory Tag 251                      80K        3 
      OpenGL GLSL                        256K        4 
      STACK GUARD                       56.0M       10 
      Stack                             12.1M       10 
      VM_ALLOCATE                        404K       39 
      WebAssembly memory                12.0M        4 
      __DATA                            39.1M      439 
      __FONT_DATA                          4K        2 
      __GLSLBUILTINS                    2588K        2 
      __LINKEDIT                       215.2M      107 
      __TEXT                           310.1M      430 
      __UNICODE                          556K        2 
      mapped file                       63.0M      181 
      shared memory                      772K       18 
      ===========                     =======  ======= 
      TOTAL                              1.0G     1521 
      
      Model: MacBookPro11,1, BootROM MBP111.0142.B00, 2 processors, Intel Core i5, 2,4 GHz, 8 GB, SMC 2.16f68
      Graphics: Intel Iris, Intel Iris, Built-In
      Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, -
      Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, -
      AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.77.37.0.1a1)
      Bluetooth: Version 6.0.0f7, 3 services, 27 devices, 1 incoming serial ports
      Network Service: Thunderbolt Ethernet, Ethernet, en3
      PCI Card: Apple 57762-A0, Ethernet Controller, Thunderbolt@195,0,0
      Serial ATA Device: APPLE SSD SD0256F, 251 GB
      USB Device: USB 3.0 Bus
      USB Device: USB3.0 Hub
      USB Device: USB 10/100/1000 LAN
      USB Device: Apple Internal Keyboard / Trackpad
      USB Device: BRCM20702 Hub
      USB Device: Bluetooth USB Host Controller
      USB Device: USB3.0 Hub
      USB Device: Hub
      USB Device: Hub
      USB Device: CS1764A V1.1.102
      USB Device: USB2.0 Hub
      USB Device: Intuos5 touch S
      USB Device: PTZ-630
      USB Device: Composite Device
      Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2
      Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 3, 5.5
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes