Skip to content

Conversation

@look
Copy link

@look look commented Feb 3, 2016

Null bytes cause problems with NewRelic RPM:

ERROR : Failed to harvest profile_data data, resetting. Error:
ERROR : ArgumentError: string contains null byte

This happens because File.basename raises an exception when the string
contains a null byte.

According to @ageweke in 32791ce using
a null byte is no longer necessary. I have not found any examples online
that use the null byte.

Null bytes cause problems with NewRelic RPM:

ERROR : Failed to harvest profile_data data, resetting. Error:
ERROR : ArgumentError: string contains null byte

This happens because File.basename raises an exception when the string
contains a null byte.

According to @ageweke in 32791ce using
a null byte is no longer necessary. I have not found any examples online
that use the null byte.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant