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. Heap in threads

Heap in threads

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 321 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.
  • S Offline
    S Offline
    StudyQt1
    wrote on last edited by StudyQt1
    #1
    This post is deleted!
    J.HilkJ JonBJ 2 Replies Last reply
    0
    • S StudyQt1

      This post is deleted!

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @StudyQt1 said in Heap in threads:

      I am having some heap issues, I don't know if using heap to read is the proper way?

      what exactly are you trying to do ?


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      2
      • S StudyQt1

        This post is deleted!

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @StudyQt1
        In addition to to @J-Hilk's highly pertinent question(! --- who knows what "some heap issues" might mean?), where is your whatever QFile qfile declared and opened? Are you using a single QFile instance shared across all threads (=> problems)? Or, does each thread have its own QFile and do its own opening of perhaps the same file (=> why?).

        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