To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71300


User af changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Nov 24 01:25:19 -0800 
2006 -------
This crash is caused by the test script itself.  In the
graphics/level1/inc/global/g_format.inc script in the tiFormat3D_Effekte
function there is a MenuSelect(0) statement that is a workaround for issue 68585
to close context menus on Solaris.

This slot 0 is an invalid slot id.  Normally this is not a big problem because
nobody uses slot 0 (it is invalid).  In this case, however, there are the new
shells for the left and right pane.  They do no use any slots at all, but to
tell the SFX2 that, they provide a slot map with exactly one entry.  This entry
has the, supposedly, dummy slot id 0.

When now the MenuSelect(0) call is made there are two shells on the shell stack
which claim to support slot 0.  Therefore slot 0 is dispatched to one of the
side panes.  These, however, can not properly manage this slot (they procide a
zero callback pointer) and crash.

Other shells, like that of font work tool bar, use such a dummy slot map, too,
and would cause the same crash, were they active and on the shell stack at the
time the MenuSelect(0) is called.


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