[Libreoffice-bugs] [Bug 147505] Assertion failed: (rSData.empty() || rSData[0].m_bRedlineMoved || (rSData[0].m_nRedlineCount == rDoc.getIDocumentRedlineAccess().GetRedlineTable().size())) and crash in

2022-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147505

Telesto  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #9 from Telesto  ---
Appears to be OK as far my testing goes
Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 3ccc4c123f5e78e0204d11abeab2d1a74278ca3e
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 147505] Assertion failed: (rSData.empty() || rSData[0].m_bRedlineMoved || (rSData[0].m_nRedlineCount == rDoc.getIDocumentRedlineAccess().GetRedlineTable().size())) and crash in

2022-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147505

Xisco FaulĂ­  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||xiscofa...@libreoffice.org

--- Comment #8 from Xisco FaulĂ­  ---
(In reply to Telesto from comment #7)
> Assertion failed: (rSData.empty() || rSData[0].m_bRedlineMoved ||
> (rSData[0].m_nRedlineCount ==
> rDoc.getIDocumentRedlineAccess().GetRedlineTable().size())), function
> SetSaveData, file undobj.cxx, line 1487.
> Process 72517 stopped
> * thread #1, queue = 'com.apple.main-thread', stop reason = hit program
> assert
> frame #4: 0x000180995749
> libswlo.dylib`SwUndo::SetSaveData(rDoc=0x00016b9fb640,
> rSData=0x60401720) at undobj.cxx:1486:5
>1483   #if OSL_DEBUG_LEVEL > 0
>1484   // check redline count against count saved in 
> RedlineSaveData
> object
>1485   // except in the case of moved redlines
> -> 1486   assert(rSData.empty() || rSData[0].m_bRedlineMoved ||
>1487  (rSData[0].m_nRedlineCount ==
> rDoc.getIDocumentRedlineAccess().GetRedlineTable().size()));
>1488   // "redline count not restored properly"
>1489   #endif
> Target 0: (soffice) stopped.

PRobably this got fixed by
https://cgit.freedesktop.org/libreoffice/core/commit/?id=53560aa06462f1cf04d69acafed20da971bc5c27

@Telesto, please try with a recent daily build with the fix in place

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

[Libreoffice-bugs] [Bug 147505] Assertion failed: (rSData.empty() || rSData[0].m_bRedlineMoved || (rSData[0].m_nRedlineCount == rDoc.getIDocumentRedlineAccess().GetRedlineTable().size())) and crash in

2022-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147505

Telesto  changed:

   What|Removed |Added

Summary|Assertion failed:   |Assertion failed:
   |(rSData.empty() ||  |(rSData.empty() ||
   |rSData[0].m_bRedlineMoved   |rSData[0].m_bRedlineMoved
   |||  |||
   |(rSData[0].m_nRedlineCount  |(rSData[0].m_nRedlineCount
   |==  |==
   |rDoc.getIDocumentRedlineAcc |rDoc.getIDocumentRedlineAcc
   |ess().GetRedlineTable().siz |ess().GetRedlineTable().siz
   |e()))   |e())) and crash in
   ||non-debug eventually

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