From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: tantalum Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile 1.8.5 compile segfault Date: Tue, 23 Sep 2008 20:35:33 +0200 Message-ID: <48D936F5.2070409@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222194957 27925 80.91.229.12 (23 Sep 2008 18:35:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Sep 2008 18:35:57 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Sep 23 20:36:54 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KiCkg-0003Dr-S0 for guile-bugs@m.gmane.org; Tue, 23 Sep 2008 20:36:47 +0200 Original-Received: from localhost ([127.0.0.1]:47905 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiCjf-0006OW-0h for guile-bugs@m.gmane.org; Tue, 23 Sep 2008 14:35:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiCja-0006O9-Ks for bug-guile@gnu.org; Tue, 23 Sep 2008 14:35:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiCja-0006Nx-78 for bug-guile@gnu.org; Tue, 23 Sep 2008 14:35:38 -0400 Original-Received: from [199.232.76.173] (port=46702 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiCja-0006Nu-2R for bug-guile@gnu.org; Tue, 23 Sep 2008 14:35:38 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:59579) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KiCjZ-0001DE-JA for bug-guile@gnu.org; Tue, 23 Sep 2008 14:35:38 -0400 Original-Received: (qmail invoked by alias); 23 Sep 2008 18:35:35 -0000 Original-Received: from p57A693C9.dip0.t-ipconnect.de (EHLO [192.168.0.55]) [87.166.147.201] by mail.gmx.net (mp060) with SMTP; 23 Sep 2008 20:35:35 +0200 X-Authenticated: #12123172 X-Provags-ID: V01U2FsdGVkX1+QS1lUgmiQA/TsMmOR1aKl527IQChiWpiNomtZI4 oyzaFSwufZANbz User-Agent: Thunderbird 2.0.0.16 (X11/20080726) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4022 Archived-At: x86_64 is the same as amd64, just a vendor neutral name. (http://en.wikipedia.org/wiki/X86-64) i use gcc 4.3.2-1 2008/9/22 Neil Jerram : > Once you're in GDB, type bt to get the stack, and if you can a few > prints to identify the immediate cause of the fault im not sure what you mean by prints. the frame command in gdb? i managed to get a core dump file. heres a backtrace and some "frame x" calling: http://pastebin.com/m3c55053b > could you work around this by using Guile on a less troublesome platform? that is a good idea. i will try to get a setup on another machine i can ssh to. to compile guile 1.8.5 (release or snapshot-0923) on this i386 other machine, i need to apply this patch, found via google: http://pastebin.com/m6226ece1 otherwise it stops leaving its long message, end of which is: http://pastebin.com/m102992ca it looks like this error happens at a very similar position as the segfault error. im not too sure if the patch does a good thing, as i ran into strange problems with guile-gnome.