From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Christensen Newsgroups: gmane.emacs.devel Subject: Re: NeXTstep (GNUstep/Cocoa) port and merging Date: Sun, 08 Jun 2008 14:18:09 +0200 Message-ID: <87tzg4xgqm.fsf@debian.erik.com> References: <87d4mt8mgr.fsf@debian.erik.com> <19e566510806072108p6eaa5dcdibb36e23d7bf86224@mail.gmail.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: ger.gmane.org 1212929709 14187 80.91.229.12 (8 Jun 2008 12:55:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Jun 2008 12:55:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C4=B0smail_D=C3=B6nmez?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 08 14:55:51 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 1K5KQa-0001Up-2U for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 14:55:20 +0200 Original-Received: from localhost ([127.0.0.1]:46999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5KPn-0006mr-3S for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 08:54:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5KPh-0006mJ-9Q for emacs-devel@gnu.org; Sun, 08 Jun 2008 08:54:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5KPe-0006lO-AU for emacs-devel@gnu.org; Sun, 08 Jun 2008 08:54:24 -0400 Original-Received: from [199.232.76.173] (port=59213 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5KPe-0006lL-4t for emacs-devel@gnu.org; Sun, 08 Jun 2008 08:54:22 -0400 Original-Received: from [91.189.201.79] (port=59053 helo=smtp.thomaschristensen.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5KPd-0004sc-NQ for emacs-devel@gnu.org; Sun, 08 Jun 2008 08:54:21 -0400 Original-Received: from debian.erik.com (satellite.thomaschristensen.org [80.72.152.144]) by smtp.thomaschristensen.org (Postfix) with ESMTP id 028FF17240B2; Sun, 8 Jun 2008 14:18:04 +0200 (CEST) In-Reply-To: <19e566510806072108p6eaa5dcdibb36e23d7bf86224@mail.gmail.com> (=?utf-8?Q?=22=C4=B0smail_D=C3=B6nmez=22's?= message of "Sun, 8 Jun 2008 07:08:38 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Greylist: delayed 2203 seconds by postgrey-1.27 at monty-python; Sun, 08 Jun 2008 08:54:13 EDT 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:98691 Archived-At: "=C4=B0smail D=C3=B6nmez" writes: >> bootstrap-emacs: /scratch/packages/gcc/4.3/gcc-4.3-4.3.0/src/libobjc/se= ndmsg.c:321: __objc_init_install_dtable: Assertion `(((Class)receiver)&&(((= ((Class)receiver)->info)&0x1L)=3D=3D0x1L))' failed. > > Thats a gcc bug please report it to Debian and/or GCC bugzilla. Before I do, I tried to compile with gcc-4.2 as well. Same libobjc2 though. I get: 2008-06-08 14:08:47.633 bootstrap-emacs[9767] autorelease called without po= ol for object (99ab1c8) of class NSMethodSignature in thread 2008-06-08 14:08:47.660 bootstrap-emacs[9767] autorelease called without po= ol for object (9a007c8) of class GSAutoreleasedMemory in thread 2008-06-08 14:08:47.660 bootstrap-emacs[9767] autorelease called without po= ol for object (99aba08) of class NSMethodSignature in thread 2008-06-08 14:08:47.660 bootstrap-emacs[9767] autorelease called without po= ol for object (99e5580) of class GSFFIInvocation in thread 2008-06-08 14:08:47.661 bootstrap-emacs[9767] autorelease called without po= ol for object (99db268) of class GSCInlineString in thread 2008-06-08 14:08:47.661 bootstrap-emacs[9767] autorelease called without po= ol for object (99effb8) of class NSException in thread 2008-06-08 14:08:47.661 bootstrap-emacs[9767] autorelease called without po= ol for object (99eff68) of class GSMutableArray in thread ../src/bootstrap-emacs: Uncaught exception NSInvalidArgumentException, reas= on: NSAutoreleasePool(class) does not recognize (null) So the assertion of 4.3 may be a bug; but something else is afoot too I think. If you still think it will be good to notify Debian or GCC I will. Thomas