RStudio core dump when querying sqlite DB

Looking for assistance with an RStudio core dump.

RStudio version 1.1.383 (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) RStudio Version/7.0 Safari/538.1 Qt/5.9.4)
Unable to write a diagnostics report because it core dumps when I attempt it, stack trace as follows...

[Current thread is 1 (Thread 0x7f7bd4e43780 (LWP 4073))]
(gdb) where
#0  0x00007f7bd2b00cdc in WTFCrash () at wtf/Assertions.cpp:345
#1  0x00007f7bd2b43604 in WTF::Collator::createCollator (this=this@entry=0x55e4eae2b0f0) at wtf/unicode/icu/CollatorICU.cpp:110
#2  0x00007f7bd2b4383b in WTF::Collator::collate (this=0x55e4eae2b0f0, lhs=0x55e4e7633c50 u"diagnosticsFile", lhsLength=15, 
    rhs=0x55e4e7963eb0 u"ext", rhsLength=3) at wtf/unicode/icu/CollatorICU.cpp:96
#3  0x00007f7bd2accf8e in JSC::localeCompare (b=..., a=...) at runtime/StringPrototype.cpp:242
#4  JSC::stringProtoFuncLocaleCompare (exec=<optimized out>) at runtime/StringPrototype.cpp:1295
#5  0x00007f7b7bfff0e5 in ?? ()
#6  0xffff000000000002 in ?? ()
#7  0x00007f7bd28abdcc in llint_op_call () at runtime/JSCJSValueInlines.h:411
#8  0x000055e4e6b34d80 in ?? ()
#9  0x00007f7bc0029880 in ?? ()
<<snip>>

RStudio built with debug symbols (Gentoo x64 system, nearly everything is built from source).
Happy to provide additional info, on request.

Code that causes the core dump...

rm(list=ls());
library("RSQLite");
dbfile = "/tmp/usb_database.db";
sqlite = dbDriver("SQLite");
mydb = dbConnect(sqlite, dbfile);
dbListTables(mydb);
results = dbSendQuery(mydb, "select count(1) from DATA;")
<<coredump>>

The SQLite database is version 3.x last written with SQLite version 3008000 and works just find when using SQLite Studio 3.1.1 to execute the same SQL.

Stack trace of rstudio from core when executing the above

[Current thread is 1 (Thread 0x7f24419ea780 (LWP 3341))]
(gdb) where
#0  0x00007f243f6a7cdc in WTFCrash () at wtf/Assertions.cpp:345
#1  0x00007f243f6ea604 in WTF::Collator::createCollator (this=this@entry=0x55d5d4281f40) at wtf/unicode/icu/CollatorICU.cpp:110
#2  0x00007f243f6ea83b in WTF::Collator::collate (this=0x55d5d4281f40, lhs=0x55d5d2854570 u"results", lhsLength=7, 
    rhs=0x55d5d41a85c0 u"mydb隀혒嗕", rhsLength=4) at wtf/unicode/icu/CollatorICU.cpp:96
#3  0x00007f243f673f8e in JSC::localeCompare (b=..., a=...) at runtime/StringPrototype.cpp:242
#4  JSC::stringProtoFuncLocaleCompare (exec=<optimized out>) at runtime/StringPrototype.cpp:1295
#5  0x00007f23e7fff0e5 in ?? ()
#6  0xffff000000000002 in ?? ()
#7  0x00007f243f452dcc in llint_op_call () at runtime/JSCJSValueInlines.h:411
#8  0x000055d5d082e8c0 in ?? ()
#9  0x00007f23b3af8820 in ?? ()
#10 0x000055d5d6260240 in ?? ()
#11 0xffff000000000001 in ?? ()
#12 0x00007f23e879e4f7 in ?? ()
#13 0x00007f23e4011058 in ?? ()
#14 0x0000000000000001 in ?? ()
#15 0x00007f23e4011058 in ?? ()
#16 0x000055d5d082e8c0 in ?? ()
#17 0x00007f23e865e540 in ?? ()
#18 0x000055d5d082e8c0 in ?? ()
#19 0x00007f23e4011a20 in ?? ()
#20 0x0000000000000000 in ?? ()
(gdb) 

Using RSQLite 2.1.1 package.
built with gcc 6.4.0 with clang 5.0.1 available.

Just in case shared library versions are important, the following is a list of shared libraries used by RStudio on my system

$ ldd /usr/bin/rstudio
        linux-vdso.so.1 (0x00007ffe5d1ea000)
        libQt5WebKitWidgets.so.5 => /usr/lib64/libQt5WebKitWidgets.so.5 (0x00007ff93c00c000)
        libQt5PrintSupport.so.5 => /usr/lib64/libQt5PrintSupport.so.5 (0x00007ff93bd91000)
        libQt5DBus.so.5 => /usr/lib64/libQt5DBus.so.5 (0x00007ff93baf7000)
        libQt5Solutions_SingleApplication-2.6.so.1 => /usr/lib64/libQt5Solutions_SingleApplication-2.6.so.1 (0x00007ff93b8ed000)
        libQt5WebKit.so.5 => /usr/lib64/libQt5WebKit.so.5 (0x00007ff937928000)
        libQt5Network.so.5 => /usr/lib64/libQt5Network.so.5 (0x00007ff937577000)
        libQt5Widgets.so.5 => /usr/lib64/libQt5Widgets.so.5 (0x00007ff936cd2000)
        libQt5Gui.so.5 => /usr/lib64/libQt5Gui.so.5 (0x00007ff9365ce000)
        libQt5Core.so.5 => /usr/lib64/libQt5Core.so.5 (0x00007ff935ef0000)
        libboost_date_time.so.1.65.0 => /usr/lib64/libboost_date_time.so.1.65.0 (0x00007ff935cdf000)
        libboost_filesystem.so.1.65.0 => /usr/lib64/libboost_filesystem.so.1.65.0 (0x00007ff935ac4000)
        libboost_iostreams.so.1.65.0 => /usr/lib64/libboost_iostreams.so.1.65.0 (0x00007ff9358a8000)
        libboost_regex.so.1.65.0 => /usr/lib64/libboost_regex.so.1.65.0 (0x00007ff93559d000)
        libboost_system.so.1.65.0 => /usr/lib64/libboost_system.so.1.65.0 (0x00007ff935398000)
        libboost_thread.so.1.65.0 => /usr/lib64/libboost_thread.so.1.65.0 (0x00007ff93516e000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007ff934f4e000)
        libutil.so.1 => /lib64/libutil.so.1 (0x00007ff934d4b000)
        libuuid.so.1 => /lib64/libuuid.so.1 (0x00007ff934b46000)
        libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/libstdc++.so.6 (0x00007ff934747000)
        libm.so.6 => /lib64/libm.so.6 (0x00007ff93443f000)
        libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/libgcc_s.so.1 (0x00007ff934228000)
        libc.so.6 => /lib64/libc.so.6 (0x00007ff933e79000)
        /lib64/ld-linux-x86-64.so.2 (0x00007ff93c253000)
        libQt5OpenGL.so.5 => /usr/lib64/libQt5OpenGL.so.5 (0x00007ff933c17000)
        libdbus-1.so.3 => /usr/lib64/libdbus-1.so.3 (0x00007ff9339d0000)
        libQt5Solutions_LockedFile-2.4.so.1 => /usr/lib64/libQt5Solutions_LockedFile-2.4.so.1 (0x00007ff9337cc000)
        librt.so.1 => /lib64/librt.so.1 (0x00007ff9335c4000)
        libz.so.1 => /lib64/libz.so.1 (0x00007ff9333ad000)
        libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00007ff9331a3000)
        libXcomposite.so.1 => /usr/lib64/libXcomposite.so.1 (0x00007ff932fa0000)
        libleveldb.so.1 => /usr/lib64/libleveldb.so.1 (0x00007ff932d42000)
        libmemenv.so.1 => /usr/lib64/libmemenv.so.1 (0x00007ff932b3a000)
        libjpeg.so.62 => /usr/lib64/libjpeg.so.62 (0x00007ff9328d0000)
        libpng16.so.16 => /usr/lib64/libpng16.so.16 (0x00007ff93269a000)
        libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007ff93235c000)
        libxslt.so.1 => /usr/lib64/libxslt.so.1 (0x00007ff932120000)
        libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00007ff931dbd000)
        libsqlite3.so.0 => /usr/lib64/libsqlite3.so.0 (0x00007ff931a9c000)
        libicui18n.so.60 => /usr/lib64/libicui18n.so.60 (0x00007ff9315fe000)
        libicuuc.so.60 => /usr/lib64/libicuuc.so.60 (0x00007ff931248000)
        libQt5Sql.so.5 => /usr/lib64/libQt5Sql.so.5 (0x00007ff930ffc000)
        libGL.so.1 => /usr/lib64/opengl/nvidia/lib/libGL.so.1 (0x00007ff930d58000)
        libssl.so.1.0.0 => /usr/lib64/libssl.so.1.0.0 (0x00007ff930ae9000)
        libcrypto.so.1.0.0 => /usr/lib64/libcrypto.so.1.0.0 (0x00007ff9306af000)
        libharfbuzz.so.0 => /usr/lib64/libharfbuzz.so.0 (0x00007ff930400000)
        libpcre2-16.so.0 => /usr/lib64/libpcre2-16.so.0 (0x00007ff930189000)
        libdouble-conversion.so.1 => /usr/lib64/libdouble-conversion.so.1 (0x00007ff92ff7d000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007ff92fd79000)
        libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007ff92fa66000)
        libbz2.so.1 => /lib64/libbz2.so.1 (0x00007ff92f855000)
        liblzma.so.5 => /lib64/liblzma.so.5 (0x00007ff92f62f000)
        libicudata.so.60 => /usr/lib64/libicudata.so.60 (0x00007ff92da86000)
        libsnappy.so.1 => /usr/lib64/libsnappy.so.1 (0x00007ff92d87e000)
        libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007ff92d655000)
        libGLX.so.0 => /usr/lib64/opengl/nvidia/lib/libGLX.so.0 (0x00007ff92d425000)
        libGLdispatch.so.0 => /usr/lib64/opengl/nvidia/lib/libGLdispatch.so.0 (0x00007ff92d157000)
        libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007ff92ce9d000)
        libgraphite2.so.3 => /usr/lib64/libgraphite2.so.3 (0x00007ff92cc70000)
        libpcre.so.1 => /lib64/libpcre.so.1 (0x00007ff92c9fe000)
        libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007ff92c7fa000)
        libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00007ff92c5f4000)
        libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007ff92c3e2000)
        libbsd.so.0 => /usr/lib64/libbsd.so.0 (0x00007ff92c1cd000)

