{"record":{"id":"019eac61a73bfa93","repo":"go-delve/delve","slug":"unrecognized-reflect-kind-d-from-ebpf","errorCode":null,"errorMessage":"unrecognized reflect.Kind %d from eBPF","messagePattern":"unrecognized reflect\\.Kind (.+?) from eBPF","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"pkg/proc/internal/ebpf/helpers.go","lineNumber":577,"sourceCode":"\t\t\tStructType: godwarf.StructType{\n\t\t\t\tCommonType: godwarf.CommonType{ByteSize: 16, ReflectKind: reflect.String},\n\t\t\t\tKind:       \"struct\",\n\t\t\t},\n\t\t}\n\tcase reflect.Map:\n\t\tiparam.Unreadable = fmt.Errorf(\"map type not yet supported by ebpf tracing\")\n\tcase reflect.Chan:\n\t\tiparam.Unreadable = fmt.Errorf(\"chan type not yet supported by ebpf tracing\")\n\tcase reflect.Interface:\n\t\tiparam.Unreadable = fmt.Errorf(\"interface type not yet supported by ebpf tracing\")\n\tcase reflect.Func:\n\t\tiparam.Unreadable = fmt.Errorf(\"func type not yet supported by ebpf tracing\")\n\tcase reflect.Struct:\n\t\tiparam.Unreadable = fmt.Errorf(\"struct type not yet supported by ebpf tracing without DWARF type\")\n\tcase reflect.Array:\n\t\tiparam.Unreadable = fmt.Errorf(\"array type not yet supported by ebpf tracing without DWARF type\")\n\tdefault:\n\t\tiparam.Unreadable = fmt.Errorf(\"unrecognized reflect.Kind %d from eBPF\", iparam.Kind)\n\t}\n}\n\nfunc createFunctionParameterList(entry uint64, goidOffset int64, args []UProbeArgMap, isret bool) function_parameter_list_t {\n\tvar params function_parameter_list_t\n\tparams.goid_offset = uint32(goidOffset)\n\tparams.fn_addr = entry\n\tparams.is_ret = isret\n\tparams.n_parameters = 0\n\tparams.n_ret_parameters = 0\n\tfor _, arg := range args {\n\t\tvar param function_parameter_t\n\t\tparam.size = uint32(arg.Size)\n\t\tparam.offset = int32(arg.Offset)\n\t\tparam.kind = uint32(arg.Kind)\n\t\tif arg.InReg {\n\t\t\tparam.in_reg = true\n\t\t\tparam.n_pieces = int32(len(arg.Pieces))","sourceCodeStart":559,"sourceCodeEnd":595,"githubUrl":"https://github.com/go-delve/delve/blob/a23773e6c31361e43246bc43a424ee009679b174/pkg/proc/internal/ebpf/helpers.go#L559-L595","documentation":"Error \"unrecognized reflect.Kind %d from eBPF\" thrown in go-delve/delve.","triggerScenarios":"Thrown at pkg/proc/internal/ebpf/helpers.go:577 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"}