Comment 2 for bug 1301547

Revision history for this message
Rick Spencer (rick-rickspencer3) wrote : Re: unity-scope-tool crashed with SIGSEGV in QQmlDataBlob::tryDone()

For completeness, I create a brand new project and had the same result ...
rick@rick-K53SV:~/Projects/CIScope$ cmake CMakeLists.txt && make
-- The CXX compiler identification is GNU 4.8.2
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- checking for module 'libunity-scopes>=0.4.0'
-- found libunity-scopes, version 0.4.0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rick/Projects/CIScope
Scanning dependencies of target CIScope-scope
[ 25%] Building CXX object src/CMakeFiles/CIScope-scope.dir/CIScope-preview.cpp.o
[ 50%] Building CXX object src/CMakeFiles/CIScope-scope.dir/CIScope-query.cpp.o
[ 75%] Building CXX object src/CMakeFiles/CIScope-scope.dir/CIScope-scope.cpp.o
Linking CXX shared library libCIScope-scope.so
[ 75%] Built target CIScope-scope
Scanning dependencies of target simpletest
[100%] Building CXX object test/CMakeFiles/simpletest.dir/simpletest.cpp.o
Linking CXX executable simpletest
[100%] Built target simpletest
rick@rick-K53SV:~/Projects/CIScope$ unity-scope-tool src/
CIScope-preview.cpp CIScope-query.cpp CIScope-scope.cpp CIScope-scope.ini cmake_install.cmake libCIScope-scope.so
CIScope-preview.h CIScope-query.h CIScope-scope.h CMakeFiles/ CMakeLists.txt Makefile
rick@rick-K53SV:~/Projects/CIScope$ unity-scope-tool src/CIScope-scope.ini
scoperegistry: no remote registry configured, only local scopes will be available
spawning scope CIScope-scope to process number 10245 with command line /usr/lib/x86_64-linux-gnu/scoperunner/scoperunner /tmp/Runtime.ini.J10234 src/CIScope-scope.ini.
file:///usr/share/unity8/Dash/DashContent.qml:104: TypeError: Cannot read property 'loaded' of null
file:///usr/share/unity8/ScopeTool.qml:77:31: Unable to assign [undefined] to scopes_ng::Scope*
file:///usr/share/unity8/ScopeTool.qml:149:23: Unable to assign null to QString
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/TabBarStyle.qml:303: TypeError: Property 'select' of object QQuickRepeater(0x1bf2c60) is not a function
file:///usr/share/unity8/Dash/DashContent.qml:104: TypeError: Cannot read property 'loaded' of null
file:///usr/share/unity8/Dash/DashContent.qml:104: TypeError: Cannot read property 'loaded' of null
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/TabBarStyle.qml:119: TypeError: Cannot read property of null
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/TabBarStyle.qml:120: TypeError: Cannot read property of null
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/TabBarStyle.qml:119: TypeError: Cannot read property of null
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/TabBarStyle.qml:120: TypeError: Cannot read property of null
Need to use QMirServerApplication
Segmentation fault (core dumped)