[Libreoffice-bugs] [Bug 107973] CRASH: After specific paste and undo operation

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

Fyodor  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
   Assignee|libreoffice-b...@lists.free |fyodo...@hotmail.com
   |desktop.org |

--- Comment #3 from Fyodor  ---
This bug surely relates to
https://bugs.documentfoundation.org/show_bug.cgi?id=94225.
Crush happens here
https://opengrok.libreoffice.org/xref/core/sw/source/core/undo/unins.cxx#234

SwNodeIndex aNd( pTmpDoc->GetNodes(), nNode);
SwContentNode* pCNd = aNd.GetNode().GetContentNode();
SwPaM aPaM( *pCNd, nContent );

As I've described in
https://bugs.documentfoundation.org/show_bug.cgi?id=94225#c44, fly anchored to
last para haven't got deleted. As a result, node indices, stored in Undo clases
become invalid, which leads to crush.

Code above creates aNd index pointing to start section node. GetContentNode
returns nullptr and SwPaM constructor crushes LO.

This bug will be resolved as bug 94255 gets resolved.

*** This bug has been marked as a duplicate of bug 94255 ***

-- 
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 107973] CRASH: After specific paste and undo operation

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

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||8124

-- 
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 107973] CRASH: After specific paste and undo operation

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

Timur  changed:

   What|Removed |Added

   Priority|medium  |high
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=94
   ||225
   Severity|normal  |critical

-- 
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 107973] CRASH: After specific paste and undo operation

2017-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107973

Xisco Faulí  changed:

   What|Removed |Added

Crash report or|[SwPosition::SwPosition(SwN |["SwPosition::SwPosition(Sw
crash signature|ode const &)]   |Node const &)"]

-- 
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 107973] CRASH: After specific paste and undo operation

2017-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107973

Xisco Faulí  changed:

   What|Removed |Added

Crash report or|SwPosition::SwPosition(SwNo |[SwPosition::SwPosition(SwN
crash signature|de const &) |ode const &)]

-- 
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 107973] CRASH: After specific paste and undo operation

2017-05-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107973

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||haveBacktrace

-- 
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 107973] CRASH: After specific paste and undo operation

2017-05-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107973

--- Comment #2 from Xisco Faulí  ---
Created attachment 133442
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133442&action=edit
backtrace

-- 
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 107973] CRASH: After specific paste and undo operation

2017-05-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107973

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
Version|4.0.0.3 release |Inherited From OOo

--- Comment #1 from Xisco Faulí  ---
Reproduced in

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 107973] CRASH: After specific paste and undo operation

2017-05-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107973

Telesto  changed:

   What|Removed |Added

Crash report or||SwPosition::SwPosition(SwNo
crash signature||de const &)

-- 
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 107973] CRASH: After specific paste and undo operation

2017-05-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107973

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||105948


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105948
[Bug 105948] [META] Undo/Redo 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 107973] CRASH: After specific paste and undo operation

2017-05-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107973

Telesto  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr,
   ||tele...@surfxs.nl
 Ever confirmed|0   |1

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