Bug 97175 - libxml2 error when update process running
Summary: libxml2 error when update process running
Status: CLOSED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
5.2.0.0.alpha0+
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-16 11:06 UTC by Julien Nabet
Modified: 2016-05-24 19:42 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
bt with debug symbols (4.54 KB, text/plain)
2016-01-16 11:06 UTC, Julien Nabet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Nabet 2016-01-16 11:06:11 UTC
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
Comment 1 Julien Nabet 2016-01-16 11:18:52 UTC
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
Comment 2 Urmas 2016-01-17 16:57:39 UTC
Also, that URL is downloading a PHP source file.
Comment 3 Julien Nabet 2016-05-24 19:42:18 UTC
On pc Debian x86-64 with master sources updated today, I don't reproduce this anymore.
Let's close this one.