Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hello,

This fdo is quite interesting, above all from
https://bugs.freedesktop.org/show_bug.cgi?id=52122#c4, because it could
explain several crashes.

I started to "opengrok" for "vendorData", then I tried to follow it :
- jvmfwk/source/elements.cxx
void CNodeJavaInfo::loadFromNode(xmlDoc * pDoc, xmlNode * pJavaInfo)
line 974         else if (xmlStrcmp(cur->name, (xmlChar*) "vendorData") ==
0)
which calls decodeBase16 (so I could find how to decode the 2 "vendorData"
strings indicated by the reporter of the tracker)

- called from this same file
void NodeJava::load()
324                 m_javaInfo->loadFromNode(docUser, cur);

- (not sure) called from this same file
MergedSettings::MergedSettings():
1146     settings.load();
or 
1155         sharedSettings.load();
then I don't know except it seems to be called from
jvmfwk/source/framework.cxx

Any idea how to keep ?

Julien

--
View this message in context: 
http://nabble.documentfoundation.org/About-fdo-52122-Crash-when-selecting-MediaWiki-tab-on-options-menu-with-old-profile-tp3996123.html
Sent from the Dev mailing list archive at Nabble.com.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.