[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: segfault in scm_mark_subr_table ()
From: |
Marius Vollmer |
Subject: |
Re: segfault in scm_mark_subr_table () |
Date: |
01 Jun 2003 23:30:22 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
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?
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405
- Re: segfault in scm_mark_subr_table (),
Marius Vollmer <=