[Ecls-list] segv in endp (compiling cl-ppre)

Juan Jose Garcia Ripoll lisp at arrakis.es
Wed Aug 10 10:03:26 UTC 2005


On Sun, 2005-08-07 at 18:39 +0200, Julian Stecklina wrote:
> Hello,
> 
> I just tried compiling cl-ppcre using ASDF and keep getting
> segmentation violations in endp:
> 
> > (require :cl-ppcre)
> ;;; Loading "/home/blitz/.sbcl/systems/cl-ppcre.asd"
> ;;; Loading #P"/usr/local/lib/ecl/cmp.fas"

Fixed. If someone cares, it was due to some incomplete objects created
when trying to load *.asd file as binary files. The bug is not trying to
load these file as binaries (this is ok) but rather the fact that the C
structures (t_codeblock) did not get all fields filled properly.

Regards,

Juanjo





More information about the ecl-devel mailing list