Skip to content

Fatal Signal SIGSEGV #21

@fraVerryns

Description

@fraVerryns

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions