https://bugs.freedesktop.org/show_bug.cgi?id=81635

          Priority: medium
            Bug ID: 81635
          Assignee: [email protected]
           Summary: An extension can't be installed with more than 3
                    libraries
          Severity: blocker
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 4.3.0.3 rc
         Component: Extensions
           Product: LibreOffice

Created attachment 103256
  --> https://bugs.freedesktop.org/attachment.cgi?id=103256&action=edit
With 3 libraries

I tried to install an extension with more than 3 libraries and I get a crash.

The manifest.xml file :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN"
"Manifest.dtd">
<manifest:manifest>
 <manifest:file-entry manifest:full-path="addon.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
 <manifest:file-entry
manifest:media-type="application/vnd.sun.star.configuration-data"
manifest:full-path="WriterWindowState.xcu"/>
 <manifest:file-entry manifest:full-path="CmathOOo/"
manifest:media-type="application/vnd.sun.star.basic-library"/>
 <manifest:file-entry manifest:full-path="CmInstall/"
manifest:media-type="application/vnd.sun.star.basic-library"/>
 <manifest:file-entry manifest:full-path="Dmaths/"
manifest:media-type="application/vnd.sun.star.basic-library"/>
 <manifest:file-entry manifest:full-path="Dmaths2/"
manifest:media-type="application/vnd.sun.star.basic-library"/>
 <manifest:file-entry manifest:full-path="Accelerators.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/>
 <manifest:file-entry manifest:full-path="pkg-desc/pkg-description.txt"
manifest:media-type="application/vnd.sun.star.package-bundle-description"/>
 <manifest:file-entry manifest:full-path ="Paths.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data"/> 
</manifest:manifest>

If I remove this line :
 <manifest:file-entry manifest:full-path="Dmaths2/"
manifest:media-type="application/vnd.sun.star.basic-library"/>
it works fine.

I made the same experience with another extension (Dmaths) : I get too a crash
with more than 3 libraries.

An another user did not get the problem with LO 4.3.0.2 rc. 
So I think it's a regression between these releases.

Try with the attached files.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to