Open mariomac opened 9 months ago
The issue is that we are expecting an integer number as offset and we got in memory a byte slice offset="#\x00"
According to the DWARF specification (page 227) this value can be:
The user reporting the issue commented:
The app getting traced is an app written in R so is it possible that the app is detected as a go app ?
Yeah I think maybe we should do some sanity checks for language detection before we try to read the dwarf, or we can just fix this in the offset scanner. It would be hard to reproduce I think, but maybe we can make sure it works with unit tests.
Happens from 1.0 to 1.2.1. The instrumented executable is not publicly available.