Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Segfault inside IUC solver #2

@hgvk94

Description

@hgvk94

Spacer segfaults in the following configuration in release mode
fp.spacer.use_sage=false fp.xform.slice=true fp.spacer.global=true fp.spacer.concretize=true fp.spacer.conjecture=true fp.xform.inline_linear=true fp.xform.inline_eager=true fp.xform.tail_simplifier_pve=false fp.engine=spacer fp.print_statistics=true fp.spacer.elim_aux=true fp.spacer.reach_dnf=true fp.spacer.iuc=1 fp.spacer.iuc.arith=1 fp.validate=true fp.spacer.ground_pobs=true fp.spacer.mbqi=false fp.spacer.iuc.print_farkas_stats=false fp.spacer.iuc.old_hyp_reducer=false fp.spacer.ctp=true fp.spacer.native_mbp=true fp.spacer.use_iuc=true fp.spacer.expand_bnd=false
The issue is that the following assertion at spacer_proof_utils.cpp:287 is violated
SASSERT(num_params == parents.size() + 1 /* one param is missing */);
stack trace:
` thread #1, name = 'z3', stop reason = signal SIGSEGV: invalid address (fault address: 0x300000002)

instance
commit 5f3503c73e9e37ae78d63383bcd063d911b10036

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