From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: assertion failed: c == event->code Date: Fri, 14 Dec 2007 11:11:42 +0100 Message-ID: References: <47613EC3.7020004@gnu.org> <47615FD1.5080009@gnu.org> <47624BBF.4000602@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1197627304 28890 80.91.229.12 (14 Dec 2007 10:15:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Dec 2007 10:15:04 +0000 (UTC) Cc: Stefan Monnier , Emacs-Devel To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 14 11:15:15 2007 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 1J37ZX-0002ZE-V4 for ged-emacs-devel@m.gmane.org; Fri, 14 Dec 2007 11:15:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J37ZF-0008B9-CP for ged-emacs-devel@m.gmane.org; Fri, 14 Dec 2007 05:14:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J37WJ-00055j-Oe for emacs-devel@gnu.org; Fri, 14 Dec 2007 05:11:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J37WE-0004ze-4N for emacs-devel@gnu.org; Fri, 14 Dec 2007 05:11:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J37WD-0004zP-Q5 for emacs-devel@gnu.org; Fri, 14 Dec 2007 05:11:45 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J37WD-0001by-1N for emacs-devel@gnu.org; Fri, 14 Dec 2007 05:11:45 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so1681760wah.10 for ; Fri, 14 Dec 2007 02:11:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=m4G/MlNvZv/tkE7G5cIAQHoAFDG6Wk1ktGBkbNYQYoc=; b=Lp66pga9g0CJWT8o2r5yYwSWSA6z51aJCt84LedsjOSRex/pe8nkSaEHHbtG7qs007oqwl+w+EVYg64Xo0+2okjmMPcJmFdpf795QSd9ch8IVfXCgwMl3ge/QqVk1S3Wjd1O2XhcIK2jpP6f0ei4IzZCBXGBnaecYiEZQEAiQnc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=avMm5qcYvDbr47LwgzvxtKG8grWZny/sVPLx0wLrzUMkC72hSNoG1Jnt0IZMWrhWfHb5Kb9iWmNkXAkFy4qAOCuAsZpn1t9gmm+rn+xw+1QOYwPfcEGQtXCtqnfIpsPtYxsBXa+tGB/gEp+CCS7w5bpH0R9kTbmtr5JUI+Ce9Oc= Original-Received: by 10.114.177.1 with SMTP id z1mr2174763wae.7.1197627103723; Fri, 14 Dec 2007 02:11:43 -0800 (PST) Original-Received: by 10.114.170.5 with HTTP; Fri, 14 Dec 2007 02:11:42 -0800 (PST) In-Reply-To: <47624BBF.4000602@gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:85148 Archived-At: On Dec 14, 2007 10:24 AM, Jason Rumney wrote: > From there, you can go further up the stack and print other related variables to see where event->code became greater than 0xff. OK, I'll try to debug it over the weekend. Juanma