[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Christian Lohmaier  changed:

   What|Removed |Added

 CC||jnp-li...@anneli.dk

--- Comment #21 from Christian Lohmaier  ---
*** Bug 139073 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Christian Lohmaier  changed:

   What|Removed |Added

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

--- Comment #20 from Christian Lohmaier  ---
from my POV it is fixed, I can not produce it anymore :-)

Feel free to reopen in case there still is a problem, but likely would need a
different sample document/or is not the same cause as this one...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com

--- Comment #19 from Aron Budea  ---
Clop, can this be considered fixed, or is something still left to do?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-07-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

--- Comment #18 from Commit Notification 
 ---
Christian Lohmaier committed a patch related to this issue.
It has been pushed to "libreoffice-7-3":

https://git.libreoffice.org/core/commit/ec8485dec71fe27908f25eaa3186af2d17215b64

tdf#141421 xml export: default stacksize for threads on macOS is too small

It will be available in 7.3.6.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-07-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.5.0 target:7.4.0.2 |target:7.5.0 target:7.4.0.2
   ||target:7.3.6

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-07-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

--- Comment #17 from Commit Notification 
 ---
Christian Lohmaier committed a patch related to this issue.
It has been pushed to "libreoffice-7-4":

https://git.libreoffice.org/core/commit/13d08e0fbe644ed2ebf1e21a68456313939f475f

tdf#141421 xml export: default stacksize for threads on macOS is too small

It will be available in 7.4.0.2.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-07-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.5.0|target:7.5.0 target:7.4.0.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

--- Comment #16 from Commit Notification 
 ---
Christian Lohmaier committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/1844326df477eb379f281e6f027fc8e6475f28bf

tdf#141421 xml export: default stacksize for threads on macOS is too small

It will be available in 7.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.5.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

--- Comment #15 from Christian Lohmaier  ---
https://developer.apple.com/library/archive/qa/qa1419/_index.html : only main
thread gets 8MB stack, other threads only get 512kB (confirmed by querying in
code, still true for current macOS)
1MB stacksize is already enough (640kB would be enough for this export, 576kB
would still be too little)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

--- Comment #14 from Christian Lohmaier  ---
changing sal/osl/unx/thread.cxx and flip the ENABLE_RUNTIME_OPTIMIZATIONS
condition (the build by default is configured with YES) to use the custom
stacksize fixes the problem/allows the export to succeed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2022-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Christian Lohmaier  changed:

   What|Removed |Added

 CC||cl...@documentfoundation.or
   ||g

--- Comment #13 from Christian Lohmaier  ---
reproducible in 7.3.5 and master (apple silicon)
libxslt goes into deep recursion that ultimately causes error on stack
allocation(?). No difference between system libxml/libxslt and self-built
version (macOS Monterey)
Wonder why there is a platform difference/why the same crash doesn't occur on
linux...
Roman's crash is on intel, so not arm specific...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2021-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

--- Comment #12 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 173825
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173825=edit
Crash report by macOS

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML (macOS only)

2021-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

Summary|Spreadsheet crashes when|Spreadsheet crashes when
   |exported to MS Excel 2003   |exported to MS Excel 2003
   |XML |XML (macOS only)
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #11 from Roman Kuznetsov <79045_79...@mail.ru> ---
So, I rerpo crash finally with example from attach in

Version: 7.1.3.1 / LibreOffice Community
Build ID: fa76d07d7006a0e2866c3247cef2d5eb55ae8369
CPU threads: 4; OS: Mac OS X 10.16; UI render: GL; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

and in

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 9c15dea0b2192d231b65175291a7655122c2e24c
CPU threads: 4; OS: Mac OS X 10.16; UI render: default; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML

2021-07-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

--- Comment #10 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to julien+bugzilla from comment #9)
> Hi there,
> I have the same problem than Emmanuel has.
> Same OS. Almost same LibreOffice version.
> 
> I just attached a file to reproduce the crash.
> 
> Version: 7.1.4.2 / LibreOffice Community
> Build ID: a529a4fab45b75fefc5b6226684193eb000654f6
> CPU threads: 12; OS: Mac OS X 10.14.6; UI render: default; VCL: osx
> Locale: fr-FR (fr_FR.UTF-8); UI: en-US
> Calc: threaded

Still no repro in Windows

Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 0d4cbdbc9cd4ab06056cec66cffd292b41615b6e
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: threaded

I'll try on macOS later

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML

2021-07-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

julien+bugzi...@jakubowski.fr changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #9 from julien+bugzi...@jakubowski.fr ---
Hi there,
I have the same problem than Emmanuel has.
Same OS. Almost same LibreOffice version.

I just attached a file to reproduce the crash.

Version: 7.1.4.2 / LibreOffice Community
Build ID: a529a4fab45b75fefc5b6226684193eb000654f6
CPU threads: 12; OS: Mac OS X 10.14.6; UI render: default; VCL: osx
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML

2021-07-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

julien+bugzi...@jakubowski.fr changed:

   What|Removed |Added

 CC||julien+bugzilla@jakubowski.
   ||fr

--- Comment #8 from julien+bugzi...@jakubowski.fr ---
Created attachment 173777
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173777=edit
To reproduce excel export crash

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML

2021-06-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||79045_79...@mail.ru
 Status|UNCONFIRMED |NEEDINFO

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
no repro in

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 9c15dea0b2192d231b65175291a7655122c2e24c
CPU threads: 4; OS: Mac OS X 10.16; UI render: default; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

can you attach your file that you tried to export?

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML

2021-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Emanuel  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from Emanuel  ---
bug persists in LO 7.1.3.2

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML

2021-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

--- Comment #5 from Emanuel  ---
Created attachment 171834
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171834=edit
crash report export LO spreadsheet to Excel 2003

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML

2021-05-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Xisco Faulí  ---
Hello Emanuel,
Could you please try to reproduce it with version 7.1.3.2 of LibreOffice from
https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
no repro in

Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 78c33a4c3d1633b97049874305b3b49b820395a2
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Emanuel  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Emanuel  ---
As recommended, I have restarted LO in save mode. The bug persists, LO crashes
instantly when trying to export a Calc-file to Exel 2003 XML

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


[Libreoffice-bugs] [Bug 141421] Spreadsheet crashes when exported to MS Excel 2003 XML

2021-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141421

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org

--- Comment #1 from Xisco Faulí  ---
Thank you for reporting the bug. To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

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