delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <20010515220950.30044.qmail@web10501.mail.yahoo.com> |
Date: | Tue, 15 May 2001 15:09:50 -0700 (PDT) |
From: | Travis Smith <tazium AT yahoo DOT com> |
Subject: | RE: Status Access Violation |
To: | cygwin AT cygwin DOT com |
MIME-Version: | 1.0 |
<snip> How can you tell by that stack trace that the exception was in Patrick's code? Is it because the last 3 function addresses begin with 6100xxxx? If so, how does that address correlate to user functions? </snip> if you do a `size -A --radix=16 <filename>` on a program you compiled, you'll notice that the memory locations for your program are quite a lot higher than those of the libraries. I've noticed on my system, that most program, no matter the size, start somewhere around 0x4000000. This is noting that you ignore the first section (.text). ~Travis Smith System Admin tazium at yahoo dot com __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |