Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Maximum call stack size exceeded.
Forum Updated to NodeBB v4.3 + New Features

Maximum call stack size exceeded.

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 2.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    literA2
    wrote on last edited by
    #1

    Hi,

    I am encountering this error in iOS:

    QtQuick/Controls/StackView.qml:821:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/NewConnectionHost.qml:15:
    qrc:/qml/Components/CustomSelect.qml:48: RangeError: Maximum call stack size exceeded.

    It appears that such qml page has been pushed in the stack causing it exceed from the maximum call stack size.

    Anyway, the code in the indicated line is just a javascript that was called once the variant variable was changed. It assigned a text on the textfield.

    Any ideas what could be the possible cause for this issue?

    1 Reply Last reply
    1

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved