From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23573 invoked by alias); 24 May 2003 00:46:19 -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 23497 invoked from network); 24 May 2003 00:46:16 -0000 Received: from unknown (216.254.0.216) by sources.redhat.com with QMTP; 24 May 2003 00:46:16 -0000 Received: (qmail 15397 invoked from network); 24 May 2003 00:46:15 -0000 Received: from unknown (HELO pablo.altosw.be) ([66.93.48.245]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 May 2003 00:46:15 -0000 Date: Sat, 24 May 2003 00:46:00 -0000 From: Stan Pinte To: guile-gtk Subject: Fw: guile-gnome in Savannah: Segfault when in gnome-glue.c Message-Id: <20030523104615.3b2393bf.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/msg00102.txt.bz2 hello, anyone having experience with that kind of segfaults? It is easy to reproduce using http://savannah.nongnu.org/cgi-bin/viewcvs/guile-gtk/gnome-guile-0.1/ CVS. some detail: The segmentation fault does not happen on an older version of linux: segfault: gcc: 3.3 glibc: glibc-2.3.2-6 not segfault: gcc: 3.2.2 glibc-2.2.5-164 Begin forwarded message: Date: Fri, 23 May 2003 06:59:24 -0400 From: Stan Pinte To: guile-gtk Subject: guile-gnome in Savannah 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. -- --