Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Revisit logging error stack traces in cases of fatal errors #23107
Comments
jrudolph
added 1 - triaged t:core
labels
Jun 6, 2017
raboof
self-assigned this
Jun 6, 2017
jrudolph
added 3 - in progress and removed 1 - triaged
labels
Jun 6, 2017
jrudolph
added a commit
to jrudolph/akka
that referenced
this issue
Jun 6, 2017
|
|
jrudolph |
6a5f8c7
|
raboof
added a commit
that referenced
this issue
Jun 6, 2017
|
|
raboof |
af9ce16
|
raboof
referenced
this issue
Jun 6, 2017
Merged
Log fatal errors to stderr, add exceptions to 'marked' errors #23109
raboof
added a commit
that referenced
this issue
Jun 7, 2017
|
|
raboof |
b80ee5e
|
|
Created #23117. Included the other system termination logging changes too because adding the stacktrace to the logging might make it heavier, so logging to stderr first to be on the safe side. |
raboof
referenced
this issue
Jun 7, 2017
Merged
Backport: Log fatal errors to stderr, add exceptions to 'marked' errors (#23109) #23117
patriknw
removed the
3 - in progress
label
Jun 9, 2017
patriknw
added this to the
2.4.19
milestone
Jun 9, 2017
patriknw
closed this
Jun 9, 2017
patriknw
added a commit
that referenced
this issue
Jun 12, 2017
|
|
raboof + patriknw |
56a8580
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jrudolph commentedJun 6, 2017
Right now the error and stack trace is only logged on stderr if
akka.jvm-exit-on-fatal-erroris enabled. It's not clear if that was intended or an oversight.Context: https://groups.google.com/d/topic/akka-user/R9utH4VIeXU/discussion
@raboof:
@jrudolph: