site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=UwpIJR7hDajQqEmIikUlyvyjXIjxONpVS+R3l753bFE=; b=tARUk7XxPOrjO7eXmCRFNJi6WPmvCWuSrVCI8af7vKP/q+9rf/sLpJBmriS0CQ3h34 zTVGWrgm5pTaz4tcJFhX58G/JXB2o/x454XcT5QR+t8lV4FP0f+jEE9LcukEefL0nU0V 7KCPreD2q71XBTzcESvNaJwyhjmX7kbyfE9+I= On Fri, Sep 9, 2011 at 4:55 PM, Evan Schoffstall <evan.schoffstall@gmail.com> wrote:
Darwin brothers, I'm having some issues with virtual memory, I thought you guys could help. Here are some givens
enslavementTask is an extern which is already defined. the value worldState is at address 0x01
Two issues: - currentBlockSize is 0, so you are trying to read 0 bytes. You probably meant "sizeof(worldState)" rather than "worldState". - You probably have the wrong address: it is very unlikely that a process is storing anything at address 1. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com