This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: guile-gnome


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 <sgtk_gnome_datadir_file>)
    at gsubr.c:86
#6  0x40053ca1 in scm_c_define_gsubr (name=0x408ac3f2 "gnome-datadir-file", req=1, opt=0, rst=0, fcn=0x4089acf0 <sgtk_gnome_datadir_file>)
    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 <ariel@gnu.org> wrote:

> On Tue, 2003-05-13 at 07:06, Marius Vollmer wrote:
> > Stan Pinte <stan@altosw.be> 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 <ariel@gnu.org>
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]