[Libreoffice-bugs] [Bug 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

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

Andreas Heinisch  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |andreas.heini...@yahoo.de
   |desktop.org |

--- Comment #29 from Andreas Heinisch  ---
https://gerrit.libreoffice.org/c/core/+/93432

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

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

--- Comment #28 from Andreas Heinisch  ---
I can even reproduce it without any ampersand (&) in the replace clause. Just
search for the dot (.) and replace it with ABC. At the end of the search
string, the selection will not be expanded, and therefore an infinite loop
occurs at
https://opengrok.libreoffice.org/xref/core/vcl/source/edit/textview.cxx?r=be53f326#2205.

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

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

--- Comment #27 from Andreas Heinisch  ---
The infinite loop occurs at:
https://opengrok.libreoffice.org/xref/core/vcl/source/edit/textview.cxx?r=be53f326#2205

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2020-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

himajin100...@gmail.com changed:

   What|Removed |Added

 Blocks||124891


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124891
[Bug 124891] [META] Basic IDE bugs and enhancements
-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2020-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

--- Comment #26 from Julien Nabet  ---
It seems there's an infinite loop in this part:
#5  0x77f49933 in rtl_uString_newReplaceStrAt(rtl_uString**,
rtl_uString*, sal_Int32, sal_Int32, rtl_uString*) (ppThis=0x7fff0010,
pStr=0x7fffd45b8010, nIndex=4, nCount=0, pNewSubStr=0x5a6bae00)
at /home/julien/lo/libreoffice/sal/rtl/strtmpl.cxx:1603
#6  0x70544df2 in rtl::OUString::replaceAt(int, int, rtl::OUString
const&) const (this=0x5a4f29e0, index=4, count=0, newStr="ABC\\&") at
/home/julien/lo/libreoffice/include/rtl/ustring.hxx:2298
#7  0x70765825 in TextNode::InsertText(int, rtl::OUString const&)
(this=0x5a4f29e0, nPos=4, rText="ABC\\&") at
/home/julien/lo/libreoffice/vcl/source/edit/textdoc.cxx:267
#8  0x70766b45 in TextDoc::InsertText(TextPaM const&, rtl::OUString
const&) (this=0x5a2bc890, rPaM=..., rStr="ABC\\&") at
/home/julien/lo/libreoffice/vcl/source/edit/textdoc.cxx:479
#9  0x7077c4ec in TextEngine::ImpInsertText(TextSelection const&,
rtl::OUString const&) (this=0x5a42af50, rCurSel=..., rStr="ABC\\&") at
/home/julien/lo/libreoffice/vcl/source/edit/texteng.cxx:772
#10 0x707a8f67 in TextView::Replace(i18nutil::SearchOptions const&,
bool, bool) (this=0x5a50ca20, rSearchOptions=..., bAll=true, bForward=true)
at /home/julien/lo/libreoffice/vcl/source/edit/textview.cxx:2206
#11 0x7fffd49d76ca in
basctl::ModulWindow::StartSearchAndReplace(SvxSearchItem const&, bool)
(this=0x5a447bd0, rSearchItem=..., bFromStart=false)
at /home/julien/lo/libreoffice/basctl/source/basicide/baside2.cxx:1254
#12 0x7fffd49f03d9 in basctl::Shell::ExecuteSearch(SfxRequest&)
(this=0x5a38e3e0, rReq=...) at
/home/julien/lo/libreoffice/basctl/source/basicide/basides1.cxx:142
#13 0x7fffd4a032e9 in SfxStubbasctl_ShellExecuteSearch(SfxShell*,
SfxRequest&) (pShell=0x5a38e3e0, rReq=...) at
/home/julien/lo/libreoffice/workdir/SdiTarget/basctl/sdi/basslots.hxx:156

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2020-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

--- Comment #25 from Julien Nabet  ---
Created attachment 157435
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157435=edit
Flamegraph

On pc Debian x86-64 with master sources updated today, I could reproduce the
hang.
Here's a Flamegraph.

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2018-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

--- Comment #24 from Jim Avera  ---
> It is easy to reproduce, so may be bisection is feasible.

Sorry, I realize now the bug was inherited from OO

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2018-12-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

--- Comment #23 from Jim Avera  ---
Bug still there in master.   Do you need a new backtrace?

It is easy to reproduce, so may be bisection is feasible.

Version: 6.3.0.0.alpha0+
Build ID: b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf
CPU threads: 12; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-28_06:21:05
Locale: en-US (en_US.UTF-8); UI-Language: 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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2018-12-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

--- Comment #22 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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2017-12-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

Xisco FaulĂ­  changed:

   What|Removed |Added

   Keywords|regression  |
Version|4.0.3.3 release |Inherited From OOo

--- Comment #21 from Xisco FaulĂ­  ---
I can also reproduce it on Linux

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

and on Win

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2017-12-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

Michael Meeks  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #20 from Michael Meeks  ---
Xisco - any chance of a bisection if this is indeed a high prio. regression (it
is rather an old one).

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

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

--- Comment #19 from Alex H.  ---
Still occurs in this build, which I built myself:

Version: 6.1.0.0.alpha0+ (x64)
Build ID: 7c77ff5dd2d0573a56f8b59dc9113c23e0ea29c9
CPU threads: 4; OS: Windows 10.0; UI render: default; 
Locale: nl-NL (nl_NL); Calc: CL

I looked at this with a debugger and it seems that the problem is that the
"search area", so to speak, doesn't get updated properly to reflect that each
character is replaced by five characters, i.e. there is a net change in size.

In more detail, I think that the problem is in TextView::Replace() in
libo-core\vcl\source\edit\textview.cxx. I found that it works fine on the first
line of the selection, but hangs up on the second line. After it has replaced
the first character, it invokes

pTextEngine->Search( aSel, rSearchOptions );

with aSel containing maStartPaM == {7, 5} and maEndPaM == {7, 4}.

Search(...) does a Justify() that swaps start and end, so that the search range
now begins at 4. This, however, is part of the 5-character string just
inserted. Because the string to find is regexp '.', one of the characters just
inserted now gets replaced again by 5 characters. The overall effect is that
the string keeps on growing.

I'd like to fix this one, but it's a bit beyond my current capability.

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2017-11-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102847


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102847
[Bug 102847] [META] Quick Find, Search and Replace
-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

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

Jim Avera  changed:

   What|Removed |Added

   Keywords||regression

--- Comment #18 from Jim Avera  ---
Tried LO 3.3 and the bug is not there, works as expected (each character is
replaced by "ABC&").

Added "regression" keyword

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

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

--- Comment #17 from Jim Avera  ---
Bug still there in master.   Locks up immediately, 100% CPU.

Version: 6.0.0.0.alpha0+
Build ID: cfbb8b5090537e79ba70e250ddee86d53facbe15
CPU threads: 8; OS: Linux 4.10; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-10-18_22:54:20
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

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

--- Comment #16 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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

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

--- Comment #15 from Jim Avera  ---
Confirmed bug is still there in

Version: 5.1.5.2
Build ID: 7a864d8825610a8c07cfc3bc01dd4fce6a9447e5
CPU Threads: 4; OS Version: Windows 6.2; UI Render: default; 
Locale: en-US (en_US); Calc: group

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

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

--- Comment #14 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.6 or 5.2.3  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-20161108

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2015-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

--- Comment #13 from Joel Madero  ---
Moving to NEW as it seems more than confirmed.

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2015-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

--- Comment #11 from Jim Avera  ---
Bug is still there -- reproduced using 5.1.0.0.alpha1+
Happens every time on my system.

Julian (serval2...@yahoo.fr): You marked this bug "NEEDINFO".  Would you please
update further, or post a note indicating what info you need?

