Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. dataChanged API causing stack overflow when moving from QT5.12.1 to QT5.12.4/QT5.13

dataChanged API causing stack overflow when moving from QT5.12.1 to QT5.12.4/QT5.13

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 234 Views 2 Watching
  • 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.
  • S Offline
    S Offline
    shuga
    wrote on last edited by
    #1

    Hi,

    Recently i moved to work with QT5.13, after using QT5.12.1.
    Specifically i am using QtCore, QtGui and QtWidgets components.
    When i tested my app on a new fast computer, everything worked fine, when i tried an older slower computer, the API "dataChanged" is not returning correctly, causing my code to repeat some function calls, until i am getting a stack overflow. Is that a known issue? where there any changes in this API?

    i tried QT5.12.4 and got the same issue.

    thanks

    Pablo J. RoginaP 1 Reply Last reply
    0
    • S shuga

      Hi,

      Recently i moved to work with QT5.13, after using QT5.12.1.
      Specifically i am using QtCore, QtGui and QtWidgets components.
      When i tested my app on a new fast computer, everything worked fine, when i tried an older slower computer, the API "dataChanged" is not returning correctly, causing my code to repeat some function calls, until i am getting a stack overflow. Is that a known issue? where there any changes in this API?

      i tried QT5.12.4 and got the same issue.

      thanks

      Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @shuga said in dataChanged API causing stack overflow when moving from QT5.12.1 to QT5.12.4/QT5.13:

      the API "dataChanged" is not returning correctly

      You may need to post some code snippets, we're not magicians...

      Please show how you're connecting such signal "dataChanged" and what the slot is doing. Also information about OS version and compiler used would be helpful

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      3

      • Login

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