| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <cgf AT redhat DOT com> |
| 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: | <sgfae5hbs07 DOT fsf AT beartrap DOT cs DOT utexas DOT edu> |
| Mime-Version: | 1.0 |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |