Created attachment 121984 [details] bt with debug symbols On pc Debian x86-64 with master sources updated yesterday, I noticed this on console: warn:unoxml:12487:10:unoxml/source/dom/documentbuilder.cxx:296: libxml2 error: Extra content at the end of the document Line: 544 Column: 1 - Open Writer - Help Menu - Check updates => warning on console
this url seems wrong: http://update.libreoffice.org/check.php?pkgfmt= It comes from here: http://opengrok.libreoffice.org/xref/core/scp2/source/ooo/common_brand.scp#902 898 #if defined(ENABLE_ONLINE_UPDATE) 899 #ifdef WNT 900 Value = "${UPDATEURL}"; 901 #else // defined WNT 902 Value = "${UPDATEURL}?pkgfmt=<pkgformat>"; 903 #endif //defined WNT 904 #else 905 Value = ""; 906 #endif
Also, that URL is downloading a PHP source file.
On pc Debian x86-64 with master sources updated today, I don't reproduce this anymore. Let's close this one.