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

Coredumps when the OpenTelemetry collector host is unavailable. #395

Open
vring0 opened this issue Mar 12, 2024 · 0 comments
Open

Coredumps when the OpenTelemetry collector host is unavailable. #395

vring0 opened this issue Mar 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vring0
Copy link

vring0 commented Mar 12, 2024

Describe your environment
OpenTelemetry sdk: v1.8.1
Nginx: v1.21.6
Ingress-Nginx: v1.8.4
k8s: 1.24.6

Steps to reproduce

  • HIghload Nginx.
  • The collector's OpenTelemetry host is unavailable.

What is the expected behavior:
The absence of Coredumps when the OpenTelemetry collector host is unavailable.

What is the actual behavior:
Coredumps files are created

Additional context
Example Coredump:

(gdb) backtrace full
#0  0x00007fb00cc99b8a in opentelemetry::v1::exporter::otlp::OtlpGrpcExporter::Export(opentelemetry::v1::nostd::span<std::unique_ptr<opentelemetry::v1::sdk::trace::Recordable, std::default_delete<opentelemetry::v1::sdk::trace::Recordable> >, 18446744073709551615ul> const&) ()
   from /modules_mount/etc/nginx/modules/otel/otel_ngx_module.so
No symbol table info available.
#1  0x00007fb00cc91321 in opentelemetry::v1::sdk::trace::BatchSpanProcessor::Export() () from /modules_mount/etc/nginx/modules/otel/otel_ngx_module.so
No symbol table info available.
#2  0x00007fb00cc909c1 in opentelemetry::v1::sdk::trace::BatchSpanProcessor::DrainQueue() () from /modules_mount/etc/nginx/modules/otel/otel_ngx_module.so
No symbol table info available.
#3  0x00007fb00cc90b78 in opentelemetry::v1::sdk::trace::BatchSpanProcessor::DoBackgroundWork() () from /modules_mount/etc/nginx/modules/otel/otel_ngx_module.so
No symbol table info available.
#4  0x00007fb00c8711e3 in ?? () from /usr/lib/libstdc++.so.6
No symbol table info available.
#5  0x00007fb00de04bc2 in ?? () from /lib/ld-musl-x86_64.so.1
No symbol table info available.
#6  0x0000000000000000 in ?? ()
No symbol table info available.
@vring0 vring0 added the bug Something isn't working label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant