[Libreoffice] Reporting an error when loading of a component fails
Lubos Lunak
l.lunak at suse.cz
Tue Aug 2 05:58:37 PDT 2011
Hello,
last week .docx support was broken because of a mistake during the gbuild
changes and I wasted quite some time finding out what was wrong. As something
similar had happened to me already before I'd like to apply the attached
patches. However I have some issues with it:
- the error dialog that pops up just says 'General error. General input/output
error.', which is completely unhelpful, however I don't feel like digging
more for how to pass the information as far as the place where the dialog is
shown, so I'd like to add at least debug output
- the debug output in the patch is done just using fprintf(stderr), as I
cannot find anything that would simply log a debug message and not do more -
is there anything like that in LO?
- osl_loadModule*() functions are plain C functions from stable API, so no
overloading to add the extra argument for the error message, the best I've
come up with was simply a wrapper around dlerror(), which I admit is not very
nice API either, would there be any better approach?
--
Lubos Lunak
l.lunak at suse.cz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ure.diff
Type: text/x-diff
Size: 3427 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110802/13857a59/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libs-core.diff
Type: text/x-diff
Size: 812 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110802/13857a59/attachment-0001.diff>
More information about the LibreOffice
mailing list