It appears this is related to locale, I tried fiddling with my locale, C, en_AU.utf8, etc, no success.
(I set the locale, sourced /etc/profile again, ran rstudio at the command line, executed my test code, watched the crash).
I will admit, in wtf/unicode/icu/CollatorICU.cpp as a part of WebKit, the assert is immediately before a 'FIXME' comment....

One other thing worth pointing out: RStudio typically bundles + uses its own copies of Qt + Boost; however, on your system it looks like they're being pulled out of the system folder. The binaries of RStudio v1.1 we distribute are built against a pretty old version of Qt (5.4.x) so mixing and matching Qt versions could lead to issues of this form.

For what it's worth, with RStudio v1.2 we plan to upgrade to the latest version of Qt possible (likely Qt 5.10 or 5.11). Our builds from https://dailies.rstudio.com use Qt 5.10.1; you might want to give one of the recent builds there a try.

Thanks for the reply, the only problem is Gentoo builds RStudio from source, I don't use pre-built binaries.
So, it's a matter of using the correct branch in Github to retrieve the 'daily' source so I can build it.
So, going from github branch 1.2.9, it still core dumps.

(gdb) where
#0  0x00007f10b67e5cdc in WTFCrash () at wtf/Assertions.cpp:345
#1  0x00007f10b6828604 in WTF::Collator::createCollator (this=this@entry=0x55be1f48c130) at wtf/unicode/icu/CollatorICU.cpp:110
#2  0x00007f10b682883b in WTF::Collator::collate (this=0x55be1f48c130, lhs=0x55be1ec5eea0 u"results", lhsLength=7, rhs=0x55be1f5819a0 u"mydbੀὛ喾", 
    rhsLength=4) at wtf/unicode/icu/CollatorICU.cpp:96
#3  0x00007f10b67b1f8e in JSC::localeCompare (b=..., a=...) at runtime/StringPrototype.cpp:242
#4  JSC::stringProtoFuncLocaleCompare (exec=<optimized out>) at runtime/StringPrototype.cpp:1295
#5  0x00007f105ffff0e5 in ?? ()
#6  0xffff000000000002 in ?? ()
#7  0x00007f10b6590dcc in llint_op_call () at runtime/JSCJSValueInlines.h:411
#8  0x000055be197e5bb0 in ?? ()
#9  0x00007f102ef45810 in ?? ()
#10 0x000055be1f36adb0 in ?? ()
#11 0xffff000000000001 in ?? ()
#12 0x000055be197e5bb0 in ?? ()
#13 0x00007f105c135058 in ?? ()
#14 0x0000000000000001 in ?? ()
#15 0x00007f105c135058 in ?? ()
#16 0x000055be197e5bb0 in ?? ()
#17 0x00007f10606dcea0 in ?? ()
#18 0x000055be197e5bb0 in ?? ()
#19 0x00007f105c135a20 in ?? ()
#20 0x0000000000000000 in ?? ()
[1] "1.2.9"

$R
[1] "/usr/bin/R"

$pdflatex
[1] "/usr/bin/pdflatex"

$bibtex
[1] "/usr/bin/bibtex"

$gcc
[1] "/usr/bin/gcc"

$git
[1] "/usr/bin/git"

$svn
[1] ""

R version 3.4.1 (2017-06-30)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Gentoo/Linux

Matrix products: default
BLAS: /usr/lib64/blas/reference/libblas.so.0.0.0
LAPACK: /usr/lib64/R/lib/libRlapack.so

locale:
 [1] LC_CTYPE=en_AU.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_AU.UTF-8        LC_COLLATE=en_AU.UTF-8    
 [5] LC_MONETARY=en_AU.UTF-8    LC_MESSAGES=en_AU.UTF-8   
 [7] LC_PAPER=en_AU.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_AU.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets 
[6] methods   base     

loaded via a namespace (and not attached):
[1] compiler_3.4.1 tools_3.4.1   

SysInfo:
                               sysname 
                               "Linux" 
                               release 
                       "4.9.95-gentoo" 
                               version 
"#1 SMP Wed Apr 25 11:03:00 ACST 2018" 
                              nodename 
                           "Lyalls-PC" 
                               machine 
                              "x86_64" 
                                 login 
                               "lyall" 
                                  user 
                               "lyall" 
                        effective_user 
                               "lyall" 

R Version:
               _                           
platform       x86_64-pc-linux-gnu         
arch           x86_64                      
os             linux-gnu                   
system         x86_64, linux-gnu           
status                                     
major          3                           
minor          4.1                         
year           2017                        
month          06                          
day            30                          
svn rev        72865                       
language       R                           
version.string R version 3.4.1 (2017-06-30)
nickname       Single Candle               
$`_`
[1] "/usr/bin/rstudio"

$ANT_HOME
[1] "/usr/share/ant"

$BROWSER
[1] "/usr/bin/firefox"

$CLICOLOR_FORCE
[1] "1"

$CONFIG_PROTECT
[1] "/usr/share/gnupg/qualified.txt /usr/share/config /usr/lib64/libreoffice/program/sofficerc"

