Do you recognise this Instruction?

Discussion in 'Programming' started by mdaiah, Mar 23, 2006.

  1. #1
    Sorry if I'm in the wrong section as this is a technical operating matter but I can't see where else to place it (Moderators does forum need another category?)

    Do you recognise this message?
    _______________________________________________________

    Instruction at "0 x 013b1e58" referencing memory at "0 x 013b1e58".
    The memory could no be "read".
    Click OK to terminate the program.
    __________________________________________________________

    What does it indicate?
    If it's a problem how is it fixed?

    Appreciate your imput.
     
    mdaiah, Mar 23, 2006 IP
  2. coderdan

    coderdan Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The software has a bug. You have to contact the author to fix it.
     
    coderdan, Mar 23, 2006 IP
  3. kurtsfar

    kurtsfar Guest

    Messages:
    37
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Sorry, I don't know much about your computur memorie's specific memorycells :)

    However, you could give us something to go on, such us:

    what kind of application is failing?
    what language are you coding in?
    when does the application fail?

    And maybe some code to look at...
     
    kurtsfar, Mar 24, 2006 IP
  4. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It indicates that your program is trying to read memory that it doesn't have permission to.
    To fix it, find where your program is doing this, and don't do it any more.

    If you want any more specific help, tell us more specifics Programming language, compiler, what you're doing in the program.
     
    exam, Mar 24, 2006 IP
  5. mdaiah

    mdaiah Guest

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Pretty ordinary set up - Windows XP
    Message tends to crop up when I'm on IE browsing.
    I don't 'write' any code (other than html on Dreamweaver and Frontpage)
     
    mdaiah, Mar 24, 2006 IP
  6. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #6
    IE is giving you this error? Make sure you're up-to-date with your XP service packs and patches as well as IE updates. If that doesn't fix it, complain to Bill.
     
    exam, Mar 24, 2006 IP
  7. meikeric

    meikeric Peon

    Messages:
    58
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Could have a bum memory stick. Download Memtest86++, and test your memory. I had some memory that was randomly giving me errors similar to this. Let this run about 10 times through the memory. That should tell you if your memory is bad. If it is, obviously replace.
    Mike
     
    meikeric, Mar 24, 2006 IP
  8. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #8
    Is something regarding:

    1. Hardware. Your RAM stick is bad.
    2. Software. The program try to read a protected area or a unitialised area of memory

    If the program is crasing only from time to time that means is a possible Hardware problem. Look at meikeric message and download memtest
    Regards
     
    sacx13, Mar 30, 2006 IP