locked
A new guard page for the stack cannot be created. RRS feed

  • Question

  • Hi,

    i have a windows forms application which internally uses xilium cefglue to display the web application on CEF browser. Application is launching and exiting properly.

    When we wrote automation script to do some steps continously, we were observing a dialog popup with the following message "A new guard page for the stack cannot be created."

    Can any one please help why this popup is displaying and how to fix this



    • Moved by Fei Hu Wednesday, January 31, 2018 9:20 AM Thirdparty libs related
    Tuesday, January 30, 2018 6:16 AM

All replies

  • I think that this means that the program may be running out of memory, i.e. there are many data that were not freed, perhaps due to issues of the program (“memory leaks”), and it is not possible to allocate new memory for the reserved, but not yet used area of the stack.

    Perhaps you should also get a support from the authors.



    • Proposed as answer by Cor Ligthert Tuesday, January 30, 2018 8:52 AM
    • Unproposed as answer by Avatar 123 Tuesday, January 30, 2018 9:11 AM
    • Edited by Viorel_MVP Tuesday, January 30, 2018 9:33 AM Spelling
    Tuesday, January 30, 2018 7:50 AM
  • Hello Avatar,

    Your issue is out of support of C# General Question forum which mainly discusses C# programming language, IDE, libraries, samples and tools. I suggest that you can consult your issue directly on xilium forum for better solution and support.

    If I have misunderstood anything, please feel free to let me know.

    Best regards,

    Neil Hu


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Wednesday, January 31, 2018 9:20 AM