https://bugs.documentfoundation.org/show_bug.cgi?id=95128

Michael Meeks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #6 from Michael Meeks <[email protected]> ---
Interesting trace here; nothing to do with GL that I can see; looks like a race
condition. Michael - I'm curious as to why we're processing any events (except)
ones incoming around eg. DC & hWnd handling during the SolarMutexReleaser
re-acquire. By processing random other events - we seem to have burned a lot of
stack to no good purpose (thoughts?).

Kendy - who in the design team / sidebar hackery community is interested in
this ? in a nutshell the

void PosSizePropertyPanel::SetPosXYMinMax()
{
    Rectangle aTmpRect(mpView->GetAllMarkedRect());
    mpView->GetSdrPageView()->LogicToPagePos(aTmpRect);

The SdrPageView is NULL here ...

    maRect = basegfx::B2DRange(aTmpRect.Left(), aTmpRect.Top(),
aTmpRect.Right(), aTmpRect.Bottom());

will append the trace in a sec.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to