To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109658
                 Issue #|109658
                 Summary|oo crashes i macro is called from startcenter twice
               Component|framework
                 Version|OOO320m12
                Platform|Unknown
                     URL|
              OS/Version|Windows, all
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|mba
             Reported by|brinzing





------- Additional comments from brinz...@openoffice.org Sat Feb 27 14:27:56 
+0000 2010 -------
oo crashes if one starts a basic macro the *second* time from a
menu entry directly from oo startcenter.

the extension demo uses a java protocol handler:

[...]
final XScript xScript = xScriptProvider.getScript(script);
final Object ret = xScript.invoke(aArgs, null, null);

please have a look at the attachment's.

steps to reproduce:

- install "myprotocolhandler.zip" extension
- create the test macro in "My Macros - Standard - Module1":

  Sub Test
     MsgBox "Hello World!"
  End Sub

- close and restart oo

- select "Makro Test" from menu "Test Dispatch" from Calc/Writer
  -> first time: Hello World
  -> second time: Hello World
  -> ...
  -> no problems at all

- now select "Test Dispatch - Makro Test" directly from OO StartCenter 
  -> first time: Hello World
  -> second time: 
     ---------------------------
     Microsoft Visual C++ Runtime Library
     ---------------------------
     Runtime Error!
     Program: C:\Program Files\OpenOffice.org\program\soffice.bin    
     This application has requested the Runtime to terminate it in an unusual 
     way.  Please contact the application's support team for more information.

btw: no problems if one select the "Java Test" from StartCenter

---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to