To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73227
                 Issue #|73227
                 Summary|canvasdemo crashes
               Component|gsl
                 Version|OOo 2.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|mox





------- Additional comments from [EMAIL PROTECTED] Sun Jan  7 13:06:56 -0800 
2007 -------
While trying to test canvasdemo, found in canvas/workben, the application 
crashes.

The function calls leading to crash are:

canvas/workbench/canvasdemo.cxx: TestWindow::Paint(Rectangle const&)
-> vcl/window/source/window.cxx: Window::GetCanvas()
in function GetCanvas:
   aArg[ 2 ] = makeAny ( ::com::sun::star::awt::Rectangle(mnOutOffX, mnOutOffY,
mnOutWidth, mnOutHeight ) );

-> cppu/source/uno/copy.hxx: inline void _copyConstructAnyFromData(...)
in function _copyConstructAnyFromData:
goes to 
case typelib_TypeClass_STRUCT:
case typelib_TypeClass_EXCEPTION:
     if (pTypeDescr) {} else: 
     TYPELIB_DANGER_GET( &pTypeDescr, pType );
     pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize );

The pTypeDescr->nSize crashes the program.

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

Reply via email to