To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94240
User sb changed the following:
What |Old value |New value
================================================================================
CC|'' |'mba,sb'
--------------------------------------------------------------------------------
Assigned to|sb |jl
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Sep 25 10:02:48 +0000
2008 -------
Using user installation data (available Sun-internally at
/share/staroffice/tausch/cli/crash-profile.zip) from a Ubuntu system where
(Ubuntu-native) OOo2 user installation data had been migrated to (Sun-built
generic) OOo3, the crash can be reproduced (OOO300m7 unxlngi6.pro OOo) and
explained as follows: soffice.bin tries to open
~/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registered_packages.db
(desktop/source/deployment/dp_persmap.cxx:1.5 l. 123), berkeleydb reports back
an "Invalid argument" error, which is then thrown as a
com::sun::star::uno::RuntimeException that remains uncaught.
According to jl, that registered_packages.db file is copied from an OOo2 user
installation during migration. The Ubuntu-native OOo2 uses the system-provided
/usr/lib/libdb-4.6.so, while the Sun-built generic OOo3 uses OOo's own
libdb-4.2.so. It appears that libdb-4.6 generates .db files that libdb-4.2 is
not able to read (the "file" command on the problematic registered_packages.db
from above gives "Berkeley DB (Hash, version 9, native byte-order)", while it
gives "Berkeley DB (Hash, version 8, native byte-order)" on a fresh .db
generated by OOo3).
@jl: So, it seems we must not copy .db files during migration.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]