chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] segfault is not enough


From: Felix Winkelmann
Subject: Re: [Chicken-users] segfault is not enough
Date: Tue, 15 Apr 2003 14:12:49 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530

Joerg F. Wittenberger wrote:
Hi all,

I just compiled a program with these flags

CSCFLAGS=-case-sensitive -keyword-style suffix -extend extend.scm -optimize-level 2 -debug-level 0
and wondered why it segfaulted.  I forgot to implement a certain
function.  :-/

I feel that a segfault is not exactly what a Scheme system should do,
at least not when not compiled unsafe.


If you forget to define a function and didn't get an error message,
then there is a bug in the compiler or runtime-system. Normally
unbound variables *always* signal an error.

Would you care to send me the exact code that caused the problem?


cheers,
felix






reply via email to

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