Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Jump to hex address
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Brian  
View profile  
 More options Nov 16 2012, 5:37 pm
Newsgroups: comp.lang.pascal.delphi.misc
From: Brian <br...@brie.com>
Date: Fri, 16 Nov 2012 14:37:49 -0800 (PST)
Local: Fri, Nov 16 2012 5:37 pm
Subject: Jump to hex address
So, I have a user that gets an error. I don't have access to the same
conditions for which the user ran the program.

Access violation at address 00503D57 in module "SuchandSuch.exe". Read
of address 0x00000004

Can I jump to this location in the source code in the debugger?
0x00503D57

brian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Fast  
View profile  
 More options Nov 17 2012, 5:40 am
Newsgroups: comp.lang.pascal.delphi.misc
From: Peter Fast <peter-...@newsgroups.only>
Date: Sat, 17 Nov 2012 12:41:38 +0200
Local: Sat, Nov 17 2012 5:41 am
Subject: Re: Jump to hex address

Brian wrote:

> Access violation at address 00503D57 in module "SuchandSuch.exe". Read
> of address 0x00000004

> Can I jump to this location in the source code in the debugger?
> 0x00503D57

That "SuchandSuch.exe" probably is the name of your own application?

If the address lies within your own code, or within your components
there you also have source code, then you can use Search -> Find error
and you can easily jump to that address in your source code.

If the address lies within Windows DLL files, you are out of luck.

Most often when I face errors that are ourside my scope are in some way
related to Windows Printer Driver problems. The error may even pop up
sometime after using some erroneous or non-compatible Printer driver.

The second most common error lies within my own code. That error address
does not reveal the exact place what causes the error. But debugging
line by line, I can trace the problematic line that makes Windows DLL
error to appear, and I can fix it or go around it.

Occasional errors, errors that appear only about once a week or two and
only at the customer's site, they are the most difficult to locate.
-PF


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »