irregular application crash #707
-
Our application (v 3.3.3) has now crashed several times on different hardware with the following error message you see in attach. Due to the automatic restart of the service, the application comes back, but in most cases it crashes again immediately or reports a db-error. What means the error message? Where does this error message come from? Disk, RAM, CPU, Connection? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
it seems the type assertion here has failed and trigger a panic: |
Beta Was this translation helpful? Give feedback.
it seems the type assertion here has failed and trigger a panic:
https://github.com/cosmos/cosmos-sdk/blob/master/server/logger.go#L51