-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hello,
with the new version 3.0 when I have in the code a sequence
esm.onSequence(list012, new SequenceHandler<State>() {
@Override
public void onMatch(List<State> pattern) {
Log.d(TAG, "onMatch: 0-1-2 -----> "+pattern.size());
}
});
I have this error :
A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x68 in tid 9168 (atemachinestest), pid 9168 (atemachinestest)
If I have any transition such as esm.transition(State.Zero);
the error is :
A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x68 in tid 9616 (atemachinestest), pid 9616 (atemachinestest)
Thanks
Francesco
Metadata
Metadata
Assignees
Labels
No labels