[Libreoffice-bugs] [Bug 45911] crash when drag/drop slide between two instances of Impress

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

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

--- Comment #15 from Caolán McNamara caol...@redhat.com ---
I can reproduce on 3-6, I can't reproduce on 4-0 and, like julien suggests,
after cherry-picking 7887a4e0adb0d60e6b013808dc27eccddd1c0324 it doesn't crash
anymore and valgrind is warning free about it.

-- 
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 45911] crash when drag/drop slide between two instances of Impress

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

NoOp gl...@sbcglobal.net changed:

   What|Removed |Added

 CC||gl...@sbcglobal.net

--- Comment #13 from NoOp gl...@sbcglobal.net ---
Reproduced on 3.6.4.3  (linux)
Version 3.6.4.3 (Build ID: 2ef5aff

$ cat /opt/libreoffice3.6/program/versionrc
[Version]
AllLanguages=en-US
BuildVersion=
buildid=2ef5aff-a6fb0ff-166bdff-cf087ad-0f1389
ExtensionUpdateURL=http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update
ProductBuildid=3
ProductMajor=360
ProductMinor=1
ProductSource=OOO360
ReferenceOOoMajorMinor=3.4
UpdateID=LibreOffice_3_en-US
UpdateURL=http://update.libreoffice.org/check.php?pkgfmt=deb
UpdateUserAgent=PRODUCT (${buildid}; ${_OS}; ${_ARCH};
BundledLanguages=${AllLanguages})
Vendor=The Document Foundation

-- 
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 45911] crash when drag/drop slide between two instances of Impress

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

--- Comment #14 from NoOp gl...@sbcglobal.net ---
Replicated in Windows version of Version 3.6.4.3 (Build ID: 2ef5aff) as well.

-- 
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 45911] crash when drag/drop slide between two instances of Impress

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

--- Comment #12 from Michael Meeks michael.me...@novell.com ---
Could this be related to bu#51023# - and/or does it persist in 3.6.4 ? :-)

-- 
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 45911] crash when drag/drop slide between two instances of Impress

2012-11-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

Version|3.6.3.2 release |3.4.5 release

--- Comment #8 from sasha.libreoff...@gmail.com ---
Thanks for attitonal testing
Version is most old version where bug first time appears. Not current version
of LO. Changing back to 3.4.5 release

-- 
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 45911] crash when drag/drop slide between two instances of Impress

2012-11-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

--- Comment #9 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 69486
  -- https://bugs.freedesktop.org/attachment.cgi?id=69486action=edit
bt with master

On pc Debian x86-64 with master sources updated yesterday, I reproduced the
problem.

-- 
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 45911] crash when drag/drop slide between two instances of Impress

2012-11-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #10 from Julien Nabet serval2...@yahoo.fr ---
Caolán: with 3.6 sources, cherrying picking this commit seems to solve the
problem:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=7887a4e0adb0d60e6b013808dc27eccddd1c0324

On master sources, I've got the crash when I close instance 2 and retrieved the
last bt.
I noticed that this patch prevents it:
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 6d5c36d..fc580db 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -8541,7 +8541,7 @@ uno::Reference XClipboard 
Window::GetPrimarySelection()
 return pChild-GetAccessible();
 }
 */
-if ( !mpWindowImpl-mxAccessible.is()  bCreate )
+if ( mpWindowImpl-mxAccessible.is()  bCreate )

What's your idea about all this?

-- 
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 45911] crash when drag/drop slide between two instances of Impress

2012-11-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

--- Comment #11 from Julien Nabet serval2...@yahoo.fr ---
Sorry, patch is wrong obviously :(

-- 
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 45911] crash when drag/drop slide between two instances of Impress

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

jkone...@rmtohio.com changed:

   What|Removed |Added

Version|3.4.5 release   |3.6.3.2 release

--- Comment #7 from jkone...@rmtohio.com ---
reproduced on 3.6.3.2

-- 
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 45911] crash when drag/drop slide between two instances of Impress

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

--- Comment #6 from Julien Nabet serval2...@yahoo.fr 2012-07-08 12:35:51 PDT 
---
Created attachment 63982
  -- https://bugs.freedesktop.org/attachment.cgi?id=63982
bt + console msgs on master

On pc Debian x86-64, with master sources updated today, I reproduced the
problem.

I attached console logs + bt

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 45911] crash when drag/drop slide between two instances of Impress

2012-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||kelekona...@gmail.com

--- Comment #5 from bfoman bfo.bugm...@spamgourmet.com 2012-06-28 08:33:26 
PDT ---
*** Bug 45319 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 45911] crash when drag/drop slide between two instances of Impress

2012-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

--- Comment #2 from bfoman bfo.bugm...@spamgourmet.com 2012-06-04 05:34:11 
PDT ---
Created attachment 62502
  -- https://bugs.freedesktop.org/attachment.cgi?id=62502
Bug 45911 - WinDbg session with FAILED_SOURCE_CODE

Confirmed with:
LO 3.5.4.2 
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Crash upon exiting #1 instance of Impress.

Attached full WinDbg session with FAILED_SOURCE_CODE.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 45911] crash when drag/drop slide between two instances of Impress

2012-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

--- Comment #3 from Ken Brucker kelekona...@gmail.com 2012-06-04 06:29:18 PDT 
---
Attaching OSX crash log - See same crash following these instructions.  I did
move several slides before saving and closing both files.

OSX 10.6.8
LibreOffice 3.5.3.2 
Build ID: 235ab8a-3802056-4a8fed3-2d66ea8-e241b8

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 45911] crash when drag/drop slide between two instances of Impress

2012-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

--- Comment #4 from Ken Brucker kelekona...@gmail.com 2012-06-04 06:30:54 PDT 
---
Created attachment 62506
  -- https://bugs.freedesktop.org/attachment.cgi?id=62506
OSX Crash Report using LibreOffice 3.5.3.2

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 45911] crash when drag/drop slide between two instances of Impress

2012-04-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||sasha.libreoff...@gmail.com
 Ever Confirmed|0   |1

--- Comment #1 from sasha.libreoff...@gmail.com 2012-04-03 05:41:21 PDT ---
reproduced in 3.5.1 on Fedora 64 bit and Windows XP and 7 32 bit
not reproducible in 3.3.4 on Fedora, therefore regression

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 45911] crash when drag/drop slide between two instances of Impress

2012-04-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45911

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

   Keywords||regression

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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