Question about gcl on cygwin

Christopher Faylor cgf@redhat.com
Sun Apr 15 18:49:00 GMT 2001


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



More information about the Cygwin mailing list