File size: 40,415 Bytes
ab54eb4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 | """
Phase 3 Stage 3: Dynamic CEx Validation.
Compiles a GCC-based harness and executes it to confirm that a BMC counterexample
triggers a real fault at runtime. The harness wraps the entry function (highest
available caller in the call chain) with signal handlers that catch SIGSEGV /
SIGABRT / SIGFPE / SIGILL and reports whether the fault occurred.
Outcomes:
CONFIRMED β the harness triggered a signal (fault confirmed at runtime)
NOT_TRIGGERED β the harness ran to completion without faulting
INCONCLUSIVE β compilation or execution failed (tool unavailable, timeout, etc.)
SKIPPED β dynamic validation disabled or not applicable
"""
from __future__ import annotations
import os
import re
import shutil
import subprocess
import tempfile
from dataclasses import dataclass
from enum import Enum
from pathlib import Path
from typing import TYPE_CHECKING, Optional
from bmc_agent.config import Config
from bmc_agent.logger import get_logger
from bmc_agent.parser import FunctionInfo, ParsedCFile
if TYPE_CHECKING:
from bmc_agent.cbmc import Counterexample
from bmc_agent.harness_generator import HarnessGenerator
from bmc_agent.llm import LLMClient
logger = get_logger("dynamic_validator")
# ---------------------------------------------------------------------------
# Link-flag detection from #include'd public headers
# ---------------------------------------------------------------------------
# Header β linker library mapping for OSS projects bmc-agent has been
# calibrated on. The reproducer LLM is required to #include a project
# public header (cex_validator's _reproducer_uses_public_api gate); we
# use that include to derive the linker flag so the GCC build actually
# resolves the public-API symbols against the project's installed .so.
_HEADER_TO_LIB: dict[str, str] = {
# libarchive
"archive.h": "archive",
"archive_entry.h": "archive",
# libcurl
"curl/curl.h": "curl",
# libxml2
"libxml/parser.h": "xml2",
"libxml/tree.h": "xml2",
"libxml/xmlmemory.h": "xml2",
"libxml/HTMLparser.h": "xml2",
# openssl
"openssl/ssl.h": "ssl",
"openssl/crypto.h": "crypto",
"openssl/evp.h": "crypto",
"openssl/x509.h": "crypto",
# zlib / bzip2 / lzma
"zlib.h": "z",
"bzlib.h": "bz2",
"lzma.h": "lzma",
# nghttp2
"nghttp2/nghttp2.h": "nghttp2",
}
_INCLUDE_RE = re.compile(r'^\s*#\s*include\s*[<"]([^>"]+)[>"]', re.MULTILINE)
def _detect_link_flags(source: str, config: "Config") -> list[str]:
"""Derive ``-l<libname>`` (and optional ``-L<dir>``) flags from the
project public headers a reproducer ``#include``s.
The system-entry reproducer (LLM-generated, gated by
``_reproducer_uses_public_api``) drives the FUT through the real
public API. For the call to actually resolve at link time, the
GCC build must link against the project's ``.so`` β otherwise we
get ``undefined reference to archive_match_new`` on every
libarchive reproducer and the entire dynamic-validation channel
is silent.
Strategy: scan the source for ``#include <header>`` lines, map known
project headers to their library name via ``_HEADER_TO_LIB``, and
emit ``-l<name>``. ``-L<dir>`` flags from ``BMC_AGENT_DYN_LIB_DIRS``
(colon-separated) precede the ``-l`` flags so the linker checks the
user-provided paths before the system default. Returns an empty
list when no known header is included.
"""
libs: list[str] = []
seen: set[str] = set()
for inc in _INCLUDE_RE.findall(source):
lib = _HEADER_TO_LIB.get(inc)
if lib is None:
# Also try header basename β covers libarchive's
# ``archive.h`` regardless of include style.
base = inc.split("/")[-1]
lib = _HEADER_TO_LIB.get(base)
if lib and lib not in seen:
libs.append(lib)
seen.add(lib)
flags: list[str] = []
lib_dirs = os.environ.get("BMC_AGENT_DYN_LIB_DIRS", "")
if lib_dirs:
for d in lib_dirs.split(":"):
d = d.strip()
if d:
flags += ["-L", d, f"-Wl,-rpath,{d}"]
for lib in libs:
flags.append(f"-l{lib}")
return flags
# ---------------------------------------------------------------------------
# Outcome types
# ---------------------------------------------------------------------------
class DynamicOutcome(Enum):
CONFIRMED = "confirmed"
NOT_TRIGGERED = "not_triggered"
INCONCLUSIVE = "inconclusive"
SKIPPED = "skipped"
@dataclass
class DynamicValidationResult:
outcome: DynamicOutcome
signal_name: Optional[str] = None # e.g., "SIGSEGV", "SIGABRT"
compile_error: Optional[str] = None
run_error: Optional[str] = None
reasoning: str = ""
harness_source: Optional[str] = None # the C source that was compiled and run
# Step A β fault-site classification. Possible values:
# "in_fut" β fault fired inside or after the FUT call
# (real-bug-shaped signal)
# "in_setup" β fault fired in harness setup BEFORE the FUT was
# reached (harness-artifact; NOT a real-bug signal)
# "unknown" β fault site could not be determined (e.g., process
# killed by OS signal without our handler running,
# or stripped binary)
# None β no fault fired; field not applicable
fault_site: Optional[str] = None
def to_dict(self) -> dict:
return {
"outcome": self.outcome.value,
"signal_name": self.signal_name,
"compile_error": self.compile_error,
"run_error": self.run_error,
"reasoning": self.reasoning,
"harness_source": self.harness_source,
"fault_site": self.fault_site,
}
# ---------------------------------------------------------------------------
# DynamicValidator
# ---------------------------------------------------------------------------
class DynamicValidator:
"""Compiles and executes dynamic harnesses to confirm BMC counterexamples."""
def __init__(
self,
config: Config,
harness_gen: "HarnessGenerator",
llm: Optional["LLMClient"] = None,
) -> None:
self.config = config
self.harness_gen = harness_gen
# Optional LLM client β when supplied, the system-entry reproducer
# path retries on compile failure by feeding the GCC error back to
# the LLM and asking for a corrected reproducer. None disables the
# retry (e.g. unit tests with mocked dyn-val).
self._llm: Optional["LLMClient"] = llm
# Bounded to keep token cost in check; each iteration is one
# LLM call + one GCC compile.
self._reproducer_retry_max = int(
os.environ.get("BMC_AGENT_DYN_REPRODUCER_RETRY_MAX", "2")
)
# Step B β input-realism triage on CONFIRMED outcomes. Off by
# default because it costs one LLM call per CONFIRMED CEx. Set
# BMC_AGENT_DYNVAL_INPUT_TRIAGE=1 to enable.
self._input_triage_enabled = (
os.environ.get("BMC_AGENT_DYNVAL_INPUT_TRIAGE", "0")
.lower() not in ("0", "false", "off", "")
)
# Step C β iterative regen on harness-artifact signals. Off by
# default; depends on Step B's triage signal. Capped to keep
# cost bounded.
self._artifact_regen_max = int(
os.environ.get("BMC_AGENT_DYNVAL_ARTIFACT_REGEN_MAX", "2")
)
def validate(
self,
entry_func: FunctionInfo,
counterexample: "Counterexample",
parsed_file: ParsedCFile,
all_funcs: Optional[dict] = None,
all_specs: Optional[dict] = None,
caller_path: Optional[list[str]] = None,
system_entry_reproducer: Optional[str] = None,
) -> DynamicValidationResult:
"""
Attempt to confirm the counterexample by compiling and running a dynamic harness.
Strategy:
1. If system_entry_reproducer is provided (LLM-generated C from the system entry),
try to compile and run it first β this exercises the real call chain.
2. Generate a unit-level harness with global state injection (with_globals=True).
3. Compile it. If compilation fails, retry without globals (with_globals=False).
4. Run the compiled binary and parse stdout for DYNAMIC:CONFIRMED / NOT_TRIGGERED.
"""
if not self.config.enable_dynamic_validation:
return DynamicValidationResult(
outcome=DynamicOutcome.SKIPPED,
reasoning="Dynamic validation is disabled (enable_dynamic_validation=False).",
)
cc = self.config.dynamic_cc_path
if not shutil.which(cc):
return DynamicValidationResult(
outcome=DynamicOutcome.INCONCLUSIVE,
reasoning=f"C compiler '{cc}' not found on PATH β skipping dynamic validation.",
)
# winning_harness: the C source that successfully compiled (for realism checker)
winning_harness: Optional[str] = None
# --- Attempt 0: system-entry reproducer (LLM-generated, call chain intact) ---
if system_entry_reproducer and _looks_like_c_code(system_entry_reproducer):
current_reproducer = system_entry_reproducer
last_compile_err: Optional[str] = None
for retry_n in range(self._reproducer_retry_max + 1):
se_harness = _wrap_reproducer_with_signal_handlers(current_reproducer)
# Derive -l<libname> from #include'd project headers so the
# public-API call chain actually resolves at link time.
# Otherwise libarchive sweeps systematically fail with
# "undefined reference to archive_match_new" β INCONCLUSIVE.
link_flags = _detect_link_flags(current_reproducer, self.config)
binary_path_se, compile_err = self._compile(
se_harness, cc, extra_flags=link_flags or None,
)
if binary_path_se is not None:
try:
result = self._run(binary_path_se)
finally:
_unlink(binary_path_se)
result.harness_source = se_harness
logger.info(
"System-entry dynamic validation for '%s': %s%s%s",
entry_func.name,
result.outcome.value,
f" signal={result.signal_name}" if result.signal_name else "",
f" (after {retry_n} LLM regen retr{'y' if retry_n == 1 else 'ies'})" if retry_n else "",
)
return result
last_compile_err = compile_err
# Compile failed. If we have an LLM and budget, ask it to
# fix the reproducer based on the compile error. If not,
# fall through to the unit-level harness.
if (
retry_n < self._reproducer_retry_max
and self._llm is not None
and compile_err
and not _is_link_only_error(compile_err)
):
fixed = self._regenerate_reproducer_with_error(
current_reproducer, compile_err, entry_func.name,
)
if fixed and fixed != current_reproducer:
logger.info(
"System-entry reproducer compile failed for '%s' "
"(retry %d/%d) β LLM produced a corrected version, "
"trying again",
entry_func.name, retry_n + 1,
self._reproducer_retry_max,
)
current_reproducer = fixed
continue
# No more retries possible β fall out.
break
logger.info(
"System-entry reproducer compilation failed for '%s' β "
"falling back to unit-level harness%s",
entry_func.name,
f" (compile error: {(last_compile_err or '')[:120]!r})" if last_compile_err else "",
)
# --- Attempt 1: unit-level harness with global state injection ---
harness_src = self._generate(
entry_func, counterexample, parsed_file, all_funcs, all_specs,
with_globals=True,
)
if harness_src is None:
return DynamicValidationResult(
outcome=DynamicOutcome.INCONCLUSIVE,
reasoning="Harness generation failed.",
)
binary_path, compile_err = self._compile(harness_src, cc)
if binary_path is not None:
winning_harness = harness_src
if binary_path is None:
# --- Attempt 2: without global state injection ---
logger.info(
"Dynamic harness (with_globals) compile failed for '%s' β retrying without globals",
entry_func.name,
)
harness_src2 = self._generate(
entry_func, counterexample, parsed_file, all_funcs, all_specs,
with_globals=False,
)
if harness_src2 is None:
return DynamicValidationResult(
outcome=DynamicOutcome.INCONCLUSIVE,
compile_error=compile_err,
reasoning="Harness generation failed on second attempt.",
)
binary_path, compile_err2 = self._compile(harness_src2, cc)
if binary_path is not None:
winning_harness = harness_src2
if binary_path is None:
# --- Attempt 3: relax linker β ignore undefined external symbols ---
# Bare-metal functions often reference globals from other translation
# units (e.g. fb_base from fb.c). Allow undefined references so the
# harness still runs; unresolved globals default to address 0, which
# is likely to trigger the same fault the CEx predicts.
if compile_err2 and "undefined reference" in compile_err2:
logger.info(
"Dynamic harness has undefined external refs for '%s' β "
"retrying with --allow-unresolved-symbols",
entry_func.name,
)
binary_path, compile_err3 = self._compile(
harness_src2, cc,
extra_flags=["-Wl,--unresolved-symbols=ignore-all"],
)
if binary_path is not None:
winning_harness = harness_src2
else:
compile_err3 = compile_err2
binary_path = None
if binary_path is None:
err_snippet = (compile_err3 or compile_err2 or "unknown")[:300]
return DynamicValidationResult(
outcome=DynamicOutcome.INCONCLUSIVE,
compile_error=compile_err2,
reasoning=(
f"Dynamic harness compilation failed even without global state "
f"injection for '{entry_func.name}'. Error: {err_snippet}"
),
)
try:
result = self._run(binary_path)
finally:
_unlink(binary_path)
result.harness_source = winning_harness
# Step B β input-realism triage on CONFIRMED outcomes. Off by
# default; gate via BMC_AGENT_DYNVAL_INPUT_TRIAGE=1. Catches
# cases that Step A's fault_site check couldn't (the FUT WAS
# called and the signal fired in or after it, but the witness
# inputs are unreachable from real callers).
result = self._post_confirm_triage(
result=result,
entry_func=entry_func,
counterexample=counterexample,
)
logger.info(
"Dynamic validation for '%s': %s%s%s",
entry_func.name,
result.outcome.value,
f" signal={result.signal_name}" if result.signal_name else "",
f" fault_site={result.fault_site}" if result.fault_site else "",
)
return result
def _post_confirm_triage(
self,
result: DynamicValidationResult,
entry_func: FunctionInfo,
counterexample: "Counterexample",
) -> DynamicValidationResult:
"""Step B + C: when a CONFIRMED outcome's fault_site is not
already disqualified by Step A, optionally run an LLM-driven
input-realism audit (Step B). If the agent flags the witness
as harness-artifact / unbounded-input AND retries remain,
regenerate the harness with the artifact diagnosis as
guidance, re-compile, re-run, and re-triage (Step C). After
the regen budget is exhausted with the artifact verdict
unchanged, reclassify CONFIRMED β INCONCLUSIVE.
Returns the final result after up to ``_artifact_regen_max``
regeneration attempts. Pass-through when
- the feature flag is off,
- no LLM client is configured,
- the outcome isn't CONFIRMED, or
- Step A already disqualified the signal.
"""
if not self._input_triage_enabled:
return result
if self._llm is None:
return result
if result.outcome != DynamicOutcome.CONFIRMED:
return result
if result.fault_site == "in_setup":
# Step A has already reclassified upstream; nothing to do.
return result
# ---------------- triage / regen loop ----------------
# attempt=0 is the initial triage on the existing harness.
# attempts 1..N are post-regen re-triage.
last_triage = None
for attempt in range(self._artifact_regen_max + 1):
triage = self._run_dynval_triage(
result=result,
entry_func=entry_func,
counterexample=counterexample,
)
if triage is None:
# Agent failure β keep original CONFIRMED verdict.
return result
last_triage = triage
from bmc_agent.agents.dyn_val_triage import DynValTriageVerdict
if triage.verdict == DynValTriageVerdict.REAL_BUG_SHAPED:
result.reasoning = (
(result.reasoning or "")
+ f"\n[Step B attempt {attempt}] DynValTriageAgent: "
+ f"real_bug_shaped ({triage.confidence}). "
+ f"{triage.reasoning[:200]}"
)
return result
if triage.verdict == DynValTriageVerdict.UNCERTAIN:
# Don't reclassify on uncertain β preserves recall.
result.reasoning = (
(result.reasoning or "")
+ f"\n[Step B attempt {attempt}] DynValTriageAgent: "
+ f"uncertain ({triage.confidence}). "
+ f"{triage.reasoning[:200]}"
)
return result
# HARNESS_ARTIFACT or UNBOUNDED_INPUT.
# If we have regen retries remaining (Step C), try to fix
# the harness with the artifact diagnosis. Otherwise fall
# through to reclassification below.
if attempt >= self._artifact_regen_max:
break
new_result = self._regen_harness_with_artifact_diagnosis(
result=result,
triage=triage,
entry_func=entry_func,
)
if new_result is None:
# Regen failed (UNREPRODUCIBLE, no change, compile
# error). Fall through to reclassification.
break
if new_result.outcome != DynamicOutcome.CONFIRMED:
# The regenerated harness didn't fire β record and
# return. This is *evidence* the original signal was
# a harness artifact (a tighter input doesn't reach
# the fault). The new outcome tells the consumer what
# the tightened harness actually did.
new_result.reasoning = (
(new_result.reasoning or "")
+ f"\n[Step C attempt {attempt + 1}] Regenerated "
+ f"harness with artifact diagnosis "
+ f"({triage.artifact_class}); new outcome="
+ f"{new_result.outcome.value}. Original CONFIRMED "
+ f"signal was likely a harness artifact."
)
return new_result
# Still CONFIRMED. Update result and loop to re-triage.
new_result.reasoning = (
(new_result.reasoning or "")
+ f"\n[Step C attempt {attempt + 1}] Regenerated harness "
+ f"with artifact diagnosis ({triage.artifact_class}); "
+ f"new harness ALSO fires. Re-triaging."
)
result = new_result
# Exhausted regen budget with artifact verdict still standing.
# Reclassify CONFIRMED β INCONCLUSIVE.
triage = last_triage
tag = triage.verdict.value
cls = triage.artifact_class or "unspecified"
logger.info(
"Step B/C reclassified '%s' CONFIRMED β INCONCLUSIVE after %d "
"regen attempt(s) (triage=%s class=%s)",
entry_func.name, self._artifact_regen_max, tag, cls,
)
result.outcome = DynamicOutcome.INCONCLUSIVE
result.reasoning = (
(result.reasoning or "")
+ f"\n[Step B+C] DynValTriageAgent: {tag} "
+ f"(class={cls}, conf={triage.confidence}) persists after "
+ f"{self._artifact_regen_max} regen attempt(s). "
+ f"Reclassified CONFIRMED β INCONCLUSIVE. "
+ f"Final triage: {triage.reasoning[:300]}"
)
return result
def _run_dynval_triage(
self,
result: DynamicValidationResult,
entry_func: FunctionInfo,
counterexample: "Counterexample",
) -> "Optional[Any]":
"""Helper: invoke DynValTriageAgent on the current result.
Returns the DynValTriageResult or None on agent failure.
"""
try:
from bmc_agent.agents.dyn_val_triage import DynValTriageAgent
agent = DynValTriageAgent(config=self.config, llm=self._llm)
va = (counterexample.variable_assignments or {})
witness_lines = []
for k, v in va.items():
if k.startswith("__CPROVER_"):
continue
if k.startswith("rb_ops"):
continue
witness_lines.append(f" {k} = {v}")
if len(witness_lines) > 60:
witness_lines.append(" ...")
break
witness_text = "\n".join(witness_lines)
outcome = agent.run(
func_name=entry_func.name,
func_source=(entry_func.body or "")[:3000],
harness=(result.harness_source or "")[:3000],
witness=witness_text,
run_output=(result.reasoning or "")[:1000],
signal_name=result.signal_name or "unknown",
fault_site=result.fault_site or "unknown",
)
if outcome is None:
return None
return outcome.output
except Exception as exc:
logger.debug(
"DynValTriageAgent raised on '%s': %s β pass-through",
entry_func.name, exc,
)
return None
def _regen_harness_with_artifact_diagnosis(
self,
result: DynamicValidationResult,
triage,
entry_func: FunctionInfo,
) -> "Optional[DynamicValidationResult]":
"""Step C: ask DynamicReproAgent to regenerate the harness with
the artifact diagnosis as guidance, then compile + run.
Returns the new DynamicValidationResult, or None when:
- the agent returned UNREPRODUCIBLE / no change
- the regenerated harness failed to compile
"""
try:
from bmc_agent.agents.dynamic_repro import DynamicReproAgent
agent = DynamicReproAgent(config=self.config, llm=self._llm)
outcome = agent.run(
previous_reproducer=(result.harness_source or ""),
func_name=entry_func.name,
artifact_class=triage.artifact_class or "unspecified",
triage_reasoning=triage.reasoning,
signal_name=result.signal_name or "unknown",
)
except Exception as exc:
logger.debug(
"DynamicReproAgent (artifact mode) raised on '%s': %s",
entry_func.name, exc,
)
return None
if outcome is None or not outcome.output:
return None
new_src = outcome.output
if new_src == result.harness_source:
return None
if "UNREPRODUCIBLE" in new_src:
logger.debug(
"Step C: agent returned UNREPRODUCIBLE for '%s'",
entry_func.name,
)
return None
# Compile + run the regenerated harness.
cc = self.config.dynamic_cc_path
binary_path, compile_err = self._compile(new_src, cc)
if binary_path is None:
logger.debug(
"Step C: regenerated harness for '%s' failed to compile: %s",
entry_func.name, (compile_err or "")[:200],
)
return None
try:
new_result = self._run(binary_path)
finally:
_unlink(binary_path)
new_result.harness_source = new_src
return new_result
# ------------------------------------------------------------------
# Internal helpers
# ------------------------------------------------------------------
def _generate(
self,
entry_func: FunctionInfo,
counterexample: "Counterexample",
parsed_file: ParsedCFile,
all_funcs: Optional[dict],
all_specs: Optional[dict],
with_globals: bool,
) -> "str | None":
try:
return self.harness_gen.generate_dynamic_harness(
entry_func=entry_func,
counterexample=counterexample,
parsed_file=parsed_file,
all_funcs=all_funcs or {},
all_specs=all_specs,
with_globals=with_globals,
)
except Exception as exc:
logger.warning(
"Dynamic harness generation failed for '%s': %s",
entry_func.name, exc,
)
return None
def _regenerate_reproducer_with_error(
self,
previous_reproducer: str,
compile_error: str,
func_name: str,
) -> Optional[str]:
"""Ask the LLM to fix the previous reproducer based on the GCC
compile error. Returns the corrected C source, or None if the
LLM declined / errored.
Delegates to ``DynamicReproAgent`` (C2 step 9, commit 68c815d).
The agent owns the prompt template, the response parser, and
the routing role (``dynamic_repro`` β previously this call
piggybacked on ``role="realism"`` which conflated two distinct
LLM tasks under a single env-var override). The cex_validator's
downstream ``_reproducer_uses_public_api`` gate still re-runs
on whatever we return; UNREPRODUCIBLE marker pass-through is
preserved by the agent's parse path.
"""
if self._llm is None:
return None
from bmc_agent.agents.dynamic_repro import DynamicReproAgent
agent = DynamicReproAgent(config=self.config, llm=self._llm)
result = agent.run(
previous_reproducer=previous_reproducer,
compile_error=compile_error,
func_name=func_name,
)
if not result.ok:
if result.error:
logger.warning(
"DynamicReproAgent reproducer regeneration failed for "
"'%s': %s",
func_name, result.error,
)
return None
return result.output
def _compile(
self, harness_src: str, cc: str, extra_flags: "list[str] | None" = None
) -> "tuple[str | None, str | None]":
"""Write harness to a temp file and compile it. Returns (binary_path, error)."""
with tempfile.NamedTemporaryFile(
suffix=".c", delete=False, mode="w", encoding="utf-8"
) as src_f:
src_f.write(harness_src)
src_path = src_f.name
with tempfile.NamedTemporaryFile(suffix="", delete=False) as bin_f:
bin_path = bin_f.name
cmd = [cc, "-g", "-fno-builtin", "-w", "-o", bin_path, src_path]
# Propagate the configured -I paths so dynamic harnesses can resolve
# project-internal headers (e.g. libxml.h, openssl/foo.h). Without this,
# any harness that #includes the source file via real-libc mode fails
# to compile because the GCC frontend can't find the project headers.
include_dirs = getattr(self.config, "include_dirs", None) or []
for d in include_dirs:
cmd += ["-I", str(d)]
defines = getattr(self.config, "cbmc_defines", None) or []
for d in defines:
cmd += ["-D", str(d)]
if extra_flags:
cmd.extend(extra_flags)
try:
proc = subprocess.run(
cmd,
capture_output=True,
text=True,
timeout=30,
)
except subprocess.TimeoutExpired:
_unlink(src_path)
_unlink(bin_path)
return None, "compilation timed out"
except Exception as exc:
_unlink(src_path)
_unlink(bin_path)
return None, str(exc)
finally:
_unlink(src_path)
if proc.returncode != 0:
_unlink(bin_path)
err = (proc.stderr or proc.stdout or "").strip()[:500]
logger.debug("Dynamic harness compile error for: %s", err[:200])
return None, err
return bin_path, None
def _run(self, binary_path: str) -> DynamicValidationResult:
"""Execute the compiled harness and parse its stdout."""
try:
proc = subprocess.run(
[binary_path],
capture_output=True,
text=True,
timeout=self.config.dynamic_validation_timeout,
)
except subprocess.TimeoutExpired:
return DynamicValidationResult(
outcome=DynamicOutcome.INCONCLUSIVE,
run_error="execution timed out",
reasoning=(
f"Dynamic harness timed out after "
f"{self.config.dynamic_validation_timeout}s."
),
)
except Exception as exc:
return DynamicValidationResult(
outcome=DynamicOutcome.INCONCLUSIVE,
run_error=str(exc),
reasoning=f"Dynamic harness execution raised: {exc}",
)
stdout = proc.stdout or ""
# Step A β observe the fut_called checkpoint marker as it's printed
# to stdout BEFORE the FUT call. If the line "DYNAMIC:CHECKPOINT" is
# ever required as a separate marker, this scan supports it; for
# the in-process signal-handler path we extract the fut_called=N
# token from the CONFIRMED line directly.
for line in stdout.splitlines():
if line.startswith("DYNAMIC:CONFIRMED"):
sig_name = None
if "signal=" in line:
# signal=<NAME> may be followed by additional tokens
tail = line.split("signal=", 1)[1]
sig_name = tail.split()[0].strip() if tail.split() else tail.strip()
# Parse fut_called=0/1 β emitted by the Step A
# instrumented signal handler. Absent on older harnesses,
# in which case we default to "unknown".
fault_site: Optional[str] = "unknown"
if "fut_called=" in line:
flag = line.split("fut_called=", 1)[1].split()[0].strip()
if flag == "1":
fault_site = "in_fut"
elif flag == "0":
fault_site = "in_setup"
outcome = DynamicOutcome.CONFIRMED
reasoning = f"Dynamic harness confirmed fault: {line.strip()}"
# Step A reclassification: signal fired in harness setup
# (the FUT was never reached) β not a real-bug-shaped
# signal. Reclassify as INCONCLUSIVE with a tagged reason.
# Feature-flagged via the BMC_AGENT_DYNVAL_STRICT_FAULT_SITE
# env var (default: "1" β on, since the cost is negligible
# and the FP-reduction is direct).
strict = os.environ.get(
"BMC_AGENT_DYNVAL_STRICT_FAULT_SITE", "1"
).lower() not in ("0", "false", "off", "")
if strict and fault_site == "in_setup":
outcome = DynamicOutcome.INCONCLUSIVE
reasoning = (
f"Signal {sig_name} fired in harness setup before the "
f"function under test was called (fut_called=0). "
f"This is a harness-artifact signal, not a real-bug "
f"signal β reclassified from CONFIRMED to INCONCLUSIVE. "
f"Raw line: {line.strip()}"
)
return DynamicValidationResult(
outcome=outcome,
signal_name=sig_name,
reasoning=reasoning,
fault_site=fault_site,
)
if "DYNAMIC:NOT_TRIGGERED" in line:
return DynamicValidationResult(
outcome=DynamicOutcome.NOT_TRIGGERED,
reasoning="Dynamic harness ran to completion without triggering a fault.",
)
# On Linux/macOS, a process killed by signal N exits with returncode = -N
# in Python subprocess. Detect this as a confirmed fault even when the
# in-process signal handler did not fire (e.g. bare-metal signal() stub).
# When this branch fires, we don't know the fault-site value (the
# handler that prints fut_called was bypassed); record as "unknown".
_sig_names = {-11: "SIGSEGV", -6: "SIGABRT", -8: "SIGFPE", -4: "SIGILL"}
if proc.returncode in _sig_names:
sig = _sig_names[proc.returncode]
return DynamicValidationResult(
outcome=DynamicOutcome.CONFIRMED,
signal_name=sig,
fault_site="unknown",
reasoning=(
f"Process killed by {sig} (exit code {proc.returncode}); "
"fault confirmed at runtime. (fault_site unknown β in-process "
"signal handler did not run, so the Step A checkpoint marker "
"was not emitted.)"
),
)
# Other non-zero exit with no DYNAMIC: line
if proc.returncode != 0:
return DynamicValidationResult(
outcome=DynamicOutcome.INCONCLUSIVE,
run_error=f"exit code {proc.returncode}; stdout={stdout[:200]}",
reasoning=(
f"Dynamic harness exited with code {proc.returncode} but "
"produced no DYNAMIC: output line."
),
)
return DynamicValidationResult(
outcome=DynamicOutcome.INCONCLUSIVE,
reasoning="Dynamic harness produced no recognizable output.",
)
# ---------------------------------------------------------------------------
# Utility
# ---------------------------------------------------------------------------
def _unlink(path: str) -> None:
try:
Path(path).unlink(missing_ok=True)
except Exception:
pass
def _looks_like_c_code(text: str) -> bool:
"""Return True if text looks like compilable C rather than pseudocode/stub."""
if not text or len(text) < 20:
return False
# Must contain a main function and at least one C statement
return "main" in text and ("{" in text and "}" in text)
_LINK_ERR_HINTS = (
"undefined reference", # gcc / binutils ld
"undefined symbol", # musl-libc loader
"could not find library",
"cannot find -l",
"library not found for", # macOS-style
)
def _is_link_only_error(err: str) -> bool:
"""Heuristic: is this compile error purely a linker failure (i.e.,
the source compiled fine but symbols couldn't resolve)?
LLM regeneration can't fix linker errors β the source is already
correct, the build is just missing ``-l<libname>``. Skipping the
LLM round-trip in that case saves a useless token spend; the
``_detect_link_flags`` helper is what addresses link errors.
True iff every hint line in the error matches a known link pattern
AND no obvious C compile error (file/line ``: error:`` style)
appears earlier. Conservative: when in doubt, return False so the
LLM gets a shot.
"""
if not err:
return False
lines = [L.strip() for L in err.splitlines() if L.strip()]
if not lines:
return False
has_compile_error_marker = any(
re.search(r":\d+:\d+:\s*(error|fatal error):", L) for L in lines
)
if has_compile_error_marker:
return False
has_link_hint = any(
any(hint in L for hint in _LINK_ERR_HINTS)
for L in lines
)
return has_link_hint
def _wrap_reproducer_with_signal_handlers(reproducer_code: str) -> str:
"""
Wrap an LLM-generated C reproducer with AMC signal handlers.
The reproducer already has its own main(). We use a #define trick to rename
it to _amc_original_main(), then our main() installs signal handlers before
calling it so faults are caught and reported in the standard AMC format.
"""
preamble = (
"/* AMC Dynamic Validation Harness β system-entry reproducer */\n"
"#include <signal.h>\n"
"#include <stdio.h>\n"
"#include <string.h>\n"
"#include <stdlib.h>\n"
"#include <stddef.h>\n"
"#include <stdint.h>\n"
"\n"
"static volatile const char *_amc_signal_name = \"UNKNOWN\";\n"
"static void _amc_handler(int sig) {\n"
" if (sig == 11) _amc_signal_name = \"SIGSEGV\";\n"
" else if (sig == 6) _amc_signal_name = \"SIGABRT\";\n"
" else if (sig == 8) _amc_signal_name = \"SIGFPE\";\n"
" else if (sig == 4) _amc_signal_name = \"SIGILL\";\n"
" printf(\"DYNAMIC:CONFIRMED signal=%s\\n\", (const char *)_amc_signal_name);\n"
" fflush(stdout);\n"
" _Exit(1);\n"
"}\n"
"\n"
"/* Rename main() in reproducer so we can wrap it */\n"
"#define main _amc_reproducer_main\n"
)
suffix = (
"\n#undef main\n"
"\n"
"int main(void) {\n"
" signal(11, _amc_handler); /* SIGSEGV */\n"
" signal(6, _amc_handler); /* SIGABRT */\n"
" signal(8, _amc_handler); /* SIGFPE */\n"
" signal(4, _amc_handler); /* SIGILL */\n"
" _amc_reproducer_main();\n"
" puts(\"DYNAMIC:NOT_TRIGGERED\");\n"
" return 0;\n"
"}\n"
)
return preamble + reproducer_code + suffix
|