Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. segmentation fault- gdb output : at 0x00ac315a meaning??

segmentation fault- gdb output : at 0x00ac315a meaning??

Scheduled Pinned Locked Moved C / C++ / MFC
question
4 Posts 2 Posters 0 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.
  • S Offline
    S Offline
    shrims4u
    wrote on last edited by
    #1

    Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1219208304 (LWP 3526)] 0x00ac315a in g_mime_message_get_body () from /usr/lib/libgmime-2.0.so.2 wat does dat mean??? what does the number 0x00ac315a signify..??

    C 1 Reply Last reply
    0
    • S shrims4u

      Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1219208304 (LWP 3526)] 0x00ac315a in g_mime_message_get_body () from /usr/lib/libgmime-2.0.so.2 wat does dat mean??? what does the number 0x00ac315a signify..??

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      It probably means that you are trying to access that address (read or write) but do not have permission to do so. The best way to solve such issues is to use your debugger to track down the problem. This error is so generic that it is impossible to give you more information.

      Cédric Moonen Software developer
      Charting control [v2.0] OpenGL game tutorial in C++

      S 1 Reply Last reply
      0
      • C Cedric Moonen

        It probably means that you are trying to access that address (read or write) but do not have permission to do so. The best way to solve such issues is to use your debugger to track down the problem. This error is so generic that it is impossible to give you more information.

        Cédric Moonen Software developer
        Charting control [v2.0] OpenGL game tutorial in C++

        S Offline
        S Offline
        shrims4u
        wrote on last edited by
        #3

        how do we use a debugger???? u mean gdb ??? for debugging we have to put debugging symbols in the program??? like ifdef DEBUG ???

        C 1 Reply Last reply
        0
        • S shrims4u

          how do we use a debugger???? u mean gdb ??? for debugging we have to put debugging symbols in the program??? like ifdef DEBUG ???

          C Offline
          C Offline
          Cedric Moonen
          wrote on last edited by
          #4

          shrims4u wrote:

          u mean gdb ???

          I guess so, I never developped under linux a lot. The debugger let you set breakpoints in your code, inspect the different variables, inspect the call stack. I think you'll need to search a good tutorial on how to use gdb on the web. Without using your debugger you won't be able to good very far. It's not only for your current problem but also for the future. Learn to use your debugger properly and you'll see that it will save you a lot of hassles.

          Cédric Moonen Software developer
          Charting control [v2.0] OpenGL game tutorial in C++

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups