{"record":{"id":"ec302316933d2d0f","repo":"go-delve/delve","slug":"array-type-not-yet-supported-by-ebpf-tracing-witho","errorCode":null,"errorMessage":"array type not yet supported by ebpf tracing without DWARF type","messagePattern":"array type not yet supported by ebpf tracing without DWARF type","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"pkg/proc/internal/ebpf/helpers.go","lineNumber":575,"sourceCode":"\t\t}\n\t\tiparam.RealType = &godwarf.StringType{\n\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 {","sourceCodeStart":557,"sourceCodeEnd":593,"githubUrl":"https://github.com/go-delve/delve/blob/a23773e6c31361e43246bc43a424ee009679b174/pkg/proc/internal/ebpf/helpers.go#L557-L593","documentation":"Error \"array type not yet supported by ebpf tracing without DWARF type\" thrown in go-delve/delve.","triggerScenarios":"Thrown at pkg/proc/internal/ebpf/helpers.go:575 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"}