Hi Guys,
Any suggestions on these problems.
Problem 1: When using XEmacs 20.4 (Solaris 2.4) Ciao-Prolog 1.6 Architecture : Sparc OS: Solaris
When I invoke the Debug Buffer source I get the following warnings.
(1) (error/warning) Error in process filter: (void-function overlays-at)
(2) (error/warning) Error in process filter: (void-function overlays-at)
. . . . etc.
When I invoke the same on LINUX (i86) with GNU Emacs I get no warnings everything works fine.
Problem 2: I have a program sga.pl whic is a simple genetic algorithim . It runs without error from the shell. However if I try and debug the program (without emacs) as follows .
Ciao-Prolog 1.6 #1: Thu Aug 17 10:06:32 BST 2000 ?- set_debug_mode(sga).
yes ?- ensure_loaded('sga.pl'). {Reading /home25/sionna/johnos/ciao-1.6p1/code/sga.pl }
yes ?- debug_module(user). {Modules selected for debugging: [user]} {No module is selected for source debugging}
I get {ERROR: segmentation violation} after the third iteration of the main processing algorithim. This only happens on Solaris Sparc in debug mode. It works fine on Linux i86 .
regards johnos