From owner-freebsd-ports@FreeBSD.ORG Tue Oct 16 22:08:09 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9156716A420 for ; Tue, 16 Oct 2007 22:08:09 +0000 (UTC) (envelope-from patfbsdp@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [213.186.42.107]) by mx1.freebsd.org (Postfix) with ESMTP id 61CAC13C448 for ; Tue, 16 Oct 2007 22:08:09 +0000 (UTC) (envelope-from patfbsdp@davenulle.org) Received: from roxette.lamaiziere.net (unknown [77.192.6.23]) by smtp.lamaiziere.net (Postfix) with ESMTP id 599301180599 for ; Wed, 17 Oct 2007 00:08:08 +0200 (CEST) Date: Wed, 17 Oct 2007 00:07:58 +0200 From: Patrick Lamaiziere To: freebsd-ports@freebsd.org Message-ID: <20071017000758.3ff8cf1f@roxette.lamaiziere.net> In-Reply-To: <47151EA4.80605@FreeBSD.org> References: <20071014223933.27730098@roxette.lamaiziere.net> <4712B1D4.4000108@FreeBSD.org> <20071016221808.43b7f702@roxette.lamaiziere.net> <47151EA4.80605@FreeBSD.org> Organization: /dave/nulle X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Smarteiffel is marked broken but is not (maybe!) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 22:08:09 -0000 Le Tue, 16 Oct 2007 22:27:16 +0200, Kris Kennaway : > >>> lang/smarteiffel is marked "BROKEN= does not install" on FreeBSD > >>> >= 7 but it builds and installs fine, and runs fine too on > >>> 7.0-PRERELEASE/i386 > >> Check the error log on http://pointyhat.freebsd.org then try to > >> determine why you are not seeing that error on your system. > > > > In the pointyhat report (I found it this morming, but > > can't find it now), the SmartEiffel's installation program crashs > > with "Eiffel program crashs at runtime". > > > > That's all, it can be a compiler problem or a bug into the > > installation program. So I don't know. > > > > Just to test, I've setup a tinderbox on my PC (7.0/i386) and > > SmartEiffel builds fine. > > OK, someone will have to dig deeper then to understand the cause. I compiled the install program with full assertions and it crashs with a run-time stack dump. Looking the code it seems related to the memory management by SmartEiffel (it is not good because there is a garbage collector). So may be it is broken. I will check it with FreeBSD 6.2 and another C compiler and try to get more informations. Regards. stack dump : http://user.lamaiziere.net/patrick/smarteiffel-dump.txt