[Libreoffice-bugs] [Bug 55185] FILEOPEN: hang when opening particular Word document

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

--- Comment #15 from libreoff...@arbruijn.dds.nl ---
Still hangs.
Version: 7.4.2.3 / LibreOffice Community
Build ID: 382eef1f22670f7f4118c8c2dd222ec7ad009daf
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: qt5 (qfont+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 55185] FILEOPEN: hang when opening particular Word document

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

--- Comment #14 from QA Administrators  ---
Dear libreoffice,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 55185] FILEOPEN: hang when opening particular Word document

2020-11-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55185

--- Comment #13 from libreoff...@arbruijn.dds.nl ---
Apparently the checkbox in the document is positioned in a way that makes the
line with the checkbox 1 twip larger than the line width, which seems to result
in an underflow loop in the layout code.

This might be a result of SwFieldFormCheckboxPortion::Format always returning
false, while other Format methods seem to return true if the portion doesn't
fit.

I've changed the return false statement in SwFieldFormCheckboxPortion::Format
to
return rInf.X() + Width() > rInf.Width()
and that seems to work, the document opens without hanging.

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2020-04-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55185

--- Comment #12 from Justin L  ---
Created attachment 159660
  --> https://bugs.documentfoundation.org/attachment.cgi?id=159660&action=edit
Microsoft Word - libo_hang_sec2011_502RT2003.pdf: just for an idea of what is
inside.

repro 7.0+

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2020-02-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55185

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #11 from raal  ---
The bug is still present in Version: 7.0.0.0.alpha0+ (x64), OS windows

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2018-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55185

--- Comment #10 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2017-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55185

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||104848


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104848
[Bug 104848] [META] DOC file opening issues
-- 
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 55185] FILEOPEN: hang when opening particular Word document

2016-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55185

--- Comment #9 from libreoff...@arbruijn.dds.nl ---
Still hangs in LibreOffice 5.2.1.2 windows x86 on Windows 10 1607.

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2016-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55185

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice 
(5.1.5 or 5.2.1  https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and 
your operating system, and any changes you see in the bug behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
a short comment that includes your version of LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to "inherited from OOo";
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug-20160920

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2015-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55185

--- Comment #7 from libreoff...@arbruijn.dds.nl ---
The bug is still present in LibreOffice 4.4.2.2 on Windows x86.

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2015-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55185

--- Comment #6 from Joel Madero  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice (4.4.2 or later)
   https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and your operating system, and any changes you see in the bug
behavior

 If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a short comment that includes your version of
LibreOffice and Operating System

Please DO NOT

   Update the version field
   Reply via email (please reply directly on the bug tracker)
   Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so: 1. Download and install oldest version of LibreOffice
(usually 3.3 unless your bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug 3. Leave a comment with your results. 4a. If the bug was
present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not
present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2015-05-02

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2014-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55185

Cédric Bosdonnat  changed:

   What|Removed |Added

 CC|cedric.bosdonnat.ooo@free.f |
   |r   |

--- Comment #5 from Cédric Bosdonnat  ---
Restricted my LibreOffice hacking area

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2012-09-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55185

Roman Eisele  changed:

   What|Removed |Added

 CC||cedric.bosdonnat.ooo@free.f
   ||r, mst...@redhat.com

--- Comment #4 from Roman Eisele  ---
@ Writer experts:

Hello Cédric, hello Michael,

this is a bug report about a .doc file which causes a hang when opening it in
LibreOffice. I know that this is not the only report of that kind, but the GOOD
thing here is that the reporter

a) has already managed to strip down the .doc file to a minimum,
   so that you can analyse what causes the hang; and

b) has even provided a “crude hack” patch which prevents the hang and,
   even if it is not suitable for pushing to master,
   at least seems to show exactly where the bug is.

So please take a look at this report; at least a simple-minded bug wrangler
like me would hope that with the excellent hints already given here it should
be possible to fix the issue rather easily, and this may also fix the import of
some other .doc files which cause hangs ...

Thank you very much!

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2012-09-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55185

--- Comment #3 from Roman Eisele  ---
Created attachment 67725
  --> https://bugs.freedesktop.org/attachment.cgi?id=67725&action=edit
Mac OS X log file created on forced quit on hang



The log file (with simple stack trace) created by Mac OS X when I had to force
quit LibO 3.5.7.1 because of the hang.

-- 
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 55185] FILEOPEN: hang when opening particular Word document

2012-09-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55185

Roman Eisele  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |major
 CC||b...@eikota.de
Summary|FILEOPEN: hang when opening |FILEOPEN: hang when opening
   |Word document   |particular Word document
Version|3.7.0.0.alpha0+ Master  |3.3.0 release
 Ever confirmed|0   |1

--- Comment #2 from Roman Eisele  ---
Thank you very much for your bug report!

Not a new problem; REPRODUCIBLE with
* LibreOffice 3.3.0
* LibreOffice 3.4.6
* LibreOffice 3.5.7.1
* LibreOffice 3.6.2.1
all on Mac OS X 10.6.8.

Therefore adjusted Version field (should always contain the 1st version in
which a bug is reproducible).

Thank you especially for the “crude hack” which at least shows where the
problem is!

-- 
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