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. Disassembler failed:cannot access memory
Forum Updated to NodeBB v4.3 + New Features

Disassembler failed:cannot access memory

Scheduled Pinned Locked Moved Unsolved General and Desktop
17 Posts 2 Posters 1.4k 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.
  • ManiRonM Offline
    ManiRonM Offline
    ManiRon
    wrote on last edited by
    #1

    I am facing an issue while debugging my code , everything works fine and suddenly my application crashes and when i checked using debugger i found this issue , how to solve this issue ?

    jsulmJ 1 Reply Last reply
    0
    • ManiRonM ManiRon

      I am facing an issue while debugging my code , everything works fine and suddenly my application crashes and when i checked using debugger i found this issue , how to solve this issue ?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @ManiRon said in Disassembler failed:cannot access memory:

      i found this issue

      This is not an issue with your application. It's an issue with debugger. So, what is the actual issue causing your app to crash?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      ManiRonM 1 Reply Last reply
      0
      • jsulmJ jsulm

        @ManiRon said in Disassembler failed:cannot access memory:

        i found this issue

        This is not an issue with your application. It's an issue with debugger. So, what is the actual issue causing your app to crash?

        ManiRonM Offline
        ManiRonM Offline
        ManiRon
        wrote on last edited by
        #3

        @jsulm thats what i am not able to find

        jsulmJ 1 Reply Last reply
        0
        • ManiRonM ManiRon

          @jsulm thats what i am not able to find

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @ManiRon Do you run debug or release build?
          Did you try to set break point and then step through your app until it crashes to see where it crashes?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          ManiRonM 1 Reply Last reply
          0
          • jsulmJ jsulm

            @ManiRon Do you run debug or release build?
            Did you try to set break point and then step through your app until it crashes to see where it crashes?

            ManiRonM Offline
            ManiRonM Offline
            ManiRon
            wrote on last edited by
            #5

            @jsulm yes i tried it . I have called a function generated by me and after the last curly brace is executed it waits for some time and crashes

            jsulmJ 1 Reply Last reply
            0
            • ManiRonM ManiRon

              @jsulm yes i tried it . I have called a function generated by me and after the last curly brace is executed it waits for some time and crashes

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @ManiRon Debug or release build?
              What kind of crash is it (SIGSEGV, ...)?
              Can you post the code?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              ManiRonM 2 Replies Last reply
              0
              • jsulmJ jsulm

                @ManiRon Debug or release build?
                What kind of crash is it (SIGSEGV, ...)?
                Can you post the code?

                ManiRonM Offline
                ManiRonM Offline
                ManiRon
                wrote on last edited by
                #7

                @jsulm code i cannot post but i will try to post the error

                1 Reply Last reply
                0
                • jsulmJ jsulm

                  @ManiRon Debug or release build?
                  What kind of crash is it (SIGSEGV, ...)?
                  Can you post the code?

                  ManiRonM Offline
                  ManiRonM Offline
                  ManiRon
                  wrote on last edited by
                  #8

                  @jsulm Untitled.jpg

                  jsulmJ 1 Reply Last reply
                  0
                  • ManiRonM ManiRon

                    @jsulm Untitled.jpg

                    jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @ManiRon Without code I can't help.
                    You still did not tell whether you're trying with debug or release build. With debug build you should see more in the stack trace.

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    ManiRonM 3 Replies Last reply
                    0
                    • jsulmJ jsulm

                      @ManiRon Without code I can't help.
                      You still did not tell whether you're trying with debug or release build. With debug build you should see more in the stack trace.

                      ManiRonM Offline
                      ManiRonM Offline
                      ManiRon
                      wrote on last edited by
                      #10

                      @jsulm I am running in debug mode and the stack is Untitled1.jpg

                      1 Reply Last reply
                      0
                      • jsulmJ jsulm

                        @ManiRon Without code I can't help.
                        You still did not tell whether you're trying with debug or release build. With debug build you should see more in the stack trace.

                        ManiRonM Offline
                        ManiRonM Offline
                        ManiRon
                        wrote on last edited by
                        #11

                        @jsulm code wise i didsnt see any problem cause the issue starts after the completion of the function

                        1 Reply Last reply
                        0
                        • jsulmJ jsulm

                          @ManiRon Without code I can't help.
                          You still did not tell whether you're trying with debug or release build. With debug build you should see more in the stack trace.

                          ManiRonM Offline
                          ManiRonM Offline
                          ManiRon
                          wrote on last edited by
                          #12

                          @jsulm I have attached my stack trace and i donno whats the problem

                          jsulmJ 1 Reply Last reply
                          0
                          • ManiRonM ManiRon

                            @jsulm I have attached my stack trace and i donno whats the problem

                            jsulmJ Offline
                            jsulmJ Offline
                            jsulm
                            Lifetime Qt Champion
                            wrote on last edited by
                            #13

                            @ManiRon With that stack trace nobody will be able to say what the problem is...

                            https://forum.qt.io/topic/113070/qt-code-of-conduct

                            ManiRonM 2 Replies Last reply
                            0
                            • jsulmJ jsulm

                              @ManiRon With that stack trace nobody will be able to say what the problem is...

                              ManiRonM Offline
                              ManiRonM Offline
                              ManiRon
                              wrote on last edited by
                              #14

                              @jsulm exactly but thats what its showing to me

                              1 Reply Last reply
                              0
                              • jsulmJ jsulm

                                @ManiRon With that stack trace nobody will be able to say what the problem is...

                                ManiRonM Offline
                                ManiRonM Offline
                                ManiRon
                                wrote on last edited by
                                #15

                                @jsulm and donno what to do

                                jsulmJ 1 Reply Last reply
                                0
                                • ManiRonM ManiRon

                                  @jsulm and donno what to do

                                  jsulmJ Offline
                                  jsulmJ Offline
                                  jsulm
                                  Lifetime Qt Champion
                                  wrote on last edited by
                                  #16

                                  @ManiRon Build in debug mode and run through debugger. Without code I can't help...

                                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                                  ManiRonM 1 Reply Last reply
                                  0
                                  • jsulmJ jsulm

                                    @ManiRon Build in debug mode and run through debugger. Without code I can't help...

                                    ManiRonM Offline
                                    ManiRonM Offline
                                    ManiRon
                                    wrote on last edited by
                                    #17

                                    @jsulm i builded it in debug mode only

                                    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