← Back to team overview

desktop-packages team mailing list archive

[Bug 1260425] Re: Writer does not open attached odt file

 

Launchpad has imported 20 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=71450.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2013-11-10T05:54:57+00:00 Fahad wrote:

Created attachment 88955
arabic doc exported form google doc

I export the attached file from google doc but libreoffice can not open
it. In the other hand, I can open it with Calligra office without
problem.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/0

------------------------------------------------------------------------
On 2013-11-10T09:08:55+00:00 julien2412 wrote:

Comment on attachment 88955
arabic doc exported form google doc

Mimetype fixed

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/1

------------------------------------------------------------------------
On 2013-11-10T10:32:02+00:00 julien2412 wrote:

Created attachment 88961
2 last bts

On pc Debian x86-64 with master sources updated yesterday, I didn't have a crash but had read error popup.
I used gdb and "catch throw", I attached 2 last bts:
- the first one corresponds at the moment just before the read error popup
- the second one corresponds at the moment just after the read error popup

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/2

------------------------------------------------------------------------
On 2013-11-10T10:33:14+00:00 julien2412 wrote:

Michael: I managed to retrieve 2 bts (before and after read error
popup), do you know who may help here?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/3

------------------------------------------------------------------------
On 2013-11-11T12:09:50+00:00 Michael-meeks-1 wrote:

A missing layout-cache should be fine:

        OUString sStreamName("layout-cache");
        try
        {
            uno::Reference < io::XStream > xStm = xStorage->openStreamElement( sStreamName, embed::ElementModes::READ );
            SvStream* pStrm2 = utl::UcbStreamHelper::CreateStream( xStm );
            if( !pStrm2->GetError() )
                rDoc.ReadLayoutCache( *pStrm2 );
            delete pStrm2;
        }
        catch ( uno::Exception& )
        {
        }

so we should ignore that exception.

I would guess that a dbgutil build may churn something useful out on the
console when loading that; but I don't have one to hand ...

Abdulmajeed ? do you have a dbugtil build around that you could get some
more debug info out of for this load problem ? :-)

Thanks ! =)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/4

------------------------------------------------------------------------
On 2013-11-11T15:49:25+00:00 Momonasmon wrote:

Caused by
http://cgit.freedesktop.org/libreoffice/core/commit/?id=b69d152cfa1da868ba960345d72ba78f9f8e1b35

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/5

------------------------------------------------------------------------
On 2013-11-11T16:21:52+00:00 Michael-meeks-1 wrote:

Michael - this is blamed on a commit of yours (or I guess one nearby?)
:-)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/6

------------------------------------------------------------------------
On 2013-11-12T05:44:23+00:00 Aalabdulrazzaq wrote:

> Abdulmajeed ? do you have a dbugtil build around that you could get some
> more debug info out of for this load problem ? :-)
i'm sorry i don't have dbugtil on my machine :(

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/7

------------------------------------------------------------------------
On 2013-11-12T10:37:55+00:00 Michael-meeks-1 wrote:

Inferring regression from Maxim's causal commit.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/8

------------------------------------------------------------------------
On 2013-11-17T15:07:24+00:00 Momonasmon wrote:

*** Bug 71698 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/9

------------------------------------------------------------------------
On 2013-12-02T22:41:03+00:00 Mstahl wrote:

text:frame in the bugdoc do not have draw:name attributes, resulting in 
an exception trying to set the empty string as name.

attachment in bug 71698 contains 2 draw:frame with the same draw:name="N3318_PGS1552" which is (probably) not valid ODF;
if somebody can find the steps to reproduce creating such
a document with LO please file a bug.

fixed on master.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/10

------------------------------------------------------------------------
On 2013-12-02T22:41:30+00:00 Libreoffice-commits wrote:

Michael Stahl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8171e713e74e3d09e86592c28abfe05d0400c071

fdo#71450 fdo#71698: ODF import: fix frame name corner cases


The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/11

------------------------------------------------------------------------
On 2013-12-02T22:52:26+00:00 Libreoffice-commits wrote:

Michael Stahl committed a patch related to this issue.
It has been pushed to "libreoffice-4-2":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=ae9017f0ba3a3a1fdc55b2f3d57230d04a46808e&h=libreoffice-4-2

fdo#71450 fdo#71698: ODF import: fix frame name corner cases


It will be available in LibreOffice 4.2.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/12

------------------------------------------------------------------------
On 2013-12-03T09:10:39+00:00 Libreoffice-commits wrote:

Michael Stahl committed a patch related to this issue.
It has been pushed to "libreoffice-4-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=0763cf6ed7bdc629e59b5df757b9ef4f5273f393&h=libreoffice-4-1

fdo#71450 fdo#71698: ODF import: fix frame name corner cases


It will be available in LibreOffice 4.1.5.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/13

------------------------------------------------------------------------
On 2013-12-03T09:36:00+00:00 Bruno-ioda-net wrote:

Thanks for the push.

I've made some torture test. Loo is safe about creating this kind of
content.xml erros.

Having the right exception is a most. to help to find why the document is invalid.
Thus a patch has been created for the upstream lib used to modify odt template.

Thanks a lot!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/14

------------------------------------------------------------------------
On 2013-12-04T10:29:02+00:00 Libreoffice-commits wrote:

Michael Stahl committed a patch related to this issue.
It has been pushed to "libreoffice-4-1-4":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=3da29e6813a64b97fb56436a80dae7fafc39eba3&h=libreoffice-4-1-4

fdo#71450 fdo#71698: ODF import: fix frame name corner cases


It will be available already in LibreOffice 4.1.4.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/15

------------------------------------------------------------------------
On 2013-12-09T11:43:04+00:00 Mstahl wrote:

*** Bug 72150 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/16

------------------------------------------------------------------------
On 2013-12-18T21:04:21+00:00 Momonasmon wrote:

*** Bug 72643 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/19

------------------------------------------------------------------------
On 2014-01-12T07:02:08+00:00 Momonasmon wrote:

*** Bug 73508 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/21

------------------------------------------------------------------------
On 2014-01-12T07:12:51+00:00 Momonasmon wrote:

*** Bug 73513 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1260425/comments/22


** Changed in: df-libreoffice
       Status: Unknown => Fix Released

** Changed in: df-libreoffice
   Importance: Unknown => High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1260425

Title:
  Writer does not open attached odt file

Status in LibreOffice Productivity Suite:
  Fix Released
Status in libreoffice package in Ubuntu:
  Fix Released

Bug description:
  Trying to open the attached odt file generated by a custom script
  results in showing a small message box saying "Read-Error. Error
  reading file". The file opened in previous versions of Writer, as it
  is conformant to ODF 1.2 according to http://odf-
  validator.rhcloud.com/.

  WORKAROUND: Use AbiWord.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: libreoffice-writer 1:4.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Dec 12 18:33:12 2013
  InstallationDate: Installed on 2013-03-07 (279 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to saucy on 2013-11-02 (39 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1260425/+subscriptions