« Return to Thread: Saving YAP's state

Saving YAP's state

by Pablo Beltran :: Rate this Message:

Reply to Author | View in Thread

Hi,

I'm trying to save the YAP's state:

====================================================================================
  ?- open('x','write',F),save_program(F).
     ERROR at  clause 3 of prolog:save_program/1 !!
     SYSTEM ERROR- restore/1: address space has holes of size -524288, cannot save
====================================================================================

Am I doing things right?

best regards,
Pablo

PS: I'm trying to save YAP's state after loading 700Mb of data (+8 million of facts). Yap 5.1.4 is running on the Ubuntu 8.10.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Yap-users mailing list
Yap-users@...
https://lists.sourceforge.net/lists/listinfo/yap-users

 « Return to Thread: Saving YAP's state