[Issue Backlog] Backlog Analysis - March 11, 2026 #8936
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-03-18T00:19:11.608Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Executive Summary
Critical Issues Requiring Immediate Attention
Soundness Bugs (Highest Priority)
These issues represent incorrect answers from Z3, which is the most serious category of bugs:
:produce-proofs trueinvolving String Theory and UFNotes:
:produce-proofs trueinvolving String Theory and UF #8194 only fail with:produce-proofs true, indicating proof generation may be corrupting modelsPerformance Regressions in v4.15-4.16
Multiple users have reported severe performance degradation in recent releases:
#8893 - String solver performance regression in 4.16
@NikolajBjorner, recently opened (Mar 8)#8890 - z3-solver==4.16.0 finds less solutions for BNH problem
@NikolajBjornerand@levnach, opened Mar 8#8740 - solver.check() returns 'unknown' instead of 'sat'
#8096 - Performance degradation on QF_SLIA with fixed-length strings
Potential Duplicates / Merge Candidates
Cluster 1: JavaScript/Node.js WASM thread non-termination
Analysis: All three describe the same problem — the
z3-solvernpm package leaves WASM worker threads alive after solving, preventing Node.js process exit. A comment was already added to #6512 by the previous run linking these.Recommendation: Keep #6512 as canonical (most reactions), close others as duplicates once fixed.
Affected code:
src/api/js/(JavaScript/WASM bindings)Cluster 2: arith.solver=6 performance regressions
Multiple issues report performance problems with the newer arithmetic solver:
Recommendation: Investigate whether these are the same root cause and merge tracking.
Issues Needing More Information
Long-Standing Issues Deserving Attention
These issues are old but still relevant:
Recommendations for Maintainers
:produce-proofs trueinvolving String Theory and UF #8194) — all involve string theory with proofsAutomated by Issue Backlog Processor
Last run: February 24, 2026 | Current run: March 11, 2026 (14 days since last analysis)
Total issues: 139 open | Categories: 11 soundness, 28 performance, 12 API/bindings, 27 bugs
Beta Was this translation helpful? Give feedback.
All reactions