BUG: POP POPUP Causes a General Protection Fault

Last reviewed: December 12, 1996
Article ID: Q108636
The information in this article applies to:

- Microsoft FoxPro for Windows, versions 2.5x, 2.6, 2.6a

SYMPTOMS

When you use the PUSH POPUP command with the POP POPUP command on a FoxPro for Windows system menu popup, you may get a general protection (GP) fault or the following error message:

   Menu manager internal consistency error.

RESOLUTION

Microsoft Technical Support makes every possible effort to provide a workaround to a problem. At this time however, there is no known workaround for the problem described above.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

When you use the POP POPUP command with the PUSH POPUP command, you can save a popup definition, make changes to the popup definition, and then restore the popup definition to its original state. However, when you use a POP POPUP command in the following manner, a general protection (GP) fault may occur.

Steps to Reproduce Problem

WARNING: Close all running applications and save your data before following this procedure.

  1. Enter the following commands in the Command window:

          PUSH POPUP _msm_windo
          DEFINE BAR 7 of _msm_windo PROMPT "test"
          ON SELECTION BAR 7 of _msm_windo WAIT "TEST" WINDOW NOWAIT
          POP POPUP _msm_windo
    

  2. Try to open the Window menu. The error message "Menu manager internal consistency error" may occur at this point.


Additional reference words: FoxWin 2.50 2.50a 2.50b buglist2.50
buglist2.50a buglist2.50b errmsg err msg 2.60 2.60a buglist2.60
buglist2.60a gpf
KBCategory: kbprg kbbuglist kberrmsg
KBSubcategory: FxprgGeneral


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 12, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.