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. ...and what is "Section" ??
Qt 6.11 is out! See what's new in the release blog

...and what is "Section" ??

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 424 Views 3 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    There "seems to be " something missing in this message.

    00900e56-fbe7-4206-9828-77c3f4e67ebd-image.png

    kshegunovK 1 Reply Last reply
    0
    • A Anonymous_Banned275

      There "seems to be " something missing in this message.

      00900e56-fbe7-4206-9828-77c3f4e67ebd-image.png

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by kshegunov
      #2

      Nope, the message is very much correct. The fist line says it all: You're running code in the debugger that's not built with debug information.

      "Section" is a code section:
      https://docs.oracle.com/cd/E19683-01/817-3677/chapter6-46512/index.html#:~:text=Sections contain all information in,one section header describing it.

      Sections contain all information in an object file except the ELF header, the program header table, and the section header table. Moreover, the sections in object files satisfy several conditions:

      • Every section in an object file has exactly one section header describing it. Section headers can exist that do not have a section.

      • Each section occupies one contiguous, possibly empty, sequence of bytes within a file.

      • Sections in a file cannot overlap. No byte in a file resides in more than one section.

      • An object file can have inactive space. The various headers and the sections might not cover every byte in an object file. The contents of the inactive data are unspecified.

      Read and abide by the Qt Code of Conduct

      A 1 Reply Last reply
      4
      • kshegunovK kshegunov

        Nope, the message is very much correct. The fist line says it all: You're running code in the debugger that's not built with debug information.

        "Section" is a code section:
        https://docs.oracle.com/cd/E19683-01/817-3677/chapter6-46512/index.html#:~:text=Sections contain all information in,one section header describing it.

        Sections contain all information in an object file except the ELF header, the program header table, and the section header table. Moreover, the sections in object files satisfy several conditions:

        • Every section in an object file has exactly one section header describing it. Section headers can exist that do not have a section.

        • Each section occupies one contiguous, possibly empty, sequence of bytes within a file.

        • Sections in a file cannot overlap. No byte in a file resides in more than one section.

        • An object file can have inactive space. The various headers and the sections might not cover every byte in an object file. The contents of the inactive data are unspecified.

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @kshegunov I have numerous alligators to chase...
        In short - building an New Project from scratch runs "debug" without doing anything special. Stand by.

        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