BLXBenchBLXBench UI
blxbench

Benchmark

Misc

DocsOur TestsPassSponsor / Partnership
DocsOur TestsPassSponsor / Partnership
BLXBenchBLXBench UI
blxbench

Benchmark

Suite

Misc

DocsOur TestsPassSponsor / Partnership
DocsOur TestsPassSponsor / Partnership
  1. Home
  2. Our Tests
  3. Reason-Rc-Null-Pointer-Call
blxbench

Test fixture

Reason-Rc-Null-Pointer-Call

Reasoningv2 — Resilienceeasyscorer: rubric_json_metrics

Arithmetic, symbolic steps, and structured problem solving.

How it is scored

The model receives the prompt (and optional system message). The run uses scorer rubric_json_metrics with the JSON configuration below. Pass/fail and partial credit are determined entirely by that scorer against the model output; no human grading.

User prompt
Return JSON only with keys answer, evidence, constraints. A function accesses result.data.items[0].name. In some code paths result is null. The function has no null check before this access. What is the root cause of the runtime error?
Scorer config
{
  "metrics": {
    "accuracy": {
      "checks": [
        {
          "contains": [
            "null"
          ]
        },
        {
          "contains": [
            "null check"
          ]
        },
        {
          "contains": [
            "null reference"
          ]
        }
      ]
    },
    "evidence": {
      "checks": [
        {
          "contains": [
            "result is null"
          ]
        },
        {
          "contains": [
            "some paths"
          ]
        },
        {
          "contains": [
            "no guard"
          ]
        }
      ]
    },
    "constraint": {
      "checks": [
        {
          "contains": [
            "missing guard"
          ]
        },
        {
          "contains": [
            "defensive check"
          ]
        },
        {
          "contains": [
            "null-safe"
          ]
        }
      ]
    }
  }
}
Run parameters

temperature

0

max_tokens

500

timeout (s)

120

type

scored

file

reason-rc-null-pointer-call.json

← PreviousReason-Rc-Memory-Leak-Closure
|
Next →Reason-Rc-Thundering-Herd

BLXBench

Community driven leaderboardPublic benchmark runner — run in your environment, share results with the community.

© 2026 BLXBench by bitslix.com

ProvenanceAggregated from user runs
Scope41 / 11 / 490
Latestrun_3d5451 / 459 / $1.75
TermsPrivacy