[Libreoffice-bugs] [Bug 98895] Calc cell range search crashes open office if range is null

2016-05-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98895

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #4 from Caolán McNamara  ---
Might as well go brute force with an exception I reckon

-- 
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 98895] Calc cell range search crashes open office if range is null

2016-05-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98895

--- Comment #3 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=80502737b2ac722d4adfd4e89d3dc46799ded97e

Resolves: tdf#98895 range search crashes open office if range is null

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98895] Calc cell range search crashes open office if range is null

2016-05-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98895

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.2.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 98895] Calc cell range search crashes open office if range is null

2016-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98895

Julien Nabet  changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #2 from Julien Nabet  ---
Eike: with this straightforward patch,
diff --git a/sc/source/ui/unoobj/cellsuno.cxx
b/sc/source/ui/unoobj/cellsuno.cxx
index 2e262b4..5b9cd4b 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -3974,7 +3974,7 @@ uno::Reference
ScCellRangesBase::Find_Impl(
 SCTAB nTab;
 if (pLastPos)
 pLastPos->GetVars( nCol, nRow, nTab );
-else
+else if (!aRanges.empty())
 {
 nTab = lcl_FirstTab(aRanges);   //! mehrere Tabellen?
 ScDocument::GetSearchAndReplaceStart( *pSearchItem, nCol,
nRow );

I got no crash but got a popup with this instead:
"Inadmissible value or data type.
Index out of defined range.
"
Is it normal or is the patch wrong or insufficient?

-- 
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 98895] Calc cell range search crashes open office if range is null

2016-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98895

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace
 Status|UNCONFIRMED |NEW
Version|unspecified |5.2.0.0.alpha0+ Master
 Ever confirmed|0   |1
   Severity|normal  |major

-- 
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 98895] Calc cell range search crashes open office if range is null

2016-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98895

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Created attachment 123861
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123861=edit
console bt

On pc Debian x86-64 with master sources updated today, I could reproduce this.
I attached a bt with symbols.

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