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. Crash in setVisible() of main window
Forum Updated to NodeBB v4.3 + New Features

Crash in setVisible() of main window

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 835 Views 1 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.
  • P Offline
    P Offline
    pavlovgrisha
    wrote on last edited by
    #1

    Hello, forgive me that I repeat, i want that more people saw my thread and and maybe some one will help me:
    https://bugreports.qt-project.org/browse/QTBUG-39509

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi, welcome to devnet.

      It's next to impossible to say what's wrong without some code. The best would be minimal reproducible example. Give as much information as you can and someone here will surely help you figure out what's wrong. If it happens in two different places for random users then it's most likely access to uninitialized/deleted pointer or writing out of bounds of some container/buffer. Give it a go with some static analysis tool like cppcheck and memory leak detector like vld.

      I also think there's little chance that Qt has problems with showing windows. It would break a lot of software out there ;) That's most likely not a bug in Qt but in your code. You shouldn't report it on https://bugreports.qt-project.org unless you're pretty much sure it's Qt bug and you can prove it. For problems with using Qt you've got this forum and also mailing lists.

      1 Reply Last reply
      0

      • Login

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