[Libreoffice-bugs] [Bug 108610] Crash: Crash when switching slide while an image is selected

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

Caolán McNamara  changed:

   What|Removed |Added

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

--- Comment #7 from Caolán McNamara  ---
https://gerrit.libreoffice.org/#/c/39052/

-- 
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 108610] Crash: Crash when switching slide while an image is selected

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

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected

-- 
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 108610] Crash: Crash when switching slide while an image is selected

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

--- Comment #6 from Xisco Faulí  ---
*** Bug 108633 has been marked as a duplicate of this bug. ***

-- 
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 108610] Crash: Crash when switching slide while an image is selected

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

--- Comment #5 from Caolán McNamara  ---
regression from

commit e4e4d5713e248f02faf7aa6199b11e152973de8e
Author: Noel Grandin 
Date:   Wed May 31 15:40:25 2017 +0200

clang-tidy readability-delete-null-pointer

which in turn triggered some loplugin:useuniqueptr

only partially fixed by

commit 93a288bd75d7caed46d6f29bf006f3d97a9602a9
Author: Michael Stahl 
Date:   Mon Jun 12 21:44:57 2017 +0200

svx: fix the std::unique_ptr that deletes itself twice

-- 
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 108610] Crash: Crash when switching slide while an image is selected

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

Julien Nabet  changed:

   What|Removed |Added

   Priority|medium  |high
 CC||caol...@redhat.com
   Severity|normal  |major

--- Comment #4 from Julien Nabet  ---
Caolán: thought you might be interested in this one since there's an extra pb
with gtk3 rendering.

(let's increase importance since it's a crash+regression)

-- 
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 108610] Crash: Crash when switching slide while an image is selected

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

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 108610] Crash: Crash when switching slide while an image is selected

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

--- Comment #3 from Xisco Faulí  ---
Created attachment 134179
  --> https://bugs.documentfoundation.org/attachment.cgi?id=134179=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 108610] Crash: Crash when switching slide while an image is selected

2017-06-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108610

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated some days ago, I could
reproduce this (gen rendering).
I got this bt:
#0  0x0031 in ?? ()
#1  0x7fffef7e74e0 in sdr::event::TimerEventHandler::Invoke
(this=0x5bc8dd10) at
/home/julien/lo/libreoffice/svx/source/sdr/event/eventhandler.cxx:113
#2  0x7fffec8ae81b in ImplSchedulerData::Invoke (this=0x5ba75320) at
/home/julien/lo/libreoffice/vcl/source/app/scheduler.cxx:46
#3  0x7fffec8aec7b in Scheduler::ProcessTaskScheduling (bIdle=true) at
/home/julien/lo/libreoffice/vcl/source/app/scheduler.cxx:159

The weird thing is I got a crash just opening and selecting the image (so
without changing slide) with gtk3 rendering.

-- 
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 108610] Crash: Crash when switching slide while an image is selected

2017-06-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108610

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

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

Version: 6.0.0.0.alpha0+
Build ID: 08f6f9dded1b142b858c455da03319abac691655
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk2; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

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