From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11973 invoked by alias); 27 May 2003 05:27:15 -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 11853 invoked from network); 27 May 2003 05:27:11 -0000 Received: from unknown (216.254.0.211) by sources.redhat.com with QMTP; 27 May 2003 05:27:11 -0000 Received: (qmail 1715 invoked from network); 27 May 2003 05:27:10 -0000 Received: from unknown (HELO pablo.altosw.be) ([66.93.48.245]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 May 2003 05:27:10 -0000 Date: Tue, 27 May 2003 05:27:00 -0000 From: Stan Pinte To: Ariel Rios Cc: marius.vollmer@uni-dortmund.de, guile-gtk@sources.redhat.com Subject: Re: guile-gnome Message-Id: <20030526152708.69a7091f.stan@altosw.be> In-Reply-To: <1052829924.5863.5.camel@tosca.elektra.com.mx> References: <20030513085915.2049f2f0.stan@altosw.be> <1052829924.5863.5.camel@tosca.elektra.com.mx> Organization: Alto Software Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00118.txt.bz2 hello guys, I have posted the new gnome-guile module addition to the guile-gtk cvs...and now it compiles, but segfault. Do you have any experience solving these kind of problems? here is what I get, when doing (use-modules (gnome guile)) while guile being runned in gdb. #0 0x4006d064 in scm_mark_subr_table () at procs.c:148 #1 0x40048ba0 in scm_igc (what=0x4009e220 "scm_subr_table") at gc.c:1150 #2 0x40049c2c in check_mtrigger (what=0x4009e220 "scm_subr_table") at gc.c:1959 #3 0x40049d52 in scm_must_realloc (where=0x80de448, old_size=6, size=15, what=0x4009e220 "scm_subr_table") at gc.c:2056 #4 0x4006ce20 in scm_c_make_subr (name=0x408ac3f2 "gnome-datadir-file", type=87, fcn=0x8000) at procs.c:81 #5 0x40053b60 in create_gsubr (define=1, name=0x408ac3f2 "gnome-datadir-file", req=1, opt=0, rst=0, fcn=0x4089acf0 ) at gsubr.c:86 #6 0x40053ca1 in scm_c_define_gsubr (name=0x408ac3f2 "gnome-datadir-file", req=1, opt=0, rst=0, fcn=0x4089acf0 ) at gsubr.c:135 #7 0x408a8065 in gnome_init_guile_glue () at gnome-glue.c:5217 #8 0x40035974 in scm_dynamic_call (func=0x6, dobj=0x80805d0) at dynl.c:467 thanks a lot, Some details: gcc: 3.3 glibc: glibc-2.3.2-6 Stan. On 13 May 2003 07:45:24 -0500 Ariel Rios wrote: > On Tue, 2003-05-13 at 07:06, Marius Vollmer wrote: > > Stan Pinte writes: > > > > > Could I check my sources in into Savannah? > > > > Ariel needs to decide this. > Pleas go ahead. We sshould have a working tree again. > > > -- > Ariel Rios >