[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-11-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

  Attachment #72417|application/force-download  |application/vnd.oasis.opend
  mime type||ocument.spreadsheet

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #59 from Kohei Yoshida kohei.yosh...@suse.de ---
(In reply to comment #58)
 Let's remove fdo54638 off the list.  I'll tackle that one as a separate
 performance bug for 4.1.  We can't do anything for it for 4.0, I'm afraid.
 
 So, what remains is only this:
 
 * fdo44758

I'm still not through with this, but at least I know what's causing the crash. 
The type of the formula cell result is set to hybrid string, but it has to be
set to matrix type for the interpreter to work properly.

A quick test hack suggests that if we find a way to correctly load cached
matrix values as matrix type (not as hybrids) the crash will go away.

Alternatively, if we just skip loading any cached values for matrix range (or
just the upper-left cell of the matrix range), the crash will go away too.

I'll continue tomorrow what's the best option for this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #61 from Kohei Yoshida kohei.yosh...@suse.de ---
I pushed my last change to gerrit for review for the 4.0 branch.  Once that's
cleared and the change goes into 4.0 (unless it's objected), we can close this
bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

Kohei Yoshida kohei.yosh...@suse.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #63 from Kohei Yoshida kohei.yosh...@suse.de ---
The last one is in.  Let's close this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #54 from Markus Mohrhard markus.mohrh...@googlemail.com ---
 Actually that's what I'd come up with, which should indeed fix the crash
 itself.  But the concern here is that why the matrix become empty?  The
 matrix there should at least contain one element, so neither the column nor
 row dimension should become zero there (it should be a 1 by 1 matrix, not
 empty matrix).
 
 That's what I meant to say in Comment 28.

Ah ok. But in the end we either need this patch or we can remove the if clause
and ignore it. Right now every time we reach this PushIllegalArgument() call we
crash later.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #55 from Kohei Yoshida kohei.yosh...@suse.de ---
(In reply to comment #54)
  Actually that's what I'd come up with, which should indeed fix the crash
  itself.  But the concern here is that why the matrix become empty?  The
  matrix there should at least contain one element, so neither the column nor
  row dimension should become zero there (it should be a 1 by 1 matrix, not
  empty matrix).
  
  That's what I meant to say in Comment 28.
 
 Ah ok. But in the end we either need this patch or we can remove the if
 clause and ignore it. Right now every time we reach this
 PushIllegalArgument() call we crash later.

Sure. We do need this change. There is no dispute about it.

We just also need to at least find out why the matrix is empty since that may
mean there is a problem lurking elsewhere..

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #58 from Kohei Yoshida kohei.yosh...@suse.de ---
Let's remove fdo54638 off the list.  I'll tackle that one as a separate
performance bug for 4.1.  We can't do anything for it for 4.0, I'm afraid.

So, what remains is only this:

* fdo44758

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #42 from Markus Mohrhard markus.mohrh...@googlemail.com ---
(In reply to comment #32)
 These two: fdo55022, fdo55022-2 don't crash on me. Hmm...

At least according to the output in the console this looks like another
document that was crashing due to the graphic object lifetime problem that
dtardon fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #43 from Markus Mohrhard markus.mohrh...@googlemail.com ---
* fdo45268 (?)
* fdo45276 (?)

Both seem to be another case of the already fixed pivot table problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #44 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Remaining files:

* fdo44758
* fdo54638 (open perf issue)
* gnome627150
* ooo74264 (writer doc)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #51 from Markus Mohrhard markus.mohrh...@googlemail.com ---
All three crashes with gnome#627150 should be fixed now. ooo74264 seems to have
crashed because I used the filters unit test which does not have the
corresponding uno components.

The remaining two problems are:

* fdo44758
* fdo54638 (open perf issue)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #52 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 72493
  -- https://bugs.freedesktop.org/attachment.cgi?id=72493action=edit
patch for fdo#44758

This patch fixes the crash and looks like a potential bug fix for fdo#44758.

@Eike: Could you have a look at this one?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #53 from Kohei Yoshida kohei.yosh...@suse.de ---
(In reply to comment #52)
 Created attachment 72493 [details] [review]
 patch for fdo#44758
 
 This patch fixes the crash and looks like a potential bug fix for fdo#44758.
 
 @Eike: Could you have a look at this one?

Actually that's what I'd come up with, which should indeed fix the crash
itself.  But the concern here is that why the matrix become empty?  The matrix
there should at least contain one element, so neither the column nor row
dimension should become zero there (it should be a 1 by 1 matrix, not empty
matrix).

That's what I meant to say in Comment 28.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

Kohei Yoshida kohei.yosh...@suse.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #15 from Kohei Yoshida kohei.yosh...@suse.de ---
Initial list of all crasher docs.  We'll update the list as we go fixing.

* fdo45266
* fdo41391
* fdo44758
* fdo45266
* fdo45268
* fdo45276
* fdo54638
* fdo55022
* fdo55022-2
* fdo55174
* gnome519788
* gnome627150
* gnome627420
* kde245919
* ooo74264

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #16 from Kohei Yoshida kohei.yosh...@suse.de ---
I hope someone can provide a stack trace on fdo#45266 as I don't use dbgutil
build.  Else I'll have to set that aside for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #17 from Kohei Yoshida kohei.yosh...@suse.de ---
Fixed fdo#41391, plus removed duplicated fdo#45266 entry (there was two of
them).

* fdo41391
* fdo44758
* fdo45266
* fdo45268
* fdo45276
* fdo54638
* fdo55022
* fdo55022-2
* fdo55174
* gnome519788
* gnome627150
* gnome627420
* kde245919
* ooo74264

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #24 from Markus Mohrhard markus.mohrh...@googlemail.com ---
* fdo44758
* fdo45268
* fdo45276
* fdo54638
* fdo55022
* fdo55022-2
* fdo55174
* gnome519788
* gnome627150
* ooo74264

kde245919 and gnome627420 should be fixed now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #27 from Kohei Yoshida kohei.yosh...@suse.de ---
I'm working on the fdo44758 document at the moment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #28 from Kohei Yoshida kohei.yosh...@suse.de ---
Created attachment 72417
  -- https://bugs.freedesktop.org/attachment.cgi?id=72417action=edit
reduced version of fdo44758

I've narrowed what causes the fdo44758 document to crash down to a single cell,
in this reduced version.  I still haven't figured out how to properly fix this
since it's a very convoluted formula...  Perhaps Eike can take a look at this?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #30 from Kohei Yoshida kohei.yosh...@suse.de ---
fdo45276 doesn't crash for me either.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #31 from Kohei Yoshida kohei.yosh...@suse.de ---
fdo54638 is an open performance issue which has yet to be fixed.  Maybe we
should take it off the list as well and handle this document in Bug 54638
instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #32 from Kohei Yoshida kohei.yosh...@suse.de ---
These two: fdo55022, fdo55022-2 don't crash on me. Hmm...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #34 from Kohei Yoshida kohei.yosh...@suse.de ---
fdo55174 is now fixed.

* fdo44758
* fdo45268 (?)
* fdo45276 (?)
* fdo54638 (open perf issue)
* fdo55022 (?)
* fdo55022-2 (?)
* gnome519788
* gnome627150
* ooo74264

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #35 from Kohei Yoshida kohei.yosh...@suse.de ---
Hmm.  ooo74264 seems to be a writer document with an .ods extension (!)

* fdo44758
* fdo45268 (?)
* fdo45276 (?)
* fdo54638 (open perf issue)
* fdo55022 (?)
* fdo55022-2 (?)
* gnome519788
* gnome627150
* ooo74264 (writer doc)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #39 from Kohei Yoshida kohei.yosh...@suse.de ---
gnome519788 is now fixed.

* fdo44758
* fdo45268 (?)
* fdo45276 (?)
* fdo54638 (open perf issue)
* fdo55022 (?)
* fdo55022-2 (?)
* gnome627150
* ooo74264 (writer doc)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #1 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71885
  -- https://bugs.freedesktop.org/attachment.cgi?id=71885action=edit
fdo41391

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #2 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71886
  -- https://bugs.freedesktop.org/attachment.cgi?id=71886action=edit
fdo44758

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #3 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71887
  -- https://bugs.freedesktop.org/attachment.cgi?id=71887action=edit
fdo45266

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #4 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71888
  -- https://bugs.freedesktop.org/attachment.cgi?id=71888action=edit
fdo45268

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #5 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71889
  -- https://bugs.freedesktop.org/attachment.cgi?id=71889action=edit
fdo45276

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #6 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71890
  -- https://bugs.freedesktop.org/attachment.cgi?id=71890action=edit
fdo54638

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #7 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71891
  -- https://bugs.freedesktop.org/attachment.cgi?id=71891action=edit
fdo55022

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #8 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71892
  -- https://bugs.freedesktop.org/attachment.cgi?id=71892action=edit
fdo55022-2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #9 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71893
  -- https://bugs.freedesktop.org/attachment.cgi?id=71893action=edit
fdo55174

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #10 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71894
  -- https://bugs.freedesktop.org/attachment.cgi?id=71894action=edit
gnome519788

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #11 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71895
  -- https://bugs.freedesktop.org/attachment.cgi?id=71895action=edit
gnome627150

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #12 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71896
  -- https://bugs.freedesktop.org/attachment.cgi?id=71896action=edit
gnome627420

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #13 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71897
  -- https://bugs.freedesktop.org/attachment.cgi?id=71897action=edit
kde245919

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

--- Comment #14 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Created attachment 71898
  -- https://bugs.freedesktop.org/attachment.cgi?id=71898action=edit
ooo74264

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2012-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

  Attachment #71885|text/plain  |application/vnd.ms-excel
  mime type||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs