Hi all,

I noticed that lately ECL frequently fails with stackoverflow errors,
especially when compiling/loading packages.
I can't reproduce it deterministically, but most often it happends
when I try to quickload or asdfload some package from SLIME.

However, it also happens from the command line. Right now I'm trying to do:
(asdf:oos 'asdf:load-fasl-op :lispbuilder-sdl)
and I get the following message:

;;;
;;; Stack overflow.
;;; Jumping to the outermost toplevel prompt
;;;

However, using (asdf:oos 'asdf:load-fasl-op :lispbuilder-sdl) I was
abe to compile/load it from commandline, but not from SLIME.
> *features*

(:QUICKLISP :WSOCK :CLIM-GTKAIRO :DRAKMA-NO-SSL :HUNCHENTOOT-NO-SSL :ASDF2
 :ASDF :ASDF-WINDOWS :X86 :ECL-BYTECMP :FORMATTER :LONG-LONG :UINT64-T
 :UINT32-T :UINT16-T :RELATIVE-PACKAGE-NAMES :LONG-FLOAT :UNICODE :DFFI
 :CLOS-STREAMS :CMU-FORMAT :WINDOWS :WIN32 :MINGW32 :ECL-PDE :DLOPEN :CLOS
 :THREADS :BOEHM-GC :ANSI-CL :COMMON-LISP :IEEE-FLOATING-POINT :PREFIXED-API
 :FFI :PENTIUM3 :COMMON :ECL)

ECL is built on Win7x64 using 32 bit mingw with unicode and threads enabled.

Is there a way I can help to debug this stack overflow problem to find
a root cause?

Regards,
Marko Kocić

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to