Re: About fdo#52122 Crash when selecting MediaWiki tab on options menu with old profile

2012-09-11 Thread Caolán McNamara
On Tue, 2012-08-07 at 14:11 -0700, julien2412 wrote:
 No idea about this ?
 
 Julien
 (in my last message, I meant at the end : any idea to keep on the
 investigation)

I think we're now working on the theory that this is either a duplicate
of fdo#38913 or fdo#36149. If you can reproduce this, it'd be great to
check in a recent daily if the problem persists. fdo#52122 does come
with a handy how-to reproduce (though daily masters use LoDev rather
than LibreOffice or something like that) as their AppData for twiddling
that.

C.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: About fdo#52122 Crash when selecting MediaWiki tab on options menu with old profile

2012-08-07 Thread julien2412
No idea about this ?

Julien
(in my last message, I meant at the end : any idea to keep on the
investigation)



--
View this message in context: 
http://nabble.documentfoundation.org/About-fdo-52122-Crash-when-selecting-MediaWiki-tab-on-options-menu-with-old-profile-tp3996123p3999766.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


About fdo#52122 Crash when selecting MediaWiki tab on options menu with old profile

2012-07-17 Thread julien2412
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.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice