[Libreoffice-bugs] [Bug 101740] assertion at ustring.h line 577 in rtl::OUString::operator[]( sal_int32)const

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

Julien Nabet  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|serval2...@yahoo.fr |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #4 from Julien Nabet  ---
Badfully the patch makes unit tests fail.
Certainly someone may help here.

-- 
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 101740] assertion at ustring.h line 577 in rtl::OUString::operator[]( sal_int32)const

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

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #3 from Julien Nabet  ---
I finally submitted the patch to review, see
https://gerrit.libreoffice.org/28475
Let's see...

-- 
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 101740] assertion at ustring.h line 577 in rtl::OUString::operator[]( sal_int32)const

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

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated yesterday, I could reproduce
this.

-- 
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 101740] assertion at ustring.h line 577 in rtl::OUString::operator[]( sal_int32)const

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

--- Comment #2 from Julien Nabet  ---
With this patch, it doesn't crash:
diff --git a/sw/source/core/edit/acorrect.cxx
b/sw/source/core/edit/acorrect.cxx
index afc4d18..82cdd33 100644
--- a/sw/source/core/edit/acorrect.cxx
+++ b/sw/source/core/edit/acorrect.cxx
@@ -163,7 +163,7 @@ bool SwAutoCorrDoc::ReplaceRange( sal_Int32 nPos, sal_Int32
nSourceLength, const

 // text attributes with dummy characters must not be replaced!
 bool bDoReplace = true;
-sal_Int32 const nLen = rText.getLength();
+sal_Int32 const nLen = pNd->GetText().getLength();
 for ( sal_Int32 n = 0; n < nLen; ++n )
 {
 sal_Unicode const Char = pNd->GetText()[n + nPos];

but don't know if it's the right fix.

-- 
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 101740] assertion at ustring.h line 577 in rtl::OUString::operator[]( sal_int32)const

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

Terrence Enger  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|All |Linux (All)

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