-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels