Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Sun, 15 Apr 2001 21:49:27 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Question about gcl on cygwin Message-ID: <20010415214927.D10309@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: ; 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