Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Sun, 15 Apr 2001 21:49:27 -0400
From: Christopher Faylor <cgf@redhat.com>
To: cygwin@cygwin.com
Subject: Re: Question about gcl on cygwin
Message-ID: <20010415214927.D10309@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <sgfae5hbs07.fsf@beartrap.cs.utexas.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.11i
In-Reply-To: <sgfae5hbs07.fsf@beartrap.cs.utexas.edu>; from suvrit@cs.utexas.edu on Sun, Apr 15, 2001 at 07:36:08PM -0500

On Sun, Apr 15, 2001 at 07:36:08PM -0500, Suvrit Sra wrote:
>Hi,
>
>I recently compiled and ran gcl (gnu common lisp) 2.3.6 on cygwin. The
>interpreter works perfectly fine, but when trying to load and execute
>an object file it hangs.....going into some sort of infinite loop. I
>don't have a clue what to do?
>
>If i try to run the gcl executable under gdb i get the message that
>the process received SIGSEGV in _size_of_stack_reserve()

"size_of_stack_reserve" is what gdb uses when it doesn't know the address
of a function.

Compile the program with -g and make sure it is not stripped and you will
be able to get a more meaningful stack trace.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

