Skip to content

(horn) Segementation fault on QF_S formula  #4256

@muchang

Description

@muchang

Hi,
For this case, Z3 throws out a segmentation fault:

[576] % z3debug small.smt2
Segmentation fault
[577] % z3release small.smt2
Segmentation fault
[578] % z3san small.smt2
ASAN:DEADLYSIGNAL
=================================================================
==11048==ERROR: AddressSanitizer: SEGV on unknown address 0x6250000b2440 (pc 0x6250000b2440 bp 0x7ffc80258b30 sp 0x7ffc80258ac8 T0)
==11048==The signal is caused by a READ memory access.
  #0 0x6250000b243f (<unknown module>)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (<unknown module>) 
==11048==ABORTING
[579] % 
[579] % cat small.smt2
(assert (str.in.re "ab" (re.union (re.inter (str.to.re "") (str.to.re "a")) (str.to.re "ab"))))
(check-sat-using (then horn default))

OS: Ubuntu 18.04
Commit: becf423

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions