Issue 52435 - Crash on applying certificate to a macro
Summary: Crash on applying certificate to a macro
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Linux, all
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: frank
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks: 51415
  Show dependency tree
 
Reported: 2005-07-25 11:00 UTC by frank
Modified: 2005-07-27 12:59 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description frank 2005-07-25 11:00:37 UTC
Open a document containing a macro and try to sign this macro by tools macros
Digital Signature. Enter the password for the keystore and watch the office
disappeering.

The shell contains the Errormessage :

/.../soffice.bin: relocation error: [path]/program/libxsec_xmlsec.so: symbol
PK11_GetCertFromPrivateKey. version NSS_3.2 not defined in file libnss3.so with
link time reference
Comment 1 malte_timmermann 2005-07-25 14:05:59 UTC
Seems broken with MHU09...
Comment 2 matthias.huetsch 2005-07-25 16:00:26 UTC
mhu->mt: And what exactly is the problem here? Please diagnose the problem in
more detail before reassigning, thanks.
Comment 3 malte_timmermann 2005-07-25 16:54:52 UTC
Sorry, wanted to talk to you directly, but you were not in the office that moment...

symbol PK11_GetCertFromPrivateKey, version NSS_3.2 not defined in file
libnss3.so with link time reference 
Comment 4 matthias.huetsch 2005-07-25 17:42:32 UTC
The problem here is that modules depending on mozilla have not been rebuilt
after integrating cws 'mhu09'.

In more detail,  libnss3.so now exports the symbol PK11_GetCertFromPrivateKey
with version NSS_3.9.3 (instead of the expected version NSS_3.2), thus depending
modules at least would need to re-linked.

The following modules / deliverables are (possibly) affected:

extensions (ldapbe2.uno.so)
connectivity (libmozabdrv2.so)
libxmlsec (libxmlsec1-nss.so)
xmlsecurity (libxsec_xmlsec.so)

=> accepting...
Comment 5 matthias.huetsch 2005-07-26 13:53:12 UTC
Fix integrated into milestone SRC680_m122...
Comment 6 matthias.huetsch 2005-07-26 15:14:47 UTC
mhu->fst: please verify, thanks.

re-open issue and reassign to fst@openoffice.org
Comment 7 matthias.huetsch 2005-07-26 15:15:04 UTC
reassign to fst@openoffice.org
Comment 8 matthias.huetsch 2005-07-26 15:15:25 UTC
reset resolution to FIXED
Comment 9 frank 2005-07-27 12:59:20 UTC
found fixed on master m122