chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] Segfault with chicken 4.8.0 RC3


From: Thomas Hintz
Subject: Re: [Chicken-hackers] Segfault with chicken 4.8.0 RC3
Date: Mon, 10 Sep 2012 10:08:15 -0700

I've tried these three:

(compile -S -d1 mda-server.scm)
(compile -S -d2 mda-server.scm)
(compile -d2 mda-server.scm)

On Mon, Sep 10, 2012 at 9:55 AM, Peter Bex <address@hidden> wrote:
On Mon, Sep 10, 2012 at 09:53:09AM -0700, Thomas Hintz wrote:
> It seems to be working fine in interpreted mode. Is there maybe in issue
> with how I compile it?

Are you compiling with specializations (implied by -O3 or higher)?
If so, try lowering the optimization level.  If that helps, there
could be a bug in the types database.

Cheers,
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth

_______________________________________________
Chicken-hackers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-hackers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]