{"record":{"id":"fa4aff0e74bc5203","repo":"go-delve/delve","slug":"could-not-find-symbol-value-for-s","errorCode":null,"errorMessage":"could not find symbol value for %s","messagePattern":"could not find symbol value for (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"pkg/proc/eval.go","lineNumber":1147,"sourceCode":"\t\tif scope.rangeFrames == nil {\n\t\t\tstack.err = scope.setupRangeFrames()\n\t\t}\n\t\tif len(scope.rangeFrames) > 0 {\n\t\t\tstack.push(newConstant(constant.MakeInt64(scope.rangeFrames[len(scope.rangeFrames)-2].FrameOffset()), scope.BinInfo, scope.Mem))\n\t\t} else {\n\t\t\tstack.push(newConstant(constant.MakeInt64(0), scope.BinInfo, scope.Mem))\n\t\t}\n\n\tcase *evalop.PushThreadID:\n\t\tstack.push(newConstant(constant.MakeInt64(int64(scope.threadID)), scope.BinInfo, scope.Mem))\n\n\tcase *evalop.PushConst:\n\t\tstack.push(newConstant(op.Value, scope.BinInfo, scope.Mem))\n\n\tcase *evalop.PushLocal:\n\t\tfound := stack.pushLocal(scope, op.Name, op.Frame)\n\t\tif !found {\n\t\t\tstack.err = fmt.Errorf(\"could not find symbol value for %s\", op.Name)\n\t\t}\n\n\tcase *evalop.PushNil:\n\t\tstack.push(nilVariable)\n\n\tcase *evalop.PushPackageVarOrSelect:\n\t\tvar savedErr error\n\t\tfound := false\n\t\tif !op.NameIsString {\n\t\t\tfound = stack.pushIdent(scope, op.Name)\n\t\t\tif stack.err != nil {\n\t\t\t\tsavedErr = stack.err\n\t\t\t\tstack.err = nil\n\t\t\t\tfound = false\n\t\t\t}\n\t\t\tif found {\n\t\t\t\tscope.evalStructSelector(&evalop.Select{Name: op.Sel}, stack)\n\t\t\t\tif stack.err != nil {","sourceCodeStart":1129,"sourceCodeEnd":1165,"githubUrl":"https://github.com/go-delve/delve/blob/a23773e6c31361e43246bc43a424ee009679b174/pkg/proc/eval.go#L1129-L1165","documentation":"Error \"could not find symbol value for %s\" thrown in go-delve/delve.","triggerScenarios":"Thrown at pkg/proc/eval.go:1147 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"a23773e6c31361e43246bc43a424ee009679b174","analyzedAt":"2026-08-31T15:12:45.221Z","schemaVersion":2},"datasetVersion":"2026-08-31T19:17:28.585Z"}