[Libreoffice-bugs] [Bug 78854] EDITING: Undoing layout change causes it to crash

2015-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78854

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78854] EDITING: Undoing layout change causes it to crash

2015-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78854

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

   Keywords||bisected
 CC||dtar...@redhat.com

--- Comment #11 from Matthew Francis fdb...@neosheffield.co.uk ---
The behaviour seems to have changed as of the below commit.

Adding Cc: to dtar...@redhat.com. Could you possibly have a look at this?
Thanks


commit 115054fef08998c56cba8f14472df1d15007f635
Author: David Tardon dtar...@redhat.com
Date:   Wed Feb 13 08:52:52 2013 +0100

fdo#34548 don't crash on undoing text frame removal

Change-Id: I48b95c6c0cbfb2f4c4b09cc90b254b96de40b3e9

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78854] EDITING: Undoing layout change causes it to crash

2015-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78854

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk

--- Comment #10 from Matthew Francis fdb...@neosheffield.co.uk ---
(In reply to DavidO from comment #9)

The previously mentioned commit is in a bibisect repository (a tool used by QA
to quickly find the approximate location of a regression), not the main source
tree, so you won't be able to revert it. I will reference the actual commit
below.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78854] EDITING: Undoing layout change causes it to crash

2014-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78854

--- Comment #9 from DavidO d.ostrov...@gmx.de ---
(In reply to Joel Madero from comment #7)
 This bibisect was a bit ridiculous so I had to kind of include two crashes
 in one but they are both reproducible with the original steps.
 
 1. In the first case it crashes right when you try to type in the content
 box after doing the undo
 2. In the other case it crashes after you type and then click out of the box
 
 If I don't do this then I hit a series of versions that I have to skip
 because at one point undo was broken in Presentation and then the bibisect
 fails. I really suspect they are the same issue despite having crashes in
 two different spots. If not - apologies
 
 
 a7e54955e9f49e8b59dfd8c4533785a680b1796c is the first bad commit
 commit a7e54955e9f49e8b59dfd8c4533785a680b1796c
 Author: Bjoern Michaelsen bjoern.michael...@canonical.com
 Date:   Wed Oct 16 11:07:50 2013 +
 
 source-hash-5da10275a7475efdbfd9de14ea58cf8f4c6c1582
 
 commit 5da10275a7475efdbfd9de14ea58cf8f4c6c1582
 Author: Stephan Bergmann sberg...@redhat.com
 AuthorDate: Fri Mar 1 17:09:45 2013 +0100
 Commit: Stephan Bergmann sberg...@redhat.com
 CommitDate: Fri Mar 1 17:18:29 2013 +0100
 

i tried to revert the commit you are referencing to, but got: not known SHA1
error:

$ git log a7e54955e9f49e8b59dfd8c4533785a680b1796c
fatal: bad object a7e54955e9f49e8b59dfd8c4533785a680b1796c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78854] EDITING: Undoing layout change causes it to crash

2014-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78854

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

   Priority|highest |high

--- Comment #8 from Björn Michaelsen bjoern.michael...@canonical.com ---
(This is an automated message.)

LibreOffice development currently prioritizes bugs with the so called MAB (most
annoying bugs) -- as this bug has not run through that process (including
writing a short rationale for this bug being a candidate and other who are
watching the tracker bug silently approving that rationale etc.) its priority
is set to high. Note this is effectively no change in the urgency assigned to
this bug, as we are currently not making a difference between high and highest
and severity is untouched.

You can find out more about MABs and how the process works by contacting
libreoffice qa on irc:

 http://webchat.freenode.net/?channels=libreoffice-qa

The QA wiki page also gives you hints on how to get in contact with the team
(if IRC fails you, your next best choice is the mailing list):

 https://wiki.documentfoundation.org/QA

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78854] EDITING: Undoing layout change causes it to crash

2014-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78854

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Whiteboard|BSA bibisectrequest |BSA bibisected

--- Comment #7 from Joel Madero jmadero@gmail.com ---
This bibisect was a bit ridiculous so I had to kind of include two crashes in
one but they are both reproducible with the original steps.

1. In the first case it crashes right when you try to type in the content box
after doing the undo
2. In the other case it crashes after you type and then click out of the box

If I don't do this then I hit a series of versions that I have to skip because
at one point undo was broken in Presentation and then the bibisect fails. I
really suspect they are the same issue despite having crashes in two different
spots. If not - apologies


a7e54955e9f49e8b59dfd8c4533785a680b1796c is the first bad commit
commit a7e54955e9f49e8b59dfd8c4533785a680b1796c
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Wed Oct 16 11:07:50 2013 +

source-hash-5da10275a7475efdbfd9de14ea58cf8f4c6c1582

commit 5da10275a7475efdbfd9de14ea58cf8f4c6c1582
Author: Stephan Bergmann sberg...@redhat.com
AuthorDate: Fri Mar 1 17:09:45 2013 +0100
Commit: Stephan Bergmann sberg...@redhat.com
CommitDate: Fri Mar 1 17:18:29 2013 +0100

Related rhbz#915743: Abort UCB call from SvtMatchContext_Impl::Stop

...as otherwise the SvtMatchContext_Impl thread can continue to run for
arbitrarily long, and the other thread calling Stop() and join() will
block.

