From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15915 invoked by alias); 23 May 2003 20:59:28 -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 15859 invoked from network); 23 May 2003 20:59:26 -0000 Received: from unknown (216.254.0.211) by sources.redhat.com with QMTP; 23 May 2003 20:59:26 -0000 Received: (qmail 5583 invoked from network); 23 May 2003 20:59:25 -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 ; 23 May 2003 20:59:25 -0000 Date: Fri, 23 May 2003 20:59:00 -0000 From: Stan Pinte To: guile-gtk Subject: guile-gnome in Savannah Message-Id: <20030523065924.3e20cc91.stan@altosw.be> Organization: Alto Software Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00090.txt.bz2 hello, after a bit of work, the module gnome-guile-0.1 (in Savannah guile-gtk CVS) compiles, with an already installed guile-gtk and guile. However, It segfaults when trying to execute /gnome-guile-0.1/guile-gnome/examples/canvas-test.scm here is subset of the backtrace: #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 any ideas? thanks a lot, Stan. --