You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a rare crash in a container running a Kotlin GRPC app.
I managed to capture the java_error.log via a
"-XX:ErrorFile=/opt/disco/debug/java_error.log"]
Sadly, it wrote the core to the container filesystem: # Core dump will be written. Default location: /opt/disco/core.1
I'd love to follow up to this w/ a proper core. In the meantime, I'll post the java_error.log here.
I couldn't immediately find the magic -XX param to write the core to a place where it would be written outside the container. Is there an equivalent -XX:CoreFile arg? java_error.log
The text was updated successfully, but these errors were encountered:
This is a rare crash in a container running a Kotlin GRPC app.
I managed to capture the
java_error.log
via a"-XX:ErrorFile=/opt/disco/debug/java_error.log"]
Sadly, it wrote the core to the container filesystem:
# Core dump will be written. Default location: /opt/disco/core.1
I'd love to follow up to this w/ a proper core. In the meantime, I'll post the java_error.log here.
I couldn't immediately find the
magic -XX
param to write the core to a place where it would be written outside the container. Is there an equivalent -XX:CoreFile arg?java_error.log
The text was updated successfully, but these errors were encountered: