From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Gnu Emacs and Vista ASLR feature Date: Fri, 30 May 2008 02:48:26 +0900 Message-ID: <873ao1knmd.fsf@uwakimon.sk.tsukuba.ac.jp> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212082911 27265 80.91.229.12 (29 May 2008 17:41:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 May 2008 17:41:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Fabrice Popineau" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 29 19:42:32 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K1m8z-0006Aq-OH for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 19:42:30 +0200 Original-Received: from localhost ([127.0.0.1]:59795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1m8E-0005wf-6y for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 13:41:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1m39-0003hO-Ft for emacs-devel@gnu.org; Thu, 29 May 2008 13:36:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1m37-0003gX-30 for emacs-devel@gnu.org; Thu, 29 May 2008 13:36:27 -0400 Original-Received: from [199.232.76.173] (port=47856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1m36-0003gR-T2 for emacs-devel@gnu.org; Thu, 29 May 2008 13:36:24 -0400 Original-Received: from mtps01.sk.tsukuba.ac.jp ([130.158.97.223]:35737) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1m36-0005MC-7t for emacs-devel@gnu.org; Thu, 29 May 2008 13:36:24 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps01.sk.tsukuba.ac.jp (Postfix) with ESMTP id A05FE1535A8; Fri, 30 May 2008 02:36:21 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 152FF1A25C3; Fri, 30 May 2008 02:48:27 +0900 (JST) In-Reply-To: X-Mailer: VM ?bug? under XEmacs 21.5.21 (x86_64-unknown-linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97995 Archived-At: Fabrice Popineau writes: > I'd like to raise a problem with Gnu Emacs and Vista. There is this new > Adress Space Layout Randomization feature in Vista. Try XEmacs with the portable dumper enabled (I think that's default for native compilers). If that works, you could dig up the portable dumper patch for Emacs (there is one according to posts to this list), and get that working. ISTR that the equivalent feature in SELinux causes XEmacs w/ pdump to fail anyway, but that may have been fixed (ask Olivier Galibert ). It's worth a try I think.