Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.20.4 and 1.20.5 panic #110

Closed
kr521 opened this issue Jul 16, 2024 · 2 comments
Closed

1.20.4 and 1.20.5 panic #110

kr521 opened this issue Jul 16, 2024 · 2 comments

Comments

@kr521
Copy link

kr521 commented Jul 16, 2024

I0716 08:57:14.249790 876706 registry.go:241] TCP connection from unknown container {connection-open none 2233641 10.2.32.72:44268 10.75.14.29:13929 10 30578953183824468 1.535224ms }
E0716 08:57:21.943885 876706 tls.go:92] pid=877518 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:21.943885 876706 tls.go:92] pid=877518 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:21.943885 876706 tls.go:92] pid=877518 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:21.943885 876706 tls.go:92] pid=877518 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:23.759816 876706 tls.go:92] pid=877427 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:23.759816 876706 tls.go:92] pid=877427 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:23.759816 876706 tls.go:92] pid=877427 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:23.759816 876706 tls.go:92] pid=877427 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:24.366765 876706 tls.go:92] pid=877367 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:24.366765 876706 tls.go:92] pid=877367 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:24.366765 876706 tls.go:92] pid=877367 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
E0716 08:57:24.366765 876706 tls.go:92] pid=877367 libssl_version=v1.0.0: failed to attach uprobe: symbol SSL_write_ex: not found
panic: runtime error: index out of range [0] with length 0

goroutine 23986 [running]:
github.com/coroot/coroot-node-agent/containers.(*Process).instrumentPython(0xc0031fa000, 0x10?)
/tmp/src/containers/process.go:92 +0x2af
github.com/coroot/coroot-node-agent/containers.(*Process).instrument(0xc0031fa000, 0xc002311798?)
/tmp/src/containers/process.go:69 +0x134
created by github.com/coroot/coroot-node-agent/containers.NewProcess in goroutine 163
/tmp/src/containers/process.go:37 +0xfb

1.20.3 no have this issue.

@def
Copy link
Member

def commented Jul 16, 2024

@kr521 thanks for the report. I'm working on the fix

@def def closed this as completed in 69f9db2 Jul 16, 2024
def added a commit that referenced this issue Jul 16, 2024
fix panic in `instrumentPython` (fixes #110)
@def
Copy link
Member

def commented Jul 16, 2024

This is fixed in 1.20.6

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

No branches or pull requests

2 participants