From owner-freebsd-emulation@FreeBSD.ORG Thu Feb 25 21:54:13 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D11EB1065670 for ; Thu, 25 Feb 2010 21:54:13 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 704398FC1F for ; Thu, 25 Feb 2010 21:54:13 +0000 (UTC) Received: by wyb40 with SMTP id 40so2330452wyb.13 for ; Thu, 25 Feb 2010 13:54:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=i2NgzqHYiiyfAsB8NBuA4o64DVWpcOhN3XxBO6nAdzM=; b=t1L9QSuMTkEHb8obKiUMoruM2eGAsrxhX6kucFKSZ60rC26f2CXUxGWyU6hs45mdDf /oqVExaLHuj6J3Nt70kQAYFDbDmfPIsgZGMjcolNfEAUTruFPMhXwCLi2tWvZ4aHVN4x xJQUPtM1Wqs9Q2TeG9rcPwfd0pt8iInhRKHBs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vd6jj/S1XtVnuCWqktSVft67r8yknkv/qnO8KIUWqf/OAoa/AfkfDWKYketlluBpWl hxjzMdtuXB+yG+t6IsTZGUOyd8+yHSjbJLi9eELJubBoa9bMM3yyd/0qdce/nsCJpo+K XhBDqiPNYte+7Y5IP/IZB4lpo0ZXFfQ7N+2OE= MIME-Version: 1.0 Received: by 10.216.93.70 with SMTP id k48mr239201wef.134.1267134843125; Thu, 25 Feb 2010 13:54:03 -0800 (PST) Date: Thu, 25 Feb 2010 22:54:02 +0100 Message-ID: <1bd550a01002251354v7ea3ede9r458c027b038280fc@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: linprocfs proc/pid/mem Bad address X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2010 21:54:13 -0000 Why /compat/linux/proc//mem always reports "Bad address" ? I'm using 8.0-RELEASE-p2 Thanks in advance.