From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18852 invoked by alias); 28 Nov 2002 08:18:13 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 18841 invoked from network); 28 Nov 2002 08:18:12 -0000 Received: from unknown (HELO ev6.be.wanadoo.com) (195.74.212.41) by sources.redhat.com with SMTP; 28 Nov 2002 08:18:12 -0000 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 Date: Thu, 28 Nov 2002 00:18:00 -0000 From: Stan Pinte To: Marius Vollmer Cc: guile-gtk@sources.redhat.com, guile-user@gnu.org Subject: general debugging question Message-Id: <20021128093703.1fe573c2.alto_stan@wanadoo.be> In-Reply-To: <87d6oxfi6t.fsf@zagadka.ping.de> References: <5.1.1.6.0.20021121085949.03260e08@pop.wanadoo.be> <87d6oxfi6t.fsf@zagadka.ping.de> Reply-To: alto_stan@wanadoo.be Organization: Alto Software Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-DCC-wanadoo-be-Metrics: ev6 1023; Body=3 Fuz1=3 Fuz2=3 X-SW-Source: 2002-q4/txt/msg00015.txt.bz2 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.