- labels: --> Modules
- assigned_to: nobody --> alexberman
When running examples/godis/godis-basic/start.pl with
flag architecture set to concurrent, the module
input_simpletext fails to initialize. This seems to be
caused by failing to execute attach_trigger_stream (see
trace below). The same error would probebly occur with
input_textscore, although this has not been tried.
## TrindiKit Error: input : init
% compiled
/users/gslt/sl/trindikit/dist/prolog/trindikit/Agents/control.pl
in module user, 1400 msec 351404 bytes
% Execution aborted
| ?- input:init.
no
| ?- trace.
% The debugger will first creep -- showing everything
(trace)
yes
% trace
| ?- input:init.
1 1 Call: input:init ?
2 2 Call:
input:flag(architecture,concurrent) ?
2 2 Exit:
input:flag(architecture,concurrent) ?
4 2 Call: input:flag(gui,server) ? s
4 2 Fail: input:flag(gui,server) ?
5 2 Call:
attach_trigger_stream(in,user_input) ? s
5 2 Fail:
attach_trigger_stream(in,user_input) ?
1 1 Fail: input:init ?
no
% trace
| ?-