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: Emacs on Windows crashes when hitting many keys Date: Tue, 21 Dec 2010 22:41:45 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1292967766 10915 80.91.229.12 (21 Dec 2010 21:42:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Dec 2010 21:42:46 +0000 (UTC) Cc: Emacs-Devel devel To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 21 22:42:42 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 1PV9yk-0007bX-7I for ged-emacs-devel@m.gmane.org; Tue, 21 Dec 2010 22:42:42 +0100 Original-Received: from localhost ([127.0.0.1]:45395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PV9yj-0004e9-B1 for ged-emacs-devel@m.gmane.org; Tue, 21 Dec 2010 16:42:41 -0500 Original-Received: from [140.186.70.92] (port=44240 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PV9yS-0004ND-Eo for emacs-devel@gnu.org; Tue, 21 Dec 2010 16:42:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PV9yB-0002CW-8w for emacs-devel@gnu.org; Tue, 21 Dec 2010 16:42:24 -0500 Original-Received: from mail-ew0-f43.google.com ([209.85.215.43]:35262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PV9yB-0002CF-0x for emacs-devel@gnu.org; Tue, 21 Dec 2010 16:42:07 -0500 Original-Received: by ewy22 with SMTP id 22so2896882ewy.30 for ; Tue, 21 Dec 2010 13:42:06 -0800 (PST) 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; bh=LUhLYkzmEQ/+E5ICRdMptf2uODy++i0ts6vcDex6F8k=; b=ebWakMg7boQuZPzt9l2XwB++D9K1yQXSmDxLaRagghDOjqX26OxPBr9bz9Q0G7hqVg YjEL6GYSvNruwk1WtbXMr29wfl1OE/y0NVm+2pZeK8CHETzrJZtJYhQjV85ct3OakkZx XDZ4FRwAkDL8Yo99vi3QksNuODKZohpYKo9ns= 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; b=u0WcOoVsdxt/I9gSGNgdl5B9iaoG4pwaAjh/rtm/uCOyvUOu89eS3aXXcjYNe9bhms zgkSqFCCHJ1hRULox3YXJAWmRTP7alQyKrVMgofLyN9NwavmRpYXUGGK/Jshg6O3D1eJ uK8OuB/qy7qmyp3Sws+o6BlElWZFXRz6CHF/Y= Original-Received: by 10.213.9.66 with SMTP id k2mr5106553ebk.84.1292967726121; Tue, 21 Dec 2010 13:42:06 -0800 (PST) Original-Received: by 10.213.20.148 with HTTP; Tue, 21 Dec 2010 13:41:45 -0800 (PST) In-Reply-To: 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:133873 Archived-At: On Tue, Dec 21, 2010 at 9:48 PM, Deniz Dogan wrote: > I like to frequent an IRC channel which is pretty crazy. Flooding is > common and instead of writing "lol" we like to bash the keys on our > keyboards and sending the results, along the lines of > "ALRDCOEINOEHTINOEHTNIHOENTIHOENTETHIONE". > > Weird as that may sound, sometimes when I do this I accidentally hit > Ctrl instead of Shift, resulting in all kinds of crazy key > combinations. This often simply hangs Emacs. Its CPU usage is at 0 > percent and memory usage is negligible. > > How can I debug this? Are you using the standard Emacs for w32? Or are you perhaps using my patched Emacs+EmacsW32? I am asking because I had done some changes in this area. I experienced quite a lot of hangs before I did this, but I am not at all sure my changes are the correct once. I still get hangs and they looks like race conditions.