Thanks.

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2015-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #12 from Julien Nabet  ---
Since you reproduced this on master sources updated recently, I don't need more
info for 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 64690] EDITING: Process hang on find/replace in Basic code involving "\&"

2015-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64690

--- Comment #10 from QA Administrators  ---
Dear Bug Submitter,

This bug has been in NEEDINFO status with no change for at least 6 months.
Please provide the requested information as soon as possible and mark the bug
as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in
NEEDINFO status with no change in 30 days the QA team will close the bug as
INVALID due to lack of needed information.

For more information about our NEEDINFO policy please read the wiki located
here: 
https://wiki.documentfoundation.org/QA/FDO/NEEDINFO

If you have already provided the requested information, please mark the bug as
UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed.


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


Warm Regards,
QA Team

This NEEDINFO message was generated on: 2015-10-14

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

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

--- Comment #9 from Jim Avera jim.av...@gmail.com ---
The bug is still there in the daily build
LibreOfficeDev 4.4.2.0.0 ce8aba4da2a287c2b51d1d34a290284b2f754dc2

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

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

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #8 from Julien Nabet serval2...@yahoo.fr ---
Any update with recent LO version?
Indeed, bt must be useless.

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

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

raal r...@post.cz changed:

   What|Removed |Added

   Keywords||have-backtrace
   Priority|low |medium
 CC||r...@post.cz

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

2013-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64690

Noel Power nopo...@novell.com changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #7 from Noel Power nopo...@novell.com ---
(In reply to comment #6)
 Thank you Joren for having confirmed this one! :-)
 
 Noel: one for you? (perhaps just a matter of cherry-picking 1 or some
 specific changes from master)
I can still reproduce this on master ( although it seems a little random,
sometimes can take a number of attempts to reproduce it )

I don't know why this is happening in the Basic editor only ( maybe it is just
luck ( or bad luck ) ) I don't see this as anything really specific to basic (
or in this case the IDE ) The backtrace shows this is happening somewhere in
the guts of i18n/transliteration stuff ( initiated from the text engine ) I am
pretty unfamiliar with this area, don't think I can help with this at the
moment. Possibly Eike might have an idea

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

2013-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64690

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||nopo...@novell.com

--- Comment #6 from Julien Nabet serval2...@yahoo.fr ---
Thank you Joren for having confirmed this one! :-)

Noel: one for you? (perhaps just a matter of cherry-picking 1 or some specific
changes from master)

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

2013-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64690

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Linux (All) |All

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

2013-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64690

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||joren.libreoffice@telenet.b
   ||e, serval2...@yahoo.fr

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated today, I haven't reproduced the
problem.

Joren: Do you have 4.0.3? If yes, would you have some time to give it a try?

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

2013-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64690

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |critical
   Priority|medium  |low
 Ever confirmed|0   |1

--- Comment #5 from Jorendc joren.libreoff...@telenet.be ---
Thanks for reporting.

I can reproduce this behavior using Mac OSX 10.8.3 with Versie 4.0.3.3 .3.3
(Bouw-id: 0eaa50a932c8f2199a615e1eb30f7ac74279539); Dutch UI;

I have to force quit LibreOffice after I hit the Replace All button.

Kind regards,
Joren

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

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

--- Comment #1 from Jim Avera james_av...@yahoo.com ---
Created attachment 79445
  -- https://bugs.freedesktop.org/attachment.cgi?id=79445action=edit
Demo

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

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

--- Comment #2 from Jim Avera james_av...@yahoo.com ---
Attaching a gdb backtrace produced by running 
  localc --backtrace ReplaceBug.ods
and running the procedure to cause the hang, then typing Control-C in the
terminal.

-- 
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 64690] EDITING: Process hang on find/replace in Basic code involving \

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

--- Comment #3 from Jim Avera james_av...@yahoo.com ---
Created attachment 79446
  -- https://bugs.freedesktop.org/attachment.cgi?id=79446action=edit
gdb backtrace, produced from Control-C at 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