[Open Office] Still getting NullPointerExceptions from HelpLinker...
Bernhard Rosenkraenzer
bero at arklinux.org
Mon Feb 13 09:25:06 EST 2006
Hi,
I'm still getting NullPointerException crashes from HelpLinker after patching
gcc with http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25426
HelpLinker @/tmp/mkDRzUsM
java.lang.NullPointerException
at com.jclark.xsl.sax.XMLProcessorImpl.load (libxt.jar.so)
at com.jclark.xsl.sax.XSLProcessorImpl.loadStylesheet (libxt.jar.so)
at com.sun.star.help.HelpIndexer$ParseStuff.<init> (HelpLinker)
at com.sun.star.help.HelpCompiler.getSourceDocument (HelpLinker)
at com.sun.star.help.HelpCompiler.compile (HelpLinker)
at com.sun.star.help.HelpLinker.link (HelpLinker)
at com.sun.star.help.HelpLinker.main (HelpLinker)
dmake: Error code 1, while making '../../unxlngi6.pro/bin/sbasic_en-US.zip'
'---* tg_merge.mk *---'
I tried using ecj rather than gcj -C to bytecompile the java files to make
sure it's not the gcj private/public bug, but that refuses to build the
included Xt (works nicely on system xt though) because it doesn't overload a
number of abstract methods.
/me wishes OOo was written completely in C++, much less of a pain to debug...
Any ideas?
More information about the Openoffice
mailing list