[Libreoffice-bugs] [Bug 93978] Crash after scrolling mouse for zoom after setting page background color

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93978

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||coudurier.oliv...@gmail.com

--- Comment #8 from Maxim Monastirsky  ---
*** Bug 94352 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93978] Crash after scrolling mouse for zoom after setting page background color

2015-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93978

--- Comment #7 from Maxim Monastirsky  ---
*** Bug 94350 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93978] Crash after scrolling mouse for zoom after setting page background color

2015-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93978

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||91488

-- 
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 93978] Crash after scrolling mouse for zoom after setting page background color

2015-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93978

--- Comment #6 from Yousuf (Jay) Philips  ---
Created attachment 118868
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118868=edit
backtrace from pressing okay in page style dialog

Was able to get it to crash from pressing OK in the page style dialog and will
attempt to do it from a debug daily build.

Version: 5.1.0.0.alpha1+
Build ID: cbf3fac0a5a1be34b2e1a58da959debd24ebc017
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-09-17_07:03:22
Locale: en-US (en_US.UTF-8)

-- 
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 93978] Crash after scrolling mouse for zoom after setting page background color

2015-09-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93978

Michael Meeks  changed:

   What|Removed |Added

 CC||qui...@gmail.com

--- Comment #5 from Michael Meeks  ---
It could be related to RenderContext. It appears that (for some reason) - we're
re-painting at a time when the window this VirtualDevice is being associated
with has no screen (which is rather odd in itself) - perhaps it is not yet
realized itself.

The critical bit is:

Program received signal SIGSEGV, Segmentation fault.
IA__gdk_x11_screen_get_screen_number (screen=0x0) at
/build/buildd/gtk+2.0-2.24.23/gdk/x11/gdkscreen-x11.c:607
607/build/buildd/gtk+2.0-2.24.23/gdk/x11/gdkscreen-x11.c: No such file or
directory.
#0  IA__gdk_x11_screen_get_screen_number (screen=0x0) at
/build/buildd/gtk+2.0-2.24.23/gdk/x11/gdkscreen-x11.c:607
#1  0x7fffe17b9628 in GtkSalGraphics::GtkSalGraphics (this=0x1d98580,
pFrame=0x0, pWindow=0x1ac73f0) at
/home/buildslave/source/libo-core/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx:71
#2  0x7fffe17a737e in GtkInstance::CreateVirtualDevice (this=0x61b6c0,
pG=0x1be8e10, nDX=@0x7fffb9f8: 954, nDY=@0x7fffba00: 533, nBitCount=24,
pGd=0x0) at /home/buildslave/source/libo-core/vcl/unx/gtk/app/gtkinst.cxx:333
#3  0x70a30453 in VirtualDevice::InnerImplSetOutputSizePixel
(this=0x1be8580, rNewSize=..., bErase=false, pBuffer=..., bTopDown=false) at
/home/buildslave/source/libo-core/vcl/source/gdi/virdev.cxx:339
#4  0x70a30836 in VirtualDevice::ImplSetOutputSizePixel
(this=0x1be8580, rNewSize=..., bErase=false, pBuffer=..., bTopDown=false) at
/home/buildslave/source/libo-core/vcl/source/gdi/virdev.cxx:396
#5  0x70a30b91 in VirtualDevice::SetOutputSizePixel (this=0x1be8580,
rNewSize=..., bErase=false) at
/home/buildslave/source/libo-core/vcl/source/gdi/virdev.cxx:444
#6  0x7fffec822e20 in (anonymous namespace)::VDevBuffer::alloc
(this=0x1b59940, rOutDev=..., rSizePixel=..., bClear=false, nBits=24) at
/home/buildslave/source/libo-core/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx:159
#7  0x7fffec8238e6 in drawinglayer::impBufferDevice::impBufferDevice
(this=0x7fffbf90, rOutDev=..., rRange=..., bAddOffsetToMapping=true) at
/home/buildslave/source/libo-core/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx:254

I guess the mrOutDev passed to the buffer-device:

impBufferDevice::impBufferDevice(
OutputDevice& rOutDev,
const basegfx::B2DRange& rRange,
bool bAddOffsetToMapping)

is busted in some way.

Tomaz - can you have a look ? this may intersect with some problems we're
seeing with GL rendering in the drawing-layer too.

Thanks for the help getting a trace; and it's unfortunate that it's not
reproducible - I guess deep code-reading needed.

-- 
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 93978] Crash after scrolling mouse for zoom after setting page background color

2015-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93978

Michael Meeks  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Michael Meeks  ---
Interesting; I like the zooming in & out stuff ... is it possible that you have
OpenGL enabled ? can you check your help->about - if the hash of the version
has -GL at the end that is so.

I can't reproduce here sadly; thanks !

-- 
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 93978] Crash after scrolling mouse for zoom after setting page background color

2015-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93978

--- Comment #2 from Yousuf (Jay) Philips  ---
Created attachment 118503
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118503=edit
backtrace

Silly me, i forgot to include the backtrace. :D

(In reply to Michael Meeks from comment #1)
> Interesting; I like the zooming in & out stuff ... is it possible that you
> have OpenGL enabled ? can you check your help->about - if the hash of the
> version has -GL at the end that is so.

No OpenGL isnt enabled. It was hard to reproduce as it would happen randomly
and i couldnt find an exact set of steps to reproduce it everytime, but it did
happen on two different computers.

-- 
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 93978] Crash after scrolling mouse for zoom after setting page background color

2015-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93978

--- Comment #3 from Maxim Monastirsky  ---
(In reply to Yousuf (Jay) Philips from comment #2)
> Created attachment 118503 [details]
> backtrace
This one is similar to the stacks from Bug 91880 and Bug 92213.

-- 
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 93978] Crash after scrolling mouse for zoom after setting page background color

2015-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93978

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #4 from Yousuf (Jay) Philips  ---
(In reply to Maxim Monastirsky from comment #3)
> This one is similar to the stacks from Bug 91880 and Bug 92213.

So i guess the saga continues. Bug 92213 is RenderContext issue, so should this
be set to block bug 91488?

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