To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112407 Issue #|112407 Summary|vcl: suspicious push_back in sun-specific xinerama cod |e Component|gsl Version|DEV300m81 Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|pl Reported by|cmc
------- Additional comments from [email protected] Tue Jun 15 09:14:21 +0000 2010 ------- We have a addXineramaScreenUnique method which uses push_back to append a xinerama/xrandr framebuffer/monitor to our list and ignore duplicates. I see in passing that the #ifdef USE_XINERAMA_XSUN stuff start off with... m_aXineramaScreens = std::vector<Rectangle>( nFramebuffers ); ... addXineramaScreenUnique(...) which would suggest that m_aXineramaScreens ends up typically twice as big as it should be, with invalid default ctored Rectangles as the first half --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
