From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Crash in menus on w32 Date: Sun, 5 Sep 2010 20:21:46 +0200 Message-ID: References: <87k4n0ys8i.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1283711446 15835 80.91.229.12 (5 Sep 2010 18:30:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Sep 2010 18:30:46 +0000 (UTC) Cc: Emacs-Devel devel To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 05 20:30:45 2010 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.69) (envelope-from ) id 1OsJzH-00057x-0A for ged-emacs-devel@m.gmane.org; Sun, 05 Sep 2010 20:30:43 +0200 Original-Received: from localhost ([127.0.0.1]:36715 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsJrL-0003X5-Pd for ged-emacs-devel@m.gmane.org; Sun, 05 Sep 2010 14:22:31 -0400 Original-Received: from [140.186.70.92] (port=45042 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsJqy-0003L3-Dz for emacs-devel@gnu.org; Sun, 05 Sep 2010 14:22:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsJqx-00013z-1B for emacs-devel@gnu.org; Sun, 05 Sep 2010 14:22:08 -0400 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:61845) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsJqw-00013s-V8 for emacs-devel@gnu.org; Sun, 05 Sep 2010 14:22:07 -0400 Original-Received: by qyk12 with SMTP id 12so1873915qyk.0 for ; Sun, 05 Sep 2010 11:22:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=iEF1ARuEq2XSBkLxHMhnMlZ+yH83NI0Q128APyK2AWE=; b=O/fAbAUpr7VbEmFW5IcOIulvYUOrPTFjLpoH2niW4fYcv91wQ69GvqP+wMWFYvzN7e jqrxkZGkupkokDJWWPUzxhl+tL/GOMG1sYNT9mmcc9hVH92eTZTVKy3AIPFXsectDi1A /iDg52z/bFEUCEI71yxFemwp3/nM6zTZy9THI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=qK6yM+TY1rJjPuQbD/cgxhJouubZ2U7tB/UaOxCb+XAdBmRlqcYCT6J8v9YpGvhYwY sJoN6PCSbJ7cbgnTGIWHUeG0ZS8m41SGTxuHXDQCdGIASEMrAxPu59i1kaBb7LcpP8es hzTEis0q1BpJQ3IvkIH5oQssAnNRjveQbQ8TE= Original-Received: by 10.229.51.197 with SMTP id e5mr2121211qcg.234.1283710926257; Sun, 05 Sep 2010 11:22:06 -0700 (PDT) Original-Received: by 10.229.216.74 with HTTP; Sun, 5 Sep 2010 11:21:46 -0700 (PDT) In-Reply-To: <87k4n0ys8i.fsf@stupidchicken.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:129694 Archived-At: On Sun, Sep 5, 2010 at 8:12 PM, Chong Yidong wrote: > Lennart Borgman writes: > >> Just got this (in my patched Emacs): > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^^^^^^^^^^^^^^^^^= ^^ >> >> warning: HEAP[emacs.exe]: >> warning: Invalid Address specified to RtlFreeHeap( 00850000, 00894EA8 ) > > Assuming you can reproduce the problem with a copy taken from the Emacs > repository, submit a proper bug report. =C2=A0Thanks. I do not think this kind of crash is easily reproducible. So there is no big chance that we can know if it affects an unpatched Emcas too. And catching it is tricky. Any suggestion would be welcome.