However, especially the WebDAV UCP does not properly support aborting
commands,
see 260afe56fd6b2f34de8290f3cdb7d1df5b88f8a8  neon commands cannot be
aborted,
so this is not yet enough to actually fix rhbz#915743 thread
deadlock/slow
join in insert-hyperlink in impress.

Change-Id: I0da899f824763e1b3d19bb5b38d906feb690b623

:100644 100644 fd22aadcebcf1ca20b6c2fcdb9e135deeb9b5885
8a0f14e1bb71d7ecdf8086c62e9769bb7f2d09b8 Mautogen.log
:100644 100644 5af869ab53b50329a270e7d4e2587f802bf68afb
8519bf956c5e06a85818d380070eedc0ef846790 Mccache.log
:100644 100644 63cd7351c9d6feb098661a5783d51bb172d8a306
33abac29aad7182260562465482b493d94b78a83 Mcommitmsg
:100644 100644 e9ea867065a69fa4f0fbbb5c2abb40baeeabd307
21fc5294b2cb922862b78327b6b8a3cd953f38b5 Mdev-install.log
:100644 100644 4c087a5ff52a8cef08f31417ac650666b1d9d0af
c1cc87465560a589137349c81641a62968242386 Mmake.log
:04 04 ece742cbaf9101d015210ea8da6c00ad7a4457c7
9ff9cbceea1fe6b0ad1b17fe9068b2c8e32a6cbb Mopt


# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# skip: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect skip e02439a3d6297a1f5334fa558ddec5ef4212c574
# good: [d1cca78ab77d64482b6643bc643d29dbe2dd1442]
source-hash-2d19e9bb07ccff3134f855812dddfda5c07b1fe4
git bisect good d1cca78ab77d64482b6643bc643d29dbe2dd1442
# skip: [9daa289e178460daaafa4b3911031df5b8736218]
source-hash-704292996a3731a61339b1a4a5c90c9403aa095f
git bisect skip 9daa289e178460daaafa4b3911031df5b8736218
# bad: [387dd1052972d27a3065a249b357e50e0a29829b]
source-hash-35836f350861b33a0c28307a413eff76d0433d1e
git bisect bad 387dd1052972d27a3065a249b357e50e0a29829b
# good: [251dbe932a666e83c91816fcf755a4c3be51e078]
source-hash-fff4d120866a0be3cd8185f2c67bb9f59b1a6a3f
git bisect good 251dbe932a666e83c91816fcf755a4c3be51e078
# skip: [fa729323917d7e0d45129bc21c08d8e19faab69b]
source-hash-7275a051677b5646e56623b3addc783880ce8e9b
git bisect skip fa729323917d7e0d45129bc21c08d8e19faab69b
# bad: [ebb65cb393af31cb2876fe16279b72c1d1ac90c6]
source-hash-23085e3bec84f8d07a594f8c1dbbe18d8121
git bisect bad ebb65cb393af31cb2876fe16279b72c1d1ac90c6
# bad: [86ca5fdf07cae65c864cd9ae4cc9203d83101068]
source-hash-6bacf391710c8ebaa42b083dc14fb13cff48cd16
git bisect bad 86ca5fdf07cae65c864cd9ae4cc9203d83101068
# good: [31bac4fcc40da1e460b132be36dfa002e52919d0]
source-hash-d55155cad0926f61b5745260196b93e95471d06a
git bisect good 31bac4fcc40da1e460b132be36dfa002e52919d0
# bad: [6b0fcfdf08f741216af030aceb20152a2b327f35]
source-hash-310fb291ccfb817a3503785af143828682c0c1f1
git bisect bad 6b0fcfdf08f741216af030aceb20152a2b327f35
# good: [5e90d936616ff95724eaa3e3a0a7c7a9747e9b44]
source-hash-ba446dd58a4ad324d242afcd5b28d3b4dff5a881
git bisect good 5e90d936616ff95724eaa3e3a0a7c7a9747e9b44
# bad: [a7e54955e9f49e8b59dfd8c4533785a680b1796c]
source-hash-5da10275a7475efdbfd9de14ea58cf8f4c6c1582
git bisect bad a7e54955e9f49e8b59dfd8c4533785a680b1796c
# first bad commit: [a7e54955e9f49e8b59dfd8c4533785a680b1796c]

[Libreoffice-bugs] [Bug 78854] EDITING: Undoing layout change causes it to crash

2014-05-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78854

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA bibisectrequest
 CC||jmadero@gmail.com
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=79236
   Keywords||regression

--- Comment #6 from Jay Philips philip...@hotmail.com ---
I tested some more and its a regression in 4.0 and 3.6 is fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78854] EDITING: Undoing layout change causes it to crash

2014-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78854

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

   Severity|normal  |blocker
   Priority|medium  |highest
Summary|EDITING: Changing Layout|EDITING: Undoing layout
   ||change causes it to crash

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78854] EDITING: Undoing layout change causes it to crash

2014-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78854

--- Comment #4 from Jay Philips philip...@hotmail.com ---
Created attachment 99979
  -- https://bugs.freedesktop.org/attachment.cgi?id=99979action=edit
screencast explaining the crash part of the bug

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78854] EDITING: Undoing layout change causes it to crash

2014-05-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78854

--- Comment #5 from Jay Philips philip...@hotmail.com ---
seems somewhat related to my undo style bug 79236.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs