This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question about gcl on cygwin


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]