Skip to content

Unprocessed Trace exception logs memory address instead of error message #261

@HuntedFork

Description

@HuntedFork

Reproduce

Find a way to trigger this line

log.Errorf("Unprocessed segment: %v", unprocessedSegment)

And observe an error message that looks like this

2025-11-07T22:49:42Z [Error] Unprocessed trace 1-690e7545-4f636120136ae307c2a705f4, segment: {0xc000016a50 0xc000016a60 0xc000016a70 {}}

As you can see instead of printing the error message, segmentId, and error code, it prints the memory address of those things.

I suspect this issue was introduced in the aws sdk 1->2 update because it doesnt exist in 3.3.15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions