[Libreoffice-bugs] [Bug 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

Caolán McNamara  changed:

   What|Removed |Added

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

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

--- Comment #12 from Julien Nabet  ---
Anyway, I could reproduce the crash and can provide some console logs:
Lots of "warn:legacy.tools:6790:6790:editeng/source/editeng/impedit4.cxx:1283:
InsertBinTextObject - Style not found!"

Then:
warn:legacy.tools:6790:6790:sd/source/ui/slidesorter/controller/SlsPageSelector.cxx:84:
PageSelector::DeselectAllPages: the selected pages counter is not 0
warn:vcl:6790:6790:vcl/source/window/winproc.cxx:841: ImplHandleKey:
Keyboard-Input is sent to a frame without focus
...
warn:legacy.tools:6790:6790:editeng/source/editeng/impedit4.cxx:1283:
InsertBinTextObject - Style not found!
...
warn:legacy.tools:6790:6790:sd/source/core/stlpool.cxx:715: StyleSheet has
invalid parent: Family mismatch
warn:legacy.osl:6790:6790:svl/source/items/style.cxx:209: StyleSheet-Parent not
found
warn:legacy.tools:6790:6790:sd/source/core/stlpool.cxx:715: StyleSheet has
invalid parent: Family mismatch
warn:legacy.osl:6790:6790:svl/source/items/style.cxx:209: StyleSheet-Parent not
found

Then:
a lot of "warn:svx.uno:6790:6790:svx/source/svdraw/svdobj.cxx:2797: a UNO shape
took over an SdrObject previously owned by another UNO shape!"

end with this:
warn:svx:6790:6790:svtools/source/control/valueacc.cxx:679: Calling disposed
object. Throwing exception:
warn:svx:6790:6790:svtools/source/control/valueacc.cxx:679: Calling disposed
object. Throwing exception:
warn:sd:6790:6790:sd/source/ui/unoidl/DrawController.cxx:821: Calling disposed
DrawController object. Throwing exception:
warn:sd:6790:6790:sd/source/ui/unoidl/DrawController.cxx:821: Calling disposed
DrawController object. Throwing exception:

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

--- Comment #11 from Julien Nabet  ---
Would it be possible to have an odp smaller?
Indeed, I haven't given a try yet with gdb but just using LO with it, it takes
ages (at least 30s for every step) to have some result.

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

Telesto  changed:

   What|Removed |Added

   Severity|normal  |major
   Priority|medium  |highest

--- Comment #10 from Telesto  ---
Increasing priority based on crash count

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

--- Comment #9 from Caolán McNamara  ---
and I think 57db6e24b5ad43d447c30e44a112c74c7e75b46b is innocent and the
problem really comes from 

commit a4cd841541a729d7b8126d27d91fa28e30b01403
Author: Muthu Subramanian 
Date:   Thu Feb 13 16:10:47 2014 +0530

n#757432: Styles (rename &) copy to different decks.

which 57db6e24b5ad43d447c30e44a112c74c7e75b46b just exposing the problem that
introduced

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

--- Comment #8 from Caolán McNamara  ---
I think...

in drawdoc3.cxx ::InsertBookmarkAsPage, when the page is pasted,
RenameAndCopyGraphicSheets is called, which calls stlpool.cxx
SdStyleSheetPool::CopySheets where an existing stylesheet is found via the "If
we have already have a sheet with the new name and it is equal to the one in
the source pool, do nothing" and added it to rCreatedSheets.

Later in SdMoveStyleSheetsUndoAction::Undo the style is unconditionally removed
from the pool, even though the original version of the graphic still relies on
it.

Possibly removing such "already there" stylesheets from rCreatedSheets is the
right approach.

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

Xisco Faulí  changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #7 from Xisco Faulí  ---
@Caolán, I thought you could be interested in this issue...

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

--- Comment #5 from Xisco Faulí  ---
Created attachment 144170
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144170=edit
gdb 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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|wantBacktrace   |haveBacktrace
 CC||noelgran...@gmail.com

--- Comment #6 from Xisco Faulí  ---
@Noel, I thought you could be interested in this issue...

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||wantBacktrace

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

Julien Nabet  changed:

   What|Removed |Added

 CC||michael.st...@cib.de

--- Comment #4 from Julien Nabet  ---
Michael: thought you might be interested in this one, since I had only pushed
the patch https://gerrit.libreoffice.org/#/c/41155/ because it had +1 Verified
and +2 Code Review.

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

2018-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119259

raal  changed:

   What|Removed |Added

 CC||r...@post.cz,
   ||varun.vd1...@gmail.com
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #3 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Varun Dhall ; Could you possibly take a look at this one?
Thanks

f13b46ff8e47f3ba91d8ab434d32dde3fe96 is the first bad commit
commit f13b46ff8e47f3ba91d8ab434d32dde3fe96
Author: Norbert Thiebaud 
Date:   Tue Aug 15 02:50:47 2017 -0700

source sha:57db6e24b5ad43d447c30e44a112c74c7e75b46b

author  Varun Dhall 2017-08-15 02:51:07
+0530
committer   Julien Nabet   2017-08-15 08:58:39
+0200
commit  57db6e24b5ad43d447c30e44a112c74c7e75b46b (patch)
tree0c62a3fc61e94c2a683e7cdfee87f088009b4b48
parent  8ee4530b90ca7c7967fad00f059236a2b0b57607 (diff)
Removing old SfxItemSet::getHash usage

-- 
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 119259] Crash in SfxItemSet::Get(unsigned short, bool) when doing undo/copy/exit

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

Aron Budea  changed:

   What|Removed |Added

Summary|Crash in libmergedlo.so |Crash in
   |when doing undo/copy/exit   |SfxItemSet::Get(unsigned
   ||short,bool) when doing
   ||undo/copy/exit

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