[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: segfault in scm_mark_subr_table ()
From: |
Stan Pinte |
Subject: |
Re: segfault in scm_mark_subr_table () |
Date: |
Sun, 1 Jun 2003 19:51:08 -0400 |
On 01 Jun 2003 23:30:22 +0200
Marius Vollmer <address@hidden> wrote:
> Stan Pinte <address@hidden> writes:
>
> > anyone having experience with that kind of segfaults?
>
> Hmm, yes, this sounds vaguely familiar.
>
> > segfault:
> > gcc: 3.3
> >
> > not segfault:
> > gcc: 3.2.2
>
> It might be the version of the compiler. Try compiling both Guile as
> well as your code with -O0 (i.e., without optimization). Also, try
> the -fno-strict-aliasing option. Please report back whether that helps.
>
> I think Guile HEAD and Guile 1.6.4 should work with GCC 3.3 now. Is
> that right? Rob?
indeed, compiling Guile-1.6.4, guile-gtk-1.2-0.31, ... with gcc 3.3 works
perfectly...as well as running...the problem occurs only with gnome-guile.
Stan.
>
> --
> GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405
>
>
> _______________________________________________
> Guile-user mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/guile-user
>