From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: 22.0.98 not starting on Solaris 10/I386 Date: Wed, 02 May 2007 13:44:43 -0400 Message-ID: References: <20070502112026.GA3682@kobe.laptop> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1178128109 641 80.91.229.12 (2 May 2007 17:48:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 May 2007 17:48:29 +0000 (UTC) Cc: michael.ewe@arcor.de, emacs-devel@gnu.org To: Giorgos Keramidas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 02 19:48:28 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 1HjIwF-0005p9-Cg for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 19:48:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjJ2f-0006mI-VS for ged-emacs-devel@m.gmane.org; Wed, 02 May 2007 13:55:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjJ1q-0006CX-Rn for emacs-devel@gnu.org; Wed, 02 May 2007 13:54:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjJ1p-00069h-Ms for emacs-devel@gnu.org; Wed, 02 May 2007 13:54:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjJ1p-00069I-EI for emacs-devel@gnu.org; Wed, 02 May 2007 13:54:13 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HjIvO-0005Ia-5j for emacs-devel@gnu.org; Wed, 02 May 2007 13:47:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HjIsd-0004DE-3c; Wed, 02 May 2007 13:44:43 -0400 In-reply-to: <20070502112026.GA3682@kobe.laptop> (message from Giorgos Keramidas on Wed, 2 May 2007 14:20:26 +0300) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:70482 Archived-At: What was the problem with 22.0.98, to see if I can reproduce it with 22.0.99 too? Here's the original report. Do you observe this? From: Michael Ewe To: emacs-pretest-bug@gnu.org Content-Type: text/plain Message-Id: <1177402417.25933.4.camel@finkaraa.ewe.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6.304 Date: Tue, 24 Apr 2007 10:13:37 +0200 Content-Transfer-Encoding: 7bit X-detected-kernel: Linux 2.4-2.6 Subject: 22.0.98 not starting on Solaris 10/I386 X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org Errors-To: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Hi everybody, I am trying to get the 22.0.98 pretest release running on Solaris 10/I386. I configure it like: ./configure --with-gtk --enable-font-backend --with-xft --prefix=/opt/emacs As a result of this the compile is done with gcc from /usr/sfw/bin (GCC)3.4.3 (csl-sol210-3_4-branch+sol_rpath). Building and installing went fine, but when I start the program I receive: Variable binding depth exceeds max-specpdl-size When starting with the -nw option (terminal version) emacs comes up and everything seems to be working. Can I try to debug the thing? And if so how?