$CONFIG_PROTECT_MASK
[1] "/etc/sandbox.d /etc/php/cli-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/php/cli-php7.1/ext-active/ /etc/php/cgi-php7.1/ext-active/ /etc/php/apache2-php7.1/ext-active/ /etc/fonts/fonts.conf /etc/gentoo-release /etc/gconf /etc/terminfo /etc/dconf /etc/ca-certificates.conf /etc/revdep-rebuild"

$DBUS_SESSION_BUS_ADDRESS
[1] "unix:abstract=/tmp/dbus-aufwXa68vm,guid=dc7ba0d5c5618d5de89854d25b055c21"

$DESKTOP_SESSION
[1] "fluxbox"

$DIGICAM_PICS
[1] "/home/lyall/Digicam Pics"

$DISPLAY
[1] ":0.0"

$EDITOR
[1] "/usr/bin/emacsclient"

$ENV
[1] "/home/lyall/.bashrc"

$ftp
[1] "ftp -vip"

$GCC_SPECS
[1] ""

$GDM_LANG
[1] "en_AU.utf8"

$GDMSESSION
[1] "fluxbox"

$GIT_ASKPASS
[1] "rpostback-askpass"

$GPG_TTY
[1] "/dev/pts/0"

$GSETTINGS_BACKEND
[1] "dconf"

$GTK_MODULES
[1] "canberra-gtk-module"

$HOME
[1] "/home/lyall"

$INFOPATH
[1] "/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.29.1/info:/usr/share/info:/usr/share/info/emacs-26"

$JAVA_HOME
[1] "/etc/java-config-2/current-system-vm"

$JAVAC
[1] "/etc/java-config-2/current-system-vm/bin/javac"

$JDK_HOME
[1] "/etc/java-config-2/current-system-vm"

$KDEVARTMP
[1] "/tmp/kde-cache"

$LANG
[1] "en_AU.UTF-8"

$LD_LIBRARY_PATH
[1] "/usr/lib64/R/lib::/home/lyall/lib:::/lib:/usr/lib64/blas/reference::/home/lyall/lib"

$LESS
[1] "-R -M --shift 5"

$LESSOPEN
[1] "|lesspipe %s"

$LN_S
[1] "ln -s"

$LOGNAME
[1] "lyall"

$MAIL
[1] "/var/mail/lyall"

$MAKE
[1] "make"

$MANPAGER
[1] "manpager"

$MANPATH
[1] "/etc/java-config-2/current-system-vm/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.29.1/man:/usr/lib/llvm/5/share/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.6/man/:/usr/lib64/php7.1/man/:/usr/local/share/man:/usr/share/man:/usr/share/rust-1.26.0/man"

$MOZ_GMP_PATH
[1] "/usr/lib64/nsbrowser/plugins/gmp-gmpopenh264/system-installed"

$OLDPWD
[1] "/data/VMs"

$OPENCL_PROFILE
[1] "nvidia"

$OPENGL_PROFILE
[1] "nvidia"

$PACKAGE_MANAGER
[1] "portage"

$PAGER
[1] "/usr/bin/less"

$PATH
[1] "/usr/local/bin:/usr/bin:/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0:/usr/lib/llvm/5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/games/bin"

$PWD
[1] "/home/lyall"

$QT_GRAPHICSSYSTEM
[1] "raster"

$R_BROWSER
[1] "/usr/bin/xdg-open"

$R_BZIPCMD
[1] "/bin/bzip2"

$R_DOC_DIR
[1] "/usr/share/doc/R-3.4.1"

$R_GZIPCMD
[1] "/bin/gzip"

$R_HOME
[1] "/usr/lib64/R"

$R_INCLUDE_DIR
[1] "/usr/lib64/R/include"

$R_LIBS_SITE
[1] ""

$R_LIBS_USER
[1] "~/R/x86_64-pc-linux-gnu-library/3.4"

$R_PAPERSIZE
[1] "a4"

$R_PDFVIEWER
[1] "/usr/bin/xdg-open"

$R_PLATFORM
[1] "x86_64-pc-linux-gnu"

$R_PRINTCMD
[1] "lpr"

$R_RD4PDF
[1] "times,inconsolata,hyper"

$R_SESSION_TMPDIR
[1] "/tmp/RtmpfblPkr"

$R_SHARE_DIR
[1] "/usr/lib64/R/share"

$R_SYSTEM_ABI
[1] "linux,gcc,gxx,gfortran,?"

$R_TEXI2DVICMD
[1] "/usr/bin/texi2dvi"

$R_UNZIPCMD
[1] "/usr/bin/unzip"

$R_ZIPCMD
[1] "/usr/bin/zip"

$RMARKDOWN_MATHJAX_PATH
[1] "/usr/resources/mathjax-26"

$RS_LOCAL_PEER
[1] "/tmp/24718-rsession"

$RS_PPM_FD_READ
[1] "9"

$RS_PPM_FD_WRITE
[1] "10"

$RS_RPOSTBACK_PATH
[1] "/usr/bin/rpostback"

$RS_SHARED_SECRET
[1] "16816927778469308861804289383"

$RSTUDIO
[1] "1"

$RSTUDIO_CONSOLE_COLOR
[1] "256"

$RSTUDIO_CONSOLE_WIDTH
[1] "60"

$RSTUDIO_PANDOC
[1] "/usr/bin"

$RSTUDIO_SESSION_PORT
[1] "24718"

$RSTUDIO_USER_IDENTITY
[1] "lyall"

$RSTUDIO_WINUTILS
[1] "bin/winutils"

$SED
[1] "/bin/sed"

$SHELL
[1] "/bin/bash"

$SHLVL
[1] "2"

$SSH_AGENT_PID
[1] "4028"

$SSH_ASKPASS
[1] "/usr/bin/ssh-askpass-fullscreen"

$SSH_AUTH_SOCK
[1] "/tmp/ssh-n03wKoTzuoLW/agent.4027"

$TAR
[1] "/bin/tar"

$TERM
[1] "xterm-256color"

$USER
[1] "lyall"

$VBOX_APP_HOME
[1] "/usr/lib64/virtualbox"

$WINDOWID
[1] "39845901"

$WWWBROWSER
[1] "/usr/bin/firefox"

$XAUTHORITY
[1] "/home/lyall/.Xauthority"

$XDG_CONFIG_DIRS
[1] "/etc/xdg"

$XDG_DATA_DIRS
[1] "/usr/local/share:/usr/share"

$XDG_GREETER_DATA_DIR
[1] "/var/lib/lightdm-data/lyall"

$XDG_RUNTIME_DIR
[1] "/var/run/user/1000"

$XDG_SEAT
[1] "seat0"

$XDG_SEAT_PATH
[1] "/org/freedesktop/DisplayManager/Seat0"

$XDG_SESSION_COOKIE
[1] "Lyalls-PC-1527077921.47187-1977019404"

$XDG_SESSION_DESKTOP
[1] "fluxbox"

$XDG_SESSION_PATH
[1] "/org/freedesktop/DisplayManager/Session0"

$XDG_SESSION_TYPE
[1] "x11"

$XDG_VTNR
[1] "7"

$XEDITOR
[1] "/usr/bin/emacsclient"

$XTERM_LOCALE
[1] "en_AU.utf8"

$XTERM_SHELL
[1] "/bin/bash"

$XTERM_VERSION
[1] "XTerm(327)"

 [1] ".GlobalEnv"        "tools:rstudio"    
 [3] "package:stats"     "package:graphics" 
 [5] "package:grDevices" "package:utils"    
 [7] "package:datasets"  "package:methods"  
 [9] "Autoloads"         "package:base"     

RStudio v1.2 builds are built from the master branch on GitHub, but please note that our binaries also use dependency installer scripts to ensure that we build against (and package) certain versions of our dependencies, e.g. Qt and Boost. (We're currently attempting to maintain compatibility with Qt 5.10+, and Boost 1.63+)

Stand alone installerless daily build runs fine, I suspect my problem is I only have Qt 5.9 installed, whereas I do have Boost 1.65 installed.