From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?q?Germ=E1n_Arias?= Newsgroups: gmane.emacs.devel Subject: Crash on GNUstep Date: Thu, 01 Dec 2011 16:09:01 -0600 Message-ID: <744f0ef8ec4dea9c726bca00fa137c73@german-desktop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Generated by Pantomime 1.2.0) Content-Type: text/plain; charset="us-ascii"; format="flowed" X-Trace: dough.gmane.org 1322777353 23936 80.91.229.12 (1 Dec 2011 22:09:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Dec 2011 22:09:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 01 23:09:09 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RWEoW-00077c-Ro for ged-emacs-devel@m.gmane.org; Thu, 01 Dec 2011 23:09:09 +0100 Original-Received: from localhost ([::1]:52222 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWEoW-0002kK-8H for ged-emacs-devel@m.gmane.org; Thu, 01 Dec 2011 17:09:08 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWEoT-0002kE-0M for emacs-devel@gnu.org; Thu, 01 Dec 2011 17:09:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWEoS-0001JC-00 for emacs-devel@gnu.org; Thu, 01 Dec 2011 17:09:04 -0500 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:33012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWEoR-0001J5-Tq for emacs-devel@gnu.org; Thu, 01 Dec 2011 17:09:03 -0500 Original-Received: by ywm14 with SMTP id 14so2840844ywm.0 for ; Thu, 01 Dec 2011 14:09:02 -0800 (PST) Original-Received: by 10.100.5.9 with SMTP id 9mr2291204ane.79.1322777342723; Thu, 01 Dec 2011 14:09:02 -0800 (PST) Original-Received: from localhost.localdomain ([190.56.71.170]) by mx.google.com with ESMTPS id 32sm5683130anu.10.2011.12.01.14.09.01 (version=SSLv3 cipher=OTHER); Thu, 01 Dec 2011 14:09:01 -0800 (PST) User-Agent: GNUMail (Version 1.2.0) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146409 Archived-At: Emacs.app (rev 106570) crash with: (gdb) backtrace #0 objc_msg_lookup (receiver=0x1200016, op=0x84836b0) at /home/german/Instalados/GCC/gcc-4.6.0/libobjc/sendmsg.c:397 #1 0x08266900 in ns_retain_object (obj=0x1200016) at nsterm.m:466 #2 0x08256b62 in XGetImage (display=0x89b4c88, pixmap=0x1200016, x=0, y=0, width=64, height=64, plane_mask=4294967295, format=2) at image.c:160 #3 0xb508c2ea in ?? () from /usr/lib/libcairo.so.2 #4 0x089b4c88 in ?? () #5 0x01200016 in ?? () #6 0x00000000 in ?? () I would like know if this problem is present on Mac or not. If not, should be a problem with latest changes in gnustep. Thanks.