SAL_USE_VCLPLUGIN=gen instdir/program/swriter (also for scalc) soffice.bin: /home/ht/Sources/libreoffice/sal/rtl/strtmpl.hxx:148: sal_Int32 rtl::str::getLength(const T*) [with T = char; sal_Int32 = int]: Assertion `pStr' failed. Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: ecfd9f96eed33a6a0055978203c035a8ae4d5569 CPU threads: 32; OS: Linux 6.9; UI render: default; VCL: kf5 (cairo+xcb) Locale: de-DE (en_US.UTF-8); UI: en-US Calc: threaded
pClientID is nullptr at SessionManagerClient::open() in vcl/unx/generic/app/sm.cxx
I can't reproduce it in Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: a80972a41e7bca6acfb64c7fb519f4d5430c5aa4 CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: x11 Locale: es-ES (es_ES.UTF-8); UI: en-US Calc: threaded
(In reply to Heiko Tietze from comment #0) > Version: 24.8.0.0.alpha1+ (X86_64) / LibreOffice Community > Build ID: ecfd9f96eed33a6a0055978203c035a8ae4d5569 > CPU threads: 32; OS: Linux 6.9; UI render: default; VCL: kf5 (cairo+xcb) > Locale: de-DE (en_US.UTF-8); UI: en-US > Calc: threaded According to the info, you are not using GEN but Kf5
Well, gen crashes on start :-). My autogen.input looks like: --with-system-libxml=no --with-system-openssl --with-system-curl --enable-debug --enable-kf5 --enable-qt6 --without-doxygen --without-help --without-myspell-dicts --with-lang=en-US de zh-TW Maybe --enable-debug vs. --enable-dbgutil?
On pc Debian x86-64 with master sources updated today (+ enable-dbgutil included in my autogen.input), I don't reproduce this. I tried with gen and kf5 rendering. 3e7478ef9706e74ac551c1f94090e163e74c7fd8 tdf#157931 sfx2: fix modified status of Base forms
Both --enable-debug and --enable-dbgutil run in the assertion for me (after make clean).
No repro with latest daily debug build: Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 151d997365f7bf271d63af535d29a9c3439c6d46 CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: x11 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: CL threaded Can you test again with a recent build, Heiko?