swish icon indicating copy to clipboard operation
swish copied to clipboard

use_module(library(clpq)) not allowed anymore ?

Open denisb opened this issue 7 years ago • 1 comments

CLPQ was available until now (I've used it on 2018-03-09) but this morning it generates an error message :

:- use_module(library(clpq)).
No permission to call sandboxed `source_location(_890,_892)'

Reachable from:

  system:'$assert_load_context_module'(A,B,C)

  system:'$load_file'(A,B,C)

  system:'$load_files'(A,B,C)

  load_files(A,B)

procedure `{A}' does not exist

Reachable from:

  longueurClassique(A,B)

see https://swish.swi-prolog.org/p/plusOUmoinsUN.swinb (e.g.: first query)

any help ?

(with swi-prolog vers 7.2.3 on my computer, it's ok)

Best for you (swish is nice!)

denisb avatar Mar 14 '18 07:03 denisb

Thanks for reporting. Has happened before. Couln't figure out how it got into this state, but a restart helps ...

JanWielemaker avatar Mar 14 '18 15:03 JanWielemaker