From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stan Pinte Newsgroups: gmane.lisp.guile.user Subject: general debugging question Date: Thu, 28 Nov 2002 09:37:03 +0100 Organization: Alto Software Sender: guile-user-admin@gnu.org Message-ID: <20021128093703.1fe573c2.alto_stan@wanadoo.be> References: <5.1.1.6.0.20021121085949.03260e08@pop.wanadoo.be> <87d6oxfi6t.fsf@zagadka.ping.de> Reply-To: alto_stan@wanadoo.be NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038471527 8754 80.91.224.249 (28 Nov 2002 08:18:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Nov 2002 08:18:47 +0000 (UTC) Cc: guile-gtk@sources.redhat.com, guile-user@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18HJsi-0002Gr-00 for ; Thu, 28 Nov 2002 09:18:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HJt4-0007tB-00; Thu, 28 Nov 2002 03:19:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18HJsG-0007YA-00 for guile-user@gnu.org; Thu, 28 Nov 2002 03:18:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18HJsE-0007Xz-00 for guile-user@gnu.org; Thu, 28 Nov 2002 03:18:15 -0500 Original-Received: from ev6.be.wanadoo.com ([195.74.212.41]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HJsD-0007Xv-00 for guile-user@gnu.org; Thu, 28 Nov 2002 03:18:14 -0500 Original-Received: from pablo (dial-51-189.wanadoo.be [212.65.51.189]) by ev6.be.wanadoo.com (8.11.1/8.11.1) with SMTP id gAS8I9q24431; Thu, 28 Nov 2002 09:18:09 +0100 Original-To: Marius Vollmer In-Reply-To: <87d6oxfi6t.fsf@zagadka.ping.de> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i686-pc-linux-gnu) X-DCC-wanadoo-be-Metrics: ev6 1023; Body=3 Fuz1=3 Fuz2=3 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1397 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1397 hello, sorry to bother you with something which may have been asked 10e24 times already... I am trying the guile-gtk-1.2 CVS version, which compiles fine, thanks Marius! It is segfaulting somewhere... Is my only solution putting (format #f ...) in all my code, until I spot the place, or is there a guilish solution to that problem? (like printing the stack, or printing each call to a function?) or shall I use gdb? (and if yes, has anyone done that already?) thanks, Stan. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user