diff --git a/gistfile.py b/gistfile.py deleted file mode 100644 index 2f524d9d7..000000000 --- a/gistfile.py +++ /dev/null @@ -1,35 +0,0 @@ -import aiohttp -import asyncio - -URL = "http://3.68.86.121:6060/debug/pprof/goroutine?debug=2" -KEYWORD = "ed25519.PrivKey.Sign" -OUTPUT_FILE = "responses.txt" -NUM_REQUESTS = 120 -NUM_ITERATIONS = 100000 - - -async def fetch(session, url): - async with session.get(url) as response: - #print("got_res") - return await response.text() - - -async def main(): - async with aiohttp.ClientSession() as session: - x1= 0 - for i in range(NUM_ITERATIONS): - tasks = [fetch(session, URL) for _ in range(NUM_REQUESTS)] - responses = await asyncio.gather(*tasks) - - if any(KEYWORD in response for response in responses): - print("Found and saved responses containing the keyword 'ed25519.PrivKey.Sign'") - with open(OUTPUT_FILE+str(x1), 'a') as file: - for response in responses: - if KEYWORD in response: - file.write(response + "\n\n") - print("Found and saved responses containing the keyword 'ed25519.PrivKey.Sign'") - x1+=1 - - -if __name__ == '__main__': - asyncio.run(main()) diff --git a/responses.txt0 b/responses.txt0 deleted file mode 100644 index 3f4e83676..000000000 --- a/responses.txt0 +++ /dev/null @@ -1,25755 +0,0 @@ -goroutine 742819482 [running]: -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc0489629a0}) - /usr/local/go/src/runtime/pprof/pprof.go:703 +0x6a -runtime/pprof.writeGoroutine({0x396a240?, 0xc0489629a0?}, 0xc04deee360?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc0489629a0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03a523841, 0x9}, {0x3977a90, 0xc0489629a0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc0489629a0}, 0xc04975b500?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc0489629a0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc0489629a0}, 0xc04975b500) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03428ff20?}, {0x3977a90?, 0xc0489629a0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00db0a510, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 1 [select, 1447 minutes]: -github.com/cosmos/cosmos-sdk/server.WaitForQuitSignals(0xc0002c34a0, 0xc018cabe00, {0xc1adb69948b0d4d2, 0xffffffba3684cf0b, 0x4fe47e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/server/util.go:419 +0x187 -github.com/cosmos/cosmos-sdk/server.startInProcess(_, {{0x0, 0x0, 0x0}, {0x39b6270, 0xc00059e2c0}, {0xc000b76a20, 0x9}, {0x39948a8, 0xc0002a06e0}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/server/start.go:555 +0x1788 -github.com/cosmos/cosmos-sdk/server.StartCmd.func2(0xc000172300?, {0xc0006fcba0?, 0x0?, 0x3?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/server/start.go:209 +0x899 -github.com/spf13/cobra.(*Command).execute(0xc00002cf00, {0xc0006fcb10, 0x3, 0x3}) - /root/go/pkg/mod/github.com/spf13/cobra@v1.6.1/command.go:916 +0x87c -github.com/spf13/cobra.(*Command).ExecuteC(0xc00044f800) - /root/go/pkg/mod/github.com/spf13/cobra@v1.6.1/command.go:1044 +0x3a5 -github.com/spf13/cobra.(*Command).Execute(...) - /root/go/pkg/mod/github.com/spf13/cobra@v1.6.1/command.go:968 -github.com/spf13/cobra.(*Command).ExecuteContext(...) - /root/go/pkg/mod/github.com/spf13/cobra@v1.6.1/command.go:961 -github.com/cosmos/cosmos-sdk/server/cmd.Execute(0x4f41828?, {0xc0000142c0, 0xa}) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/server/cmd/execute.go:35 +0x145 -main.main() - /home/ubuntu/sei-chain/cmd/seid/main.go:16 +0x2b - -goroutine 5 [select, 1447 minutes]: -github.com/desertbit/timer.timerRoutine() - /root/go/pkg/mod/github.com/desertbit/timer@v0.0.0-20180107155436-c41aec40b27f/timers.go:119 +0xb2 -created by github.com/desertbit/timer.init.0 in goroutine 1 - /root/go/pkg/mod/github.com/desertbit/timer@v0.0.0-20180107155436-c41aec40b27f/timers.go:15 +0x1a - -goroutine 36730 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03fa63080, 0x28}, {0x3999930, 0xc021ed5290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 36790 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 14 [select]: -go.opentelemetry.io/otel/sdk/trace.(*batchSpanProcessor).processQueue(0xc0001c6fa0) - /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.9.0/trace/batch_span_processor.go:293 +0x125 -go.opentelemetry.io/otel/sdk/trace.NewBatchSpanProcessor.func1() - /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.9.0/trace/batch_span_processor.go:128 +0x54 -created by go.opentelemetry.io/otel/sdk/trace.NewBatchSpanProcessor in goroutine 1 - /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.9.0/trace/batch_span_processor.go:126 +0x2e5 - -goroutine 15 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc22f88, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc000c14000?, 0x48?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Accept(0xc000c14000) - /usr/local/go/src/internal/poll/fd_unix.go:611 +0x2ac -net.(*netFD).accept(0xc000c14000) - /usr/local/go/src/net/fd_unix.go:172 +0x29 -net.(*TCPListener).accept(0xc000c26000) - /usr/local/go/src/net/tcpsock_posix.go:152 +0x1e -net.(*TCPListener).Accept(0xc000c26000) - /usr/local/go/src/net/tcpsock.go:315 +0x30 -net/http.(*Server).Serve(0xc0005aef00, {0x3985900, 0xc000c26000}) - /usr/local/go/src/net/http/server.go:3056 +0x364 -net/http.(*Server).ListenAndServe(0xc0005aef00) - /usr/local/go/src/net/http/server.go:2985 +0x71 -net/http.ListenAndServe(...) - /usr/local/go/src/net/http/server.go:3239 -github.com/cosmos/cosmos-sdk/server.StartCmd.func2.1() - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/server/start.go:147 +0x66 -created by github.com/cosmos/cosmos-sdk/server.StartCmd.func2 in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/server/start.go:145 +0xdc - -goroutine 162 [syscall, 1447 minutes]: -os/signal.signal_recv() - /usr/local/go/src/runtime/sigqueue.go:152 +0x29 -os/signal.loop() - /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 -created by os/signal.Notify.func1.1 in goroutine 1 - /usr/local/go/src/os/signal/signal.go:151 +0x1f - -goroutine 163 [select, 1447 minutes]: -github.com/armon/go-metrics.(*InmemSignal).run(0xc0003e0000) - /root/go/pkg/mod/github.com/armon/go-metrics@v0.4.1/inmem_signal.go:64 +0x65 -created by github.com/armon/go-metrics.NewInmemSignal in goroutine 1 - /root/go/pkg/mod/github.com/armon/go-metrics@v0.4.1/inmem_signal.go:38 +0x165 - -goroutine 165 [sleep]: -time.Sleep(0x3b9aca00) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/armon/go-metrics.(*Metrics).collectStats(0xc0005aeff0) - /root/go/pkg/mod/github.com/armon/go-metrics@v0.4.1/metrics.go:236 +0x1f -created by github.com/armon/go-metrics.New in goroutine 1 - /root/go/pkg/mod/github.com/armon/go-metrics@v0.4.1/start.go:84 +0x185 - -goroutine 166 [select, 2 minutes]: -github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc0005af0e0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session_util.go:189 +0x59e -created by github.com/syndtr/goleveldb/leveldb.newSession in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:93 +0x2a6 - -goroutine 153 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc000369180) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:91 +0x12a -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:148 +0x456 - -goroutine 154 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc000369180) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_state.go:101 +0x9c -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:149 +0x496 - -goroutine 155 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc000369180) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:836 +0x698 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:155 +0x505 - -goroutine 156 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc000369180) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:773 +0x105 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:156 +0x545 - -goroutine 157 [select, 2 minutes]: -github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc0005af1d0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session_util.go:189 +0x59e -created by github.com/syndtr/goleveldb/leveldb.newSession in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:93 +0x2a6 - -goroutine 158 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc000369340) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:91 +0x12a -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:148 +0x456 - -goroutine 159 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc000369340) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_state.go:101 +0x9c -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:149 +0x496 - -goroutine 160 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc000369340) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:836 +0x698 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:155 +0x505 - -goroutine 161 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc000369340) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:773 +0x105 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:156 +0x545 - -goroutine 178 [select]: -github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFS).startTickerLocked.func1() - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/vfs/disk_health.go:566 +0xfb -created by github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFS).startTickerLocked in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/vfs/disk_health.go:555 +0x6e - -goroutine 179 [chan receive, 26 minutes]: -github.com/cockroachdb/pebble.(*cleanupManager).mainLoop(0xc00016a820) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/cleaner.go:155 +0xdb -github.com/cockroachdb/pebble.openCleanupManager.func1.1({0x398cc30, 0xc001bf8030}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/cleaner.go:86 +0x17 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b01a0?, 0x69763a22656d6974?, 0x616c66702e726570?}}, 0xc000163fc0) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.openCleanupManager.func1() - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/cleaner.go:85 +0x56 -created by github.com/cockroachdb/pebble.openCleanupManager in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/cleaner.go:84 +0x298 - -goroutine 180 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf80f0}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x657322202c7d2930?, 0x6f2d657461726170?}}, 0xc0001647a8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x616c462e67616c66?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 181 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf8150}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x616c667b65756c61?, 0x616c66702a283a67?}}, 0xc000164fa8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x79656b2d78742d70?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 182 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf8090}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x2e67616c66702a28?, 0x7830282967616c46?}}, 0xc0001657a8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x283a67616c667b65?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 183 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf8210}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x0?, 0x0?}}, 0xc000166fa8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0xc000369340?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 184 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf8270}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x0?, 0x0?}}, 0xc0001137a8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 185 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf82d0}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x0?, 0x0?}}, 0xc000113fa8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 186 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf8330}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x0?, 0x0?}}, 0xc00008ffa8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 187 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf81b0}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x0?, 0x0?}}, 0xc000799fa8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 188 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf8390}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x3063783028296761?, 0x3063333837313030?}}, 0xc0001607a8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x2a283a67616c667b?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 189 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf83f0}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x636e79732d657461?, 0x6f687370616e732e?}}, 0xc000160fa8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x616c462e67616c66?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 190 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001d86150}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x763a227269642d62?, 0x6c66702e72657069?}}, 0xc000d06fa8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x656e656722202c7d?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 191 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf84b0}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x3a67616c667b6575?, 0x2e67616c66702a28?}}, 0xc000161fa8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x65756c615667616c?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 192 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf8450}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x63726122202c7d29?, 0x65762d6c61766968?}}, 0xc0001627a8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x3030637830282967?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 193 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf8510}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x6c615667616c6670?, 0x3a67616c667b6575?}}, 0xc000162fa8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x69662d7265702d6e?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 194 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001bf8570}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x2e72657069763a22?, 0x6c615667616c6670?}}, 0xc0001637a8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x616d206570797420?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 195 [chan receive, 1447 minutes]: -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x398cc30, 0xc001e04090}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:370 +0x94 -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc0000b0200?, 0x0?, 0x0?}}, 0xc000795fa8) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:368 +0x52 -created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/table_cache.go:360 +0xe5 - -goroutine 12419801 [runnable]: -internal/poll.runtime_pollWait(0x7f300f0c5330, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03d74dd00?, 0xc033ef7800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03d74dd00, {0xc033ef7800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03d74dd00, {0xc033ef7800?, 0x419e10?, 0xc00f793aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc038911bb0, {0xc033ef7800?, 0xc052542690?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0378e73e0}, {0xc033ef7800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc019626a80, {0xc030b44000, 0x400, 0xc00f793d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03a2643c0, {0xc01ae6e71f, 0x1, 0x7f3369028800?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d2270b0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d2270b0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00f793f60, {0x3988280, 0xc04c782f20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc007085520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 12419761 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 12674689 [select, 1406 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03730f6b0, 0x28}, {0x3999930?, 0xc026815ad0}, 0xc019cd41b5?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc026815ad0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 84820 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0437c9540}, 0xc012eda870, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 84785 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 252 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc000ce41c0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:773 +0x105 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:156 +0x545 - -goroutine 204 [select]: -github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker.func1() - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/vfs/disk_health.go:171 +0xcb -created by github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker in goroutine 1 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/vfs/disk_health.go:166 +0x58 - -goroutine 250 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc000ce41c0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_state.go:101 +0x9c -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:149 +0x496 - -goroutine 715471893 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc039ba0b40}, 0xc00e9e54a0, 0xc0316d1f00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 715471892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 586695350 [select, 274 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc037c217c0}, {0xc04699dd10, 0x28}, 0xc024850ea8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819702 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192990, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790000?, 0xc07e691c72?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790000, {0xc07e5e0f5a, 0x1aed4d, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790000, {0xc07e5e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254490c8, {0xc07e5e0f5a?, 0x481718?, 0xc00e2f8090?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc042aab4c0?}, {0xc07e5e0f5a?, 0x4?, 0xc001b1b478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc042aab4c0, {0xc07e5e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc044da4d60, {0xc07e5e0000, 0x1afca7, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc051bd7000, {0xc07e5e0000?, 0xc001b1b570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc044da4d20, 0x1afca7, {0xc07e5e0000, 0x1afca7, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07e5e0000?, {0xc07e5e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc044da4d20}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc044da4d20?}, 0xc0373f5020?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc044da4d20?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03e8c2af1, 0x9}, {0x3977a90, 0xc044da4d20}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc044da4d20}, 0xc00db31400?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc044da4d20?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc044da4d20}, 0xc00db31400) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc046247500?}, {0x3977a90?, 0xc044da4d20?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8090, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 746462 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0378533b0}, {0xc03d9f5560, 0x28}, 0xc048404540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 251 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc000ce41c0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:836 +0x698 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:155 +0x505 - -goroutine 419 [select, 259 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc0306286e0}, {0xc008468b98, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc008468b98, 0x28}, {0xc008468b90, 0x5}, {0xc008468bc1, 0xd}, 0x6820, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 292 [select, 1447 minutes]: -github.com/tendermint/tendermint/rpc/jsonrpc/server.Serve.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_server.go:71 +0x7c -created by github.com/tendermint/tendermint/rpc/jsonrpc/server.Serve in goroutine 530 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_server.go:70 +0x2ba - -goroutine 211 [sleep, 2 minutes]: -time.Sleep(0x45d964b800) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/sei-protocol/sei-db/stream/changelog.(*Stream).StartPruning(0xc000450930, 0xf4240, 0x7c600b182f747069?) - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/stream/changelog/changelog.go:215 +0x33 -created by github.com/sei-protocol/sei-db/stream/changelog.NewStream in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/stream/changelog/changelog.go:67 +0x1ea - -goroutine 212 [chan receive]: -github.com/sei-protocol/sei-db/ss/pebbledb.(*Database).writeAsyncInBackground(0xc0006893f0) - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/ss/pebbledb/db.go:318 +0xc9 -created by github.com/sei-protocol/sei-db/ss/pebbledb.New in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/ss/pebbledb/db.go:131 +0x645 - -goroutine 213 [sleep, 11 minutes]: -time.Sleep(0x1053c695400) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/sei-protocol/sei-db/ss/pruning.(*Manager).Start.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/ss/pruning/manager.go:57 +0x56 -created by github.com/sei-protocol/sei-db/ss/pruning.(*Manager).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/ss/pruning/manager.go:41 +0x6d - -goroutine 170 [select]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2a9f0, 0xc01c166c00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 169 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 169 [select]: -github.com/tendermint/tendermint/internal/p2p.(*ChannelIterator).Next(0xc0190320e0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:154 +0xa5 -github.com/tendermint/tendermint/internal/p2p/pex.(*Reactor).processPexCh.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/pex/reactor.go:171 +0x91 -created by github.com/tendermint/tendermint/internal/p2p/pex.(*Reactor).processPexCh in goroutine 480 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/pex/reactor.go:168 +0xfc - -goroutine 253 [select]: -github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc0005af590) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session_util.go:189 +0x59e -created by github.com/syndtr/goleveldb/leveldb.newSession in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:93 +0x2a6 - -goroutine 138325924 [select, 1128 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03c9fa8a0, 0x28}, {0x3999930?, 0xc035c86370}, 0xc01b8ee230?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc035c86370}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 249 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc000ce41c0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:91 +0x12a -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:148 +0x456 - -goroutine 418 [IO wait, 1 minutes]: -internal/poll.runtime_pollWait(0x7f30181e4c10, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03c008680?, 0x0?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).WaitWrite(...) - /usr/local/go/src/internal/poll/fd_unix.go:683 -net.(*netFD).connect(0xc03c008680, {0x398cc68?, 0xc000053680}, {0xc02297c240?, 0x0?}, {0x3969400?, 0xc054803a20?}) - /usr/local/go/src/net/fd_unix.go:141 +0x733 -net.(*netFD).dial(0xc03c008680, {0x398cc68, 0xc000053680}, {0x3996b58?, 0x0?}, {0x3996b58?, 0xc04717b770}, 0x20?) - /usr/local/go/src/net/sock_posix.go:151 +0x3b2 -net.socket({0x398cc68, 0xc000053680}, {0x29ba6bc, 0x3}, 0x2, 0x1, 0x398ca98?, 0x30?, {0x3996b58, 0x0}, ...) - /usr/local/go/src/net/sock_posix.go:70 +0x294 -net.internetSocket({0x398cc68, 0xc000053680}, {0x29ba6bc, 0x3}, {0x3996b58, 0x0}, {0x3996b58, 0xc04717b770}, 0xc01f4bb268?, 0x0, ...) - /usr/local/go/src/net/ipsock_posix.go:142 +0xf1 -net.(*sysDialer).doDialTCPProto(0xc01d0a7c20, {0x398cc68, 0xc000053680}, 0x0, 0x7bc527?, 0xc04717b740?) - /usr/local/go/src/net/tcpsock_posix.go:78 +0xe9 -net.(*sysDialer).doDialTCP(...) - /usr/local/go/src/net/tcpsock_posix.go:68 -net.(*sysDialer).dialTCP(0x414625?, {0x398cc68?, 0xc000053680?}, 0xc0192e5301?, 0xc01f4bb4a0?) - /usr/local/go/src/net/tcpsock_posix.go:64 +0x65 -net.(*sysDialer).dialSingle(0xc01d0a7c20, {0x398cc68, 0xc000053680}, {0x39711e8?, 0xc04717b770}) - /usr/local/go/src/net/dial.go:649 +0x255 -net.(*sysDialer).dialSerial(0xc01d0a7c20, {0x398cc68, 0xc000053680}, {0xc02d6e11c0?, 0x1, 0x7d4232?}) - /usr/local/go/src/net/dial.go:614 +0x248 -net.(*sysDialer).dialParallel(0xc02d6e11b0?, {0x398cc68?, 0xc000053680?}, {0xc02d6e11c0?, 0xc000053680?, 0x29bb1f9?}, {0x0?, 0x29ba6bc?, 0x13?}) - /usr/local/go/src/net/dial.go:515 +0x3e5 -net.(*Dialer).DialContext(0xc01f4bb928, {0x398cc68, 0xc000053680}, {0x29ba6bc, 0x3}, {0xc012f7cbb8, 0x13}) - /usr/local/go/src/net/dial.go:506 +0x6de -github.com/tendermint/tendermint/internal/p2p.(*MConnTransport).Dial(0xc000cc20a0, {0x398cc68, 0xc000053680}, 0xc03d2e3180) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:182 +0x1a5 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {{0xc003f3c5a8, 0x28}, {0xc003f3c5a0, 0x5}, {0xc003f3c5d1, 0xe}, 0xa69, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:735 +0x4a5 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc003f3c5a8, 0x28}, {0xc003f3c5a0, 0x5}, {0xc003f3c5d1, 0xe}, 0xa69, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:640 +0x85 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 534 [runnable]: -internal/poll.runtime_pollWait(0x7f33bdc22ca0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc009a29800?, 0xc016ea5800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc009a29800, {0xc016ea5800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc009a29800, {0xc016ea5800?, 0x24be8e0?, 0xc043639980?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0008ac000, {0xc016ea5800?, 0x24be8e0?, 0xc043639980?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc0008ac000}, {0xc016ea5800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0165f4d80, {0xc00ca8c000, 0x400, 0xc00210cd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0018992c0, {0xc016c3a97e, 0x1, 0x7f3320666018?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d1ed0b0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d1ed0b0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00210cf60, {0x3988280, 0xc04085c2d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0019b8ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 220 [select]: -github.com/alitto/pond.(*WorkerPool).purge(0xc00048e3c0) - /root/go/pkg/mod/github.com/alitto/pond@v1.8.3/pond.go:384 +0x105 -created by github.com/alitto/pond.New in goroutine 1 - /root/go/pkg/mod/github.com/alitto/pond@v1.8.3/pond.go:144 +0x1ef - -goroutine 482 [select]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2a900, 0xc00848e060) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:135 +0x1b2 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 447 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 586695162 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0221c6000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 586695243 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 512380644 [select, 414 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 512380310 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 221 [select]: -github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc000cec000) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session_util.go:189 +0x59e -created by github.com/syndtr/goleveldb/leveldb.newSession in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:93 +0x2a6 - -goroutine 229 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc000369500) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:91 +0x12a -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:148 +0x456 - -goroutine 230 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc000369500) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_state.go:101 +0x9c -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:149 +0x496 - -goroutine 231 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc000369500) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:836 +0x698 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:155 +0x505 - -goroutine 232 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc000369500) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:773 +0x105 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:156 +0x545 - -goroutine 233 [select]: -github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc00024f860) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session_util.go:189 +0x59e -created by github.com/syndtr/goleveldb/leveldb.newSession in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:93 +0x2a6 - -goroutine 224 [select, 2 minutes]: -github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc0314b6a50) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session_util.go:189 +0x59e -created by github.com/syndtr/goleveldb/leveldb.newSession in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:93 +0x2a6 - -goroutine 57945 [IO wait, 1446 minutes]: -internal/poll.runtime_pollWait(0x7f301841e7e0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc042b2ee80?, 0xc01ae47a68?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc042b2ee80, {0xc01ae47a68, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc042b2ee80, {0xc01ae47a68?, 0x20?, 0x20?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc04166ed18, {0xc01ae47a68?, 0xc039cf75a0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04221c990) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04221c990}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc001f76ef0, {0x3985c90, 0xc04220ebc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc039cf7770?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc039cf77d0?, 0x15ffb85?, 0xc04221e720) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 57943 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 254 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc0003696c0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:91 +0x12a -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:148 +0x456 - -goroutine 255 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc0003696c0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_state.go:101 +0x9c -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:149 +0x496 - -goroutine 256 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc0003696c0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:836 +0x698 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:155 +0x505 - -goroutine 257 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc0003696c0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:773 +0x105 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:156 +0x545 - -goroutine 338 [select, 2 minutes]: -github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc00024e0f0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session_util.go:189 +0x59e -created by github.com/syndtr/goleveldb/leveldb.newSession in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go:93 +0x2a6 - -goroutine 339 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc000480fc0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:91 +0x12a -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:148 +0x456 - -goroutine 340 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc000480fc0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_state.go:101 +0x9c -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:149 +0x496 - -goroutine 341 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc000480fc0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:836 +0x698 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:155 +0x505 - -goroutine 342 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc000480fc0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:773 +0x105 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:156 +0x545 - -goroutine 225 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc000481180) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:91 +0x12a -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:148 +0x456 - -goroutine 354 [select]: -github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc000481180) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_state.go:101 +0x9c -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:149 +0x496 - -goroutine 355 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc000481180) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:836 +0x698 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:155 +0x505 - -goroutine 356 [select, 1447 minutes]: -github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc000481180) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go:773 +0x105 -created by github.com/syndtr/goleveldb/leveldb.openDB in goroutine 1 - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go:156 +0x545 - -goroutine 357 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Wait(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:200 -github.com/tendermint/tendermint/internal/proxy.(*proxyClient).OnStart.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/proxy/client.go:98 +0x5e -created by github.com/tendermint/tendermint/internal/proxy.(*proxyClient).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/proxy/client.go:94 +0xdb - -goroutine 358 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 359 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 360 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/internal/pubsub.(*Server).run.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/pubsub/pubsub.go:335 +0x3c -created by github.com/tendermint/tendermint/internal/pubsub.(*Server).run in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/pubsub/pubsub.go:334 +0xb1 - -goroutine 361 [chan receive]: -github.com/tendermint/tendermint/internal/pubsub.(*Server).run.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/pubsub/pubsub.go:347 +0x9c -created by github.com/tendermint/tendermint/internal/pubsub.(*Server).run in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/pubsub/pubsub.go:343 +0x13c - -goroutine 362 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 363 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 364 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 92403 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc034017520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 92289 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 370 [select, 1447 minutes]: -github.com/tendermint/tendermint/node.(*nodeImpl).startPrometheusServer.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/node/node.go:677 +0x7c -created by github.com/tendermint/tendermint/node.(*nodeImpl).startPrometheusServer in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/node/node.go:676 +0x253 - -goroutine 371 [IO wait, 261 minutes]: -internal/poll.runtime_pollWait(0x7f33bdc22e90, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc019db8780?, 0x4?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Accept(0xc019db8780) - /usr/local/go/src/internal/poll/fd_unix.go:611 +0x2ac -net.(*netFD).accept(0xc019db8780) - /usr/local/go/src/net/fd_unix.go:172 +0x29 -net.(*TCPListener).accept(0xc031603a60) - /usr/local/go/src/net/tcpsock_posix.go:152 +0x1e -net.(*TCPListener).Accept(0xc031603a60) - /usr/local/go/src/net/tcpsock.go:315 +0x30 -net/http.(*Server).Serve(0xc0004165a0, {0x3985900, 0xc031603a60}) - /usr/local/go/src/net/http/server.go:3056 +0x364 -net/http.(*Server).ListenAndServe(0xc0004165a0) - /usr/local/go/src/net/http/server.go:2985 +0x71 -github.com/tendermint/tendermint/node.(*nodeImpl).startPrometheusServer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/node/node.go:687 +0x2d -created by github.com/tendermint/tendermint/node.(*nodeImpl).startPrometheusServer in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/node/node.go:686 +0x2b9 - -goroutine 372 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000735ec0, {0x398cc68, 0xc031181b30}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 373 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x38, 0xc000736060, 0xc0007360c0, {0x0?, 0x0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 374 [runnable]: -sort.partition({0x3989e40, 0xc03baca2d0}, 0x2df2, 0x36ef, 0x1638b7b?) - /usr/local/go/src/sort/zsortinterface.go:157 +0x1af -sort.pdqsort({0x3989e40, 0xc03baca2d0}, 0x2df2?, 0x4001?, 0x0?) - /usr/local/go/src/sort/zsortinterface.go:114 +0x22b -sort.pdqsort({0x3989e40, 0xc03baca2d0}, 0x18?, 0x25359a0?, 0xc049e35701?) - /usr/local/go/src/sort/zsortinterface.go:121 +0x285 -sort.Sort({0x3989e40, 0xc03baca2d0}) - /usr/local/go/src/sort/sort.go:51 +0x54 -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000735f00, {0x398cc68, 0xc031181b80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:81 +0x5d7 -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 375 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x30, 0xc000736240, 0xc0007362a0, {0x7f301b9d8338?, 0xc02f6ba440}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 376 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000735f40, {0x398cc68, 0xc031181bd0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 377 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x20, 0xc000736420, 0xc000736480, {0x7f301b9d8378?, 0xc02f6ba580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 378 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000735f80, {0x398cc68, 0xc031181c20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 379 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x21, 0xc000736600, 0xc000736660, {0x7f301b9d8378?, 0xc02f6ba5a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 380 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000768000, {0x398cc68, 0xc031181c70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 381 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x22, 0xc0007367e0, 0xc000736840, {0x7f301b9d8378?, 0xc02f6ba5c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 382 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000768080, {0x398cc68, 0xc031181cc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 383 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x23, 0xc0007369c0, 0xc000736a20, {0x7f301b9d8378?, 0xc02f6ba5e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 384 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0007680c0, {0x398cc68, 0xc031181d10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 385 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x40, 0xc000736ba0, 0xc000736c00, {0x7f301b9d84f0?, 0xc02f6ba630}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 386 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000768100, {0x398cc68, 0xc031181d60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 387 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x0, 0xc000736d80, 0xc000736de0, {0x7f301b9d8530?, 0xc02f6ba690}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 388 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000768140, {0x398cc68, 0xc031181db0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 389 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x60, 0xc000736f60, 0xc000736fc0, {0x7f301b9d8570?, 0xc02f6ba6e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 390 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000768180, {0x398cc68, 0xc031181e00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 391 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x61, 0xc000737140, 0xc0007371a0, {0x7f301b9d8570?, 0xc02f6ba700}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 392 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0007681c0, {0x398cc68, 0xc031181e50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 393 [select, 448 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x62, 0xc000737320, 0xc000737380, {0x7f301b9d8570?, 0xc02f6ba720}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 394 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000768200, {0x398cc68, 0xc031181ea0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 395 [select, 926 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x63, 0xc000737500, 0xc000737560, {0x7f301b9d8570?, 0xc02f6ba740}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 396 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000768240, {0x398cc68, 0xc031181ef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 397 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x70, 0xc0007376e0, 0xc000737740, {0x7f301b9d86d8?, 0xc02f6ba7d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 398 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000768280, {0x398cc68, 0xc031181f40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 399 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x71, 0xc0007378c0, 0xc000737920, {0x7f301b9d86d8?, 0xc02f6ba7f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 400 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0007682c0, {0x398cc68, 0xc031181f90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 401 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x72, 0xc000737aa0, 0xc000737b00, {0x7f301b9d86d8?, 0xc02f6ba810}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 402 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000768300, {0x398cc68, 0xc000d10000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 403 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routeChannel(0xc000491b80, {0x398cc68, 0xc000053680}, 0x73, 0xc000737c80, 0xc000737ce0, {0x7f301b9d86d8?, 0xc02f6ba830}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:328 +0x146 -github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:309 +0x8c -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OpenChannel in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:300 +0x67b - -goroutine 404 [select, 1 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers(0xc000491b80, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:622 +0x3c6 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:1020 +0x185 - -goroutine 405 [select]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).EvictNext(0xc000491a20, {0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:769 +0xa9 -github.com/tendermint/tendermint/internal/p2p.(*Router).evictPeers(0xc000491b80, {0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:963 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:1021 +0x1eb - -goroutine 406 [select]: -github.com/tendermint/tendermint/internal/p2p.(*MConnTransport).Accept(0xc000cc20a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:157 +0x1e8 -github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers(0xc000491b80, {0x398cc68?, 0xc000053680}, {0x399bf68?, 0xc000cc20a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:498 +0x82 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:1022 +0x298 - -goroutine 407 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 420 [select, 391 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc04048eb00}, {0xc03148e058, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc03148e058, 0x28}, {0xc03148e050, 0x5}, {0xc03148e081, 0x18}, 0xc9c8, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 421 [select, 1129 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc040a60000}, {0xc016557548, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc016557548, 0x28}, {0xc016557540, 0x5}, {0xc016557571, 0xd}, 0x2eb4, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 422 [select, 1413 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc03e8a53f0}, {0xc017eab138, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc017eab138, 0x28}, {0xc017eab130, 0x5}, {0xc017eab161, 0xe}, 0x2eb4, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 423 [select, 61 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc0321de0b0}, {0xc00be5bb38, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc00be5bb38, 0x28}, {0xc00be5bb30, 0x5}, {0xc00be5bb61, 0xf}, 0x802, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 424 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc00ca54e70}, {0xc031126968, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc031126968, 0x28}, {0xc031126960, 0x5}, {0xc031126991, 0xe}, 0x6820, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 425 [select, 938 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc03317d4a0}, {0xc008468a08, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc008468a08, 0x28}, {0xc008468a00, 0x5}, {0xc008468a31, 0xd}, 0x6820, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 426 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc03764b8c0}, {0xc032cebc08, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc032cebc08, 0x28}, {0xc032cebc00, 0x5}, {0xc032cebc31, 0x9}, 0x779a, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 427 [select, 1438 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc02f376370}, {0xc03148eb48, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc03148eb48, 0x28}, {0xc03148eb40, 0x5}, {0xc03148eb71, 0xc}, 0x6820, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 428 [select, 1442 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc03c522210}, {0xc02faef6e8, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc02faef6e8, 0x28}, {0xc02faef6e0, 0x5}, {0xc02faef711, 0x1c}, 0x7797, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 429 [select, 594 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc02867c000}, {0xc0313c8608, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc0313c8608, 0x28}, {0xc0313c8600, 0x5}, {0xc0313c8631, 0x1c}, 0x2eb4, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 430 [select, 1415 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc037080f20}, {0xc0241e0008, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc0241e0008, 0x28}, {0xc0241e0000, 0x5}, {0xc0241e0031, 0xd}, 0x2eb4, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 431 [select, 1399 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc035886210}, {0xc0241e02d8, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc0241e02d8, 0x28}, {0xc0241e02d0, 0x5}, {0xc0241e0301, 0xe}, 0x6820, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 432 [select, 1439 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc02deb4000}, {0xc03148e508, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc03148e508, 0x28}, {0xc03148e500, 0x5}, {0xc03148e531, 0xe}, 0xb640, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 433 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:307 +0x293 -github.com/tendermint/tendermint/internal/p2p.(*Router).handshakePeer(0xc000491b80, {0x398cc68?, 0xc000053680?}, {0x3999930, 0xc03eb55b80}, {0xc03148e968, 0x28}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:761 +0x1c3 -github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {{0xc03148e968, 0x28}, {0xc03148e960, 0x5}, {0xc03148e991, 0xc}, 0x6820, ...}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:652 +0x3f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:605 +0x1c5 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).dialPeers in goroutine 404 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:596 +0x7b - -goroutine 408 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*ChannelIterator).Next(0xc01ae99420, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:154 +0xa5 -github.com/tendermint/tendermint/internal/evidence.(*Reactor).processEvidenceCh(0xc01d0b0580, {0x398cc68, 0xc000053680}, 0x6634316263396431?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:161 +0x65 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:88 +0xa7 - -goroutine 409 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2a8a0, 0xc014f920c0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 408 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 434 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:943 +0x125 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:941 +0x145 - -goroutine 435 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:953 +0x45 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:952 +0x1b0 - -goroutine 436 [select]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdates(0xc0006b67d0?, {0x398cc68, 0xc000053680}, 0xc01ae99390, 0xc031181db0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:229 +0x14b -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:89 +0x165 - -goroutine 437 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 438 [runnable]: -github.com/sei-protocol/sei-db/sc/memiavl.PersistedNode.Get.func1(0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/sc/memiavl/persisted_node.go:182 +0xe6 -sort.Search(0x0?, 0xc05948d688) - /usr/local/go/src/sort/search.go:65 +0x46 -github.com/sei-protocol/sei-db/sc/memiavl.PersistedNode.Get({0xc0436bb680?, 0x8c?, 0x0?}, {0xc014553f40, 0x19, 0x20?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/sc/memiavl/persisted_node.go:182 +0xf8 -github.com/sei-protocol/sei-db/sc/memiavl.(*Tree).GetWithIndex(0xc0016bc180, {0xc014553f40?, 0xc05948d7f8?, 0x47f3cf?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/sc/memiavl/tree.go:173 +0xf6 -github.com/sei-protocol/sei-db/sc/memiavl.(*Tree).Get(0x20?, {0xc014553f40?, 0xc05948d828?, 0x41581e?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/sc/memiavl/tree.go:199 +0x18 -github.com/cosmos/cosmos-sdk/storev2/commitment.(*Store).Get(0xc02e7809c0?, {0xc014553f40?, 0xc05948d828?, 0xc00bb97200?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/storev2/commitment/store.go:98 +0x22 -github.com/cosmos/cosmos-sdk/store/cachekv.(*Store).getFromCache(0xc01d6239d0, {0xc014553f40, 0x19, 0x19}) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/store/cachekv/store.go:72 +0x8e -github.com/cosmos/cosmos-sdk/store/cachekv.(*Store).Get(0xc04e4eb180?, {0xc014553f40?, 0xc05948d898?, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/store/cachekv/store.go:78 +0x1e -github.com/cosmos/cosmos-sdk/store/cachekv.(*Store).getFromCache(0xc04e4d3260, {0xc014553f40, 0x19, 0x19}) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/store/cachekv/store.go:72 +0x8e -github.com/cosmos/cosmos-sdk/store/cachekv.(*Store).Get(0x19?, {0xc014553f40?, 0x0?, 0x19?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/store/cachekv/store.go:78 +0x1e -github.com/cosmos/cosmos-sdk/store/gaskv.(*Store).Get(0xc04e4df0e0, {0xc014553f40, 0x19, 0x19}) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/store/gaskv/store.go:43 +0x6c -github.com/cosmos/cosmos-sdk/store/prefix.Store.Get({{0x39a3df0, 0xc04e4df0e0}, {0xc00010f860, 0x5, 0x1a}}, {0x4f434f0, 0x14, 0x9?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/store/prefix/store.go:72 +0x108 -github.com/cosmos/cosmos-sdk/x/params/types.Subspace.Get({{0x39a15d0, 0xc00085e320}, 0xc0001860b8, {0x3970a38, 0xc0008142a0}, {0x3970a60, 0xc000814370}, {0xc00010f860, 0x4, 0x1a}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/x/params/types/subspace.go:106 +0x213 -github.com/cosmos/cosmos-sdk/x/params/types.Subspace.GetParamSet({{0x39a15d0, 0xc00085e320}, 0xc0001860b8, {0x3970a38, 0xc0008142a0}, {0x3970a60, 0xc000814370}, {0xc00010f860, 0x4, 0x1a}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/x/params/types/subspace.go:222 +0x105 -github.com/cosmos/cosmos-sdk/x/auth/keeper.AccountKeeper.GetParams(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/x/auth/keeper/params.go:15 -github.com/cosmos/cosmos-sdk/x/auth/ante.ConsumeTxSizeGasDecorator.AnteHandle({{_, _}}, {{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/x/auth/ante/basic.go:114 +0x102 -github.com/cosmos/cosmos-sdk/types.chainAnteDecoratorHandlers.func1({{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, {0x1b2285a, ...}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:81 +0x138 -github.com/cosmos/cosmos-sdk/x/auth/ante.ValidateMemoDecorator.AnteHandle({{_, _}}, {{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/x/auth/ante/basic.go:70 +0x2ee -github.com/cosmos/cosmos-sdk/types.WrappedAnteDecorator.AnteHandle(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:122 -github.com/cosmos/cosmos-sdk/types.chainAnteDecoratorHandlers.func1({{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, {0x1b2285a, ...}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:81 +0x138 -github.com/cosmos/cosmos-sdk/x/auth/ante.TxTimeoutHeightDecorator.AnteHandle({}, {{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/x/auth/ante/basic.go:226 +0x28e -github.com/cosmos/cosmos-sdk/types.WrappedAnteDecorator.AnteHandle(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:122 -github.com/cosmos/cosmos-sdk/types.chainAnteDecoratorHandlers.func1({{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, {0x1b2285a, ...}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:81 +0x138 -github.com/cosmos/cosmos-sdk/x/auth/ante.ValidateBasicDecorator.AnteHandle({}, {{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/x/auth/ante/basic.go:38 +0x1ae -github.com/cosmos/cosmos-sdk/types.WrappedAnteDecorator.AnteHandle(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:122 -github.com/cosmos/cosmos-sdk/types.chainAnteDecoratorHandlers.func1({{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, {0x1b2285a, ...}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:81 +0x138 -github.com/sei-protocol/sei-chain/x/oracle.VoteAloneDecorator.AnteHandle({}, {{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, ...}, ...}, ...) - /home/ubuntu/sei-chain/x/oracle/ante.go:142 +0x1ae -github.com/cosmos/cosmos-sdk/types.chainAnteDecoratorHandlers.func1({{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, {0x1b2285a, ...}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:81 +0x138 -github.com/sei-protocol/sei-chain/x/oracle.SpammingPreventionDecorator.AnteHandle({{{0x39a15d0, 0xc00085e320}, {0x3970a38, 0xc000814310}, {0x3970a88, 0xc0008143c0}, {{0x39a15d0, 0xc00085e320}, 0xc0001860b8, {0x3970a38, ...}, ...}, ...}}, ...) - /home/ubuntu/sei-chain/x/oracle/ante.go:44 +0x236 -github.com/cosmos/cosmos-sdk/types.chainAnteDecoratorHandlers.func1({{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, {0x1b2285a, ...}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:81 +0x138 -github.com/cosmos/cosmos-sdk/x/auth/ante.RejectExtensionOptionsDecorator.AnteHandle({}, {{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/x/auth/ante/ext.go:35 +0x12e -github.com/cosmos/cosmos-sdk/types.WrappedAnteDecorator.AnteHandle(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:122 -github.com/cosmos/cosmos-sdk/types.chainAnteDecoratorHandlers.func1({{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, {0x1b2285a, ...}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:81 +0x138 -github.com/CosmWasm/wasmd/x/wasm/keeper.LimitSimulationGasDecorator.AnteHandle({_, _}, {{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-wasmd@v0.2.3/x/wasm/keeper/ante.go:91 +0x603 -github.com/cosmos/cosmos-sdk/types.WrappedAnteDecorator.AnteHandle(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:122 -github.com/cosmos/cosmos-sdk/types.chainAnteDecoratorHandlers.func1({{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, {0x1b2285a, ...}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:81 +0x138 -github.com/sei-protocol/sei-chain/app/antedecorators.GaslessDecorator.AnteHandle({{0xc000853ca0, 0x1, 0x1}, {{0x39a15d0, 0xc00085e320}, {0x3970a38, 0xc000814310}, {0x3970a88, 0xc0008143c0}, {{0x39a15d0, ...}, ...}, ...}, ...}, ...) - /home/ubuntu/sei-chain/app/antedecorators/gasless.go:54 +0x526 -github.com/cosmos/cosmos-sdk/types.chainAnteDecoratorHandlers.func1({{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, {0x1b2285a, ...}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:81 +0x138 -github.com/cosmos/cosmos-sdk/x/auth/ante.SetUpContextDecorator.AnteHandle({_}, {{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/x/auth/ante/setup.go:74 +0x250 -github.com/cosmos/cosmos-sdk/types.WrappedAnteDecorator.AnteHandle(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:122 -github.com/cosmos/cosmos-sdk/types.chainAnteDecoratorHandlers.func1({{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, {0x1b2285a, ...}, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/types/handler.go:81 +0x138 -github.com/sei-protocol/sei-chain/x/evm/ante.EVMRouterDecorator.AnteHandle({_, _, _, _}, {{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc04e4de840}, {{0x0, 0x0}, ...}, ...}, ...) - /home/ubuntu/sei-chain/x/evm/ante/router.go:40 +0x24e -github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).runTx(_, {{0x398c7c0, 0x5020b20}, {0x39abc70, 0xc035786a20}, {{0x0, 0x0}, {0x7fffada83ed2, 0x9}, 0x5f3af16, ...}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/baseapp/baseapp.go:932 +0xcd9 -github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).CheckTx(0xc000341340, {0x29c0178?, 0x7?}, 0xc04e4b5e40) - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/baseapp/abci.go:227 +0x3b8 -github.com/sei-protocol/sei-chain/app.(*App).CheckTx(0xc000b5f800, {0x398cc68, 0xc000053680}, 0x49a04f?) - /home/ubuntu/sei-chain/app/abci.go:38 +0xf0 -github.com/tendermint/tendermint/internal/proxy.(*proxyClient).CheckTx(0xc00044a850, {0x398cc68, 0xc000053680}, 0x5dbc288e68cde8ce?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/proxy/client.go:174 +0x16e -github.com/tendermint/tendermint/internal/mempool.(*TxMempool).CheckTx(0xc00f0f2c00, {0x398cc68, 0xc000053680}, {0xc00bb97200, 0x202, 0x202}, 0x0, {0x82, {0xc02ecc55f0, 0x28}}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/mempool.go:311 +0x270 -github.com/tendermint/tendermint/internal/mempool.(*Reactor).handleMempoolMessage(0xc000cc2280, {0x398cc68, 0xc000053680}, 0xc0346aed80) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:142 +0x2a7 -github.com/tendermint/tendermint/internal/mempool.(*Reactor).handleMessage(0xc000cc2280, {0x398cc68, 0xc000053680}, 0xc0346aed80) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:194 +0x14f -github.com/tendermint/tendermint/internal/mempool.(*Reactor).processMempoolCh(0xc000cc2280, {0x398cc68, 0xc000053680}, 0x6365363133353431?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:209 +0xba -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:112 +0xf2 - -goroutine 439 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:943 +0x125 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:941 +0x145 - -goroutine 440 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:953 +0x45 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:952 +0x1b0 - -goroutine 441 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdates(0x5de13?, {0x398cc68, 0xc000053680}, 0xc01b096780, 0x5de14?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:277 +0x13d -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:113 +0x1b0 - -goroutine 442 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 533 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0019b8ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 343 [select]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2a8d0, 0xc0092542a0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:135 +0x1b2 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 438 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 443 [select]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:943 +0x125 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:941 +0x145 - -goroutine 444 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:953 +0x45 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:952 +0x1b0 - -goroutine 445 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).peerStatsRoutine(0xc00048f980, {0x398cc68, 0xc000053680}, 0xc01b096c30) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1432 +0x105 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:213 +0x14a - -goroutine 446 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).updateRoundStateRoutine(0xc00048f980, {0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:426 +0xde -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:225 +0x226 - -goroutine 447 [sync.RWMutex.RLock]: -sync.runtime_SemacquireRWMutexR(0x2660480?, 0xc0?, 0x0?) - /usr/local/go/src/runtime/sema.go:82 +0x25 -sync.(*RWMutex).RLock(...) - /usr/local/go/src/sync/rwmutex.go:71 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).handleStateMessage(0xc00048f980, {0x398cc68, 0xc000053680}, 0xc0482dc080, {0x3974738?, 0xc015b7ca40}, 0xc0074ec1e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1047 +0xf8 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).handleMessage(0xc00048f980, {0x398cc68, 0xc000053680}, 0xc0482dc080, {0xc01bb2a900?, 0xc01bb2a930?, 0xc01bb2a960?, 0xc01bb2a990?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1308 +0x312 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).processStateCh(0xc00048f980, {0x398cc68, 0xc000053680}, {0xc01bb2a900?, 0xc01bb2a930?, 0xc01bb2a960?, 0xc01bb2a990?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1331 +0xdd -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:227 +0x30f - -goroutine 448 [select]: -github.com/tendermint/tendermint/internal/p2p.(*ChannelIterator).Next(0xc01b63ca10, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:154 +0xa5 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).processDataCh(0xc00048f980, {0x398cc68, 0xc000053680}, {0xc01bb2a900?, 0xc01bb2a930?, 0xc01bb2a960?, 0xc01bb2a990?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1350 +0x92 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:228 +0x3f2 - -goroutine 449 [sync.RWMutex.RLock]: -sync.runtime_SemacquireRWMutexR(0xc0314b36e0?, 0xe0?, 0x1?) - /usr/local/go/src/runtime/sema.go:82 +0x25 -sync.(*RWMutex).RLock(...) - /usr/local/go/src/sync/rwmutex.go:71 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).handleVoteMessage(0xc00048f980, {0x398cc68, 0xc000053680}, 0xc0482dc400, {0x3974670?, 0xc00ee5d888}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1191 +0x1e7 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).handleMessage(0xc00048f980, {0x398cc68, 0xc000053680}, 0xc0482dc400, {0xc01bb2a900?, 0xc01bb2a930?, 0xc01bb2a960?, 0xc01bb2a990?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1312 +0x411 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).processVoteCh(0xc00048f980, {0x398cc68, 0xc000053680}, {0xc01bb2a900?, 0xc01bb2a930?, 0xc01bb2a960?, 0xc01bb2a990?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1373 +0xdd -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:229 +0x4d7 - -goroutine 466 [select]: -github.com/tendermint/tendermint/internal/p2p.(*ChannelIterator).Next(0xc01b63ca50, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:154 +0xa5 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).processVoteSetBitsCh(0xc00048f980, {0x398cc68, 0xc000053680}, {0xc01bb2a900?, 0xc01bb2a930?, 0xc01bb2a960?, 0xc01bb2a990?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1392 +0x92 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:230 +0x5ba - -goroutine 467 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdates(0x6130323232313161?, {0x398cc68, 0xc000053680}, 0xc01b096c30, {0xc01bb2a900?, 0xc01bb2a930?, 0xc01bb2a960?, 0xc01bb2a990?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1416 +0x1ab -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:231 +0x6af - -goroutine 468 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 451 [select]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2a930, 0xc00d3c0660) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 448 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 452 [select]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2a990, 0xc00d3c06c0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 466 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 498 [select]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2a960, 0xc0293862a0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:135 +0x1b2 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 449 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 64417 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0062a5090}, 0xc02364fe00, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 64414 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 471 [select]: -github.com/tendermint/tendermint/internal/blocksync.(*Reactor).requestRoutine(0xc02c08d340, {0x398cc68, 0xc000053680}, 0x3234343632323565?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/blocksync/reactor.go:457 +0x17b -created by github.com/tendermint/tendermint/internal/blocksync.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/blocksync/reactor.go:179 +0x557 - -goroutine 55251 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc033ad7770}, {0xc02d942870, 0x28}, 0xc02478a380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 473 [select]: -github.com/tendermint/tendermint/internal/p2p.(*ChannelIterator).Next(0xc01b63cb30, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:154 +0xa5 -github.com/tendermint/tendermint/internal/blocksync.(*Reactor).processBlockSyncCh(0xc02c08d340, {0x398cc68, 0xc000053680}, 0x3132306538623636?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/blocksync/reactor.go:317 +0x65 -created by github.com/tendermint/tendermint/internal/blocksync.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/blocksync/reactor.go:184 +0x6a9 - -goroutine 474 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:943 +0x125 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:941 +0x145 - -goroutine 475 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:953 +0x45 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:952 +0x1b0 - -goroutine 476 [select]: -github.com/tendermint/tendermint/internal/blocksync.(*Reactor).processPeerUpdates(0x3431323132303830?, {0x398cc68, 0xc000053680}, 0xc01a47d260, 0x3831306539636164?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/blocksync/reactor.go:417 +0x13d -created by github.com/tendermint/tendermint/internal/blocksync.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/blocksync/reactor.go:185 +0x799 - -goroutine 477 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 453 [select]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2a9c0, 0xc00d3c0720) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 473 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 478 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:943 +0x125 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:941 +0x145 - -goroutine 479 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:953 +0x45 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:952 +0x1b0 - -goroutine 480 [select]: -github.com/tendermint/tendermint/internal/p2p/pex.(*Reactor).processPexCh(0xc0003336c0, {0x398cc68?, 0xc000053680}, 0xc01bb2a9f0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/pex/reactor.go:192 +0x253 -created by github.com/tendermint/tendermint/internal/p2p/pex.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/pex/reactor.go:155 +0xc5 - -goroutine 481 [select]: -github.com/tendermint/tendermint/internal/p2p/pex.(*Reactor).processPeerUpdates(0x6162646334393664?, {0x398cc68, 0xc000053680}, 0xc01a47d810) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/pex/reactor.go:249 +0x107 -created by github.com/tendermint/tendermint/internal/p2p/pex.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/pex/reactor.go:156 +0x13d - -goroutine 514 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 515 [select, 448 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*ChannelIterator).Next(0xc020656290, {0x398cc68?, 0xc031646000?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:154 +0xa5 -github.com/tendermint/tendermint/internal/statesync.(*Reactor).processChannels(0xc000ce2480, {0x398cc68?, 0xc000053680?}, 0xc00bf9b710) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/statesync/reactor.go:948 +0x238 -created by github.com/tendermint/tendermint/internal/statesync.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/statesync/reactor.go:330 +0x48b - -goroutine 516 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:943 +0x125 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:941 +0x145 - -goroutine 517 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:953 +0x45 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:952 +0x1b0 - -goroutine 518 [select]: -github.com/tendermint/tendermint/internal/statesync.(*Reactor).processPeerUpdates(0x3439353135653032?, {0x398cc68, 0xc000053680}, 0xc00991a940) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/statesync/reactor.go:1049 +0x125 -created by github.com/tendermint/tendermint/internal/statesync.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/statesync/reactor.go:336 +0x549 - -goroutine 519 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 520 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:943 +0x125 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:941 +0x145 - -goroutine 521 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:953 +0x45 -created by github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Register in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/peermanager.go:952 +0x1b0 - -goroutine 522 [select]: -github.com/tendermint/tendermint/internal/dbsync.(*Reactor).processPeerUpdates(0x3932396263326264?, {0x398cc68, 0xc000053680}, 0xc01b11fbf0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/dbsync/reactor.go:505 +0x125 -created by github.com/tendermint/tendermint/internal/dbsync.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/dbsync/reactor.go:183 +0xe9 - -goroutine 523 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*ChannelIterator).Next(0xc01abfe250, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:154 +0xa5 -github.com/tendermint/tendermint/internal/dbsync.(*Reactor).processMetadataCh(0xc001c12820, {0x398cc68, 0xc000053680}, 0x6533613636303763?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/dbsync/reactor.go:516 +0x65 -created by github.com/tendermint/tendermint/internal/dbsync.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/dbsync/reactor.go:189 +0x22d - -goroutine 524 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*ChannelIterator).Next(0xc01abfe0f0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:154 +0xa5 -github.com/tendermint/tendermint/internal/dbsync.(*Reactor).processFileCh(0xc001c12820, {0x398cc68, 0xc000053680}, 0x6236653065346636?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/dbsync/reactor.go:532 +0x65 -created by github.com/tendermint/tendermint/internal/dbsync.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/dbsync/reactor.go:190 +0x2d1 - -goroutine 525 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*ChannelIterator).Next(0xc01abfe600, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:154 +0xa5 -github.com/tendermint/tendermint/internal/dbsync.(*Reactor).processLightBlockCh(0xc001c12820, {0x398cc68, 0xc000053680}, 0x6436383030383134?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/dbsync/reactor.go:548 +0x65 -created by github.com/tendermint/tendermint/internal/dbsync.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/dbsync/reactor.go:191 +0x375 - -goroutine 526 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*ChannelIterator).Next(0xc01abfe4c0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:154 +0xa5 -github.com/tendermint/tendermint/internal/dbsync.(*Reactor).processParamsCh(0xc001c12820, {0x398cc68, 0xc000053680}, 0x3531376433636361?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/dbsync/reactor.go:564 +0x65 -created by github.com/tendermint/tendermint/internal/dbsync.(*Reactor).OnStart in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/dbsync/reactor.go:192 +0x419 - -goroutine 171 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc000b1c0f0}, {0xc0311279a8, 0x28}, 0x5de14?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 528 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 499 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2ab10, 0xc0293863c0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 524 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 500 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2aae0, 0xc029386420) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 523 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 344 [select, 452 minutes]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc031646000}, 0xc01bb2aa20, 0xc009254660) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator.func1(0x6263643563343865?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:191 +0x5e -created by github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator in goroutine 515 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:189 +0x91 - -goroutine 501 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2ab70, 0xc029386540) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 526 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 345 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc031646000}, 0xc01bb2aa50, 0xc009254660) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator.func1(0x3262316332363332?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:191 +0x5e -created by github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator in goroutine 515 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:189 +0x91 - -goroutine 346 [select, 448 minutes]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc031646000}, 0xc01bb2aa80, 0xc009254660) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator.func1(0x3232313066666666?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:191 +0x5e -created by github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator in goroutine 515 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:189 +0x91 - -goroutine 502 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc000053680}, 0xc01bb2ab40, 0xc0293865a0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:113 +0x5b -created by github.com/tendermint/tendermint/internal/p2p.(*Channel).Receive in goroutine 525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:111 +0xe5 - -goroutine 347 [select, 926 minutes]: -github.com/tendermint/tendermint/internal/p2p.iteratorWorker({0x398cc68, 0xc031646000}, 0xc01bb2aab0, 0xc009254660) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:131 +0xc9 -github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator.func1(0x6666653930306561?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:191 +0x5e -created by github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator in goroutine 515 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:189 +0x91 - -goroutine 348 [semacquire, 1447 minutes]: -sync.runtime_Semacquire(0x3462336636623031?) - /usr/local/go/src/runtime/sema.go:62 +0x25 -sync.(*WaitGroup).Wait(0x3338646436656363?) - /usr/local/go/src/sync/waitgroup.go:116 +0x48 -github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:196 +0x4d -created by github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator in goroutine 515 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:196 +0x1ed - -goroutine 349 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:204 +0x52 -created by github.com/tendermint/tendermint/internal/p2p.MergedChannelIterator in goroutine 515 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/channel.go:198 +0x23b - -goroutine 113771017 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc030ac8e10}, 0xc00c9945a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 113771014 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 34639 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc006d2f6d0}, 0xc006c44870, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 529 [sync.Cond.Wait]: -sync.runtime_notifyListWait(0xc0016fb510, 0x1fc4ce2) - /usr/local/go/src/runtime/sema.go:527 +0x159 -sync.(*Cond).Wait(0xc02c602370?) - /usr/local/go/src/sync/cond.go:70 +0x85 -github.com/tendermint/tendermint/internal/libs/queue.(*Queue).Wait(0xc000c0d7c0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/queue/queue.go:158 +0x118 -github.com/tendermint/tendermint/internal/pubsub.(*Subscription).Next(0xc00090cf30, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/pubsub/subscription.go:50 +0x56 -github.com/tendermint/tendermint/internal/rpc/core.(*Environment).StartService.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/rpc/core/env.go:270 +0xea -created by github.com/tendermint/tendermint/internal/rpc/core.(*Environment).StartService in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/rpc/core/env.go:266 +0x43d - -goroutine 530 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc22ba8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01b26e900?, 0x4?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Accept(0xc01b26e900) - /usr/local/go/src/internal/poll/fd_unix.go:611 +0x2ac -net.(*netFD).accept(0xc01b26e900) - /usr/local/go/src/net/fd_unix.go:172 +0x29 -net.(*TCPListener).accept(0xc00059e200) - /usr/local/go/src/net/tcpsock_posix.go:152 +0x1e -net.(*TCPListener).Accept(0xc00059e200) - /usr/local/go/src/net/tcpsock.go:315 +0x30 -golang.org/x/net/netutil.(*limitListener).Accept(0xc00090d170) - /root/go/pkg/mod/golang.org/x/net@v0.25.0/netutil/listen.go:63 +0x85 -net/http.(*Server).Serve(0xc001968000, {0x3988d00, 0xc00090d170}) - /usr/local/go/src/net/http/server.go:3056 +0x364 -github.com/tendermint/tendermint/rpc/jsonrpc/server.Serve({0x398cc68?, 0xc000053680}, {0x3988d00, 0xc00090d170}, {0x39692c0, 0xc00059e260}, {0x398ca98?, 0xc0002223f0}, 0xc02a20d110) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_server.go:80 +0x2d4 -github.com/tendermint/tendermint/internal/rpc/core.(*Environment).StartService.func4() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/rpc/core/env.go:343 +0x45 -created by github.com/tendermint/tendermint/internal/rpc/core.(*Environment).StartService in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/rpc/core/env.go:342 +0xd68 - -goroutine 531 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 28957 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0479bc9a0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc031365e90, 0x28}, {0x3999930, 0xc0479bc9a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29558 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 532 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc229b8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01a213100?, 0x4?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Accept(0xc01a213100) - /usr/local/go/src/internal/poll/fd_unix.go:611 +0x2ac -net.(*netFD).accept(0xc01a213100) - /usr/local/go/src/net/fd_unix.go:172 +0x29 -net.(*TCPListener).accept(0xc01aeaf0a0) - /usr/local/go/src/net/tcpsock_posix.go:152 +0x1e -net.(*TCPListener).Accept(0xc01aeaf0a0) - /usr/local/go/src/net/tcpsock.go:315 +0x30 -google.golang.org/grpc.(*Server).Serve(0xc00023a000, {0x3985900, 0xc01aeaf0a0}) - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/server.go:732 +0x358 -github.com/cosmos/cosmos-sdk/server/grpc.StartGRPCServer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/server/grpc/server.go:48 +0x35 -created by github.com/cosmos/cosmos-sdk/server/grpc.StartGRPCServer in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/server/grpc/server.go:47 +0x2b4 - -goroutine 241691138 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03340b810, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03564af60, 0x28}, {0x3999930, 0xc03340b810}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 241690737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 535 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 536 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0311279a8, 0x28}, {0x3999930?, 0xc0008b0000}, 0x6266646238316261?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 537 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0019ce780, {0x398cc68, 0xc0019d04b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 536 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 486 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc000dac140}, {0xc0311279a8, 0x28}, 0xc000c1aea8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 538 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0008b0000, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0311279a8, 0x28}, {0x3999930, 0xc0008b0000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 536 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 539 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0311279a8, 0x28}, {0x3999930, 0xc0008b0000}, {0x398de90, 0xc0019ce780}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 536 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 743090370 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369194a80, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d3180?, 0xc03ac5a581?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0404d3180, {0xc03ac5a581, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0404d3180, {0xc03ac5a581?, 0xc000da6f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254491b8, {0xc03ac5a581?, 0x471cd0?, 0xc030c31f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03ac5a570) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819732 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 1637400 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc025123c20}, 0xc02efde870, 0xc039cdc900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 1637398 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 586273073 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc039af88c0}, 0xc035e2b4a0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 586273072 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 544659709 [select, 353 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 544659399 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 52513 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0419c1260, 0x28}, {0x3999930?, 0xc03364c000}, 0xc01a776d40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03364c000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 1557 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03189a120, 0x28}, {0x3999930, 0xc00d5d89a0}, {0x398de90, 0xc01f072900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 709147270 [select, 58 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 709146193 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 544659399 [select, 353 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc037d08720, 0x28}, {0x3999930?, 0xc04124cbb0}, 0xc019d69430?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc04124cbb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 26738936 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0369caf00, {0x398cc68, 0xc036b37090}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 26738886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 368287447 [select, 675 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc033c29d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 368286074 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819516 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d093b8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03752ad80?, 0xc078691c72?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03752ad80, {0xc0785e0f5a, 0x1fed39, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03752ad80, {0xc0785e0f5a?, 0xc03fd71330?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025448ff8, {0xc0785e0f5a?, 0x481718?, 0xc00e287170?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0422e43c0?}, {0xc0785e0f5a?, 0x4?, 0xc03fd71478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0422e43c0, {0xc0785e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc021021380, {0xc0785e0000, 0x1ffc93, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc03b3a1bc0, {0xc0785e0000?, 0xc03fd71570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc021021340, 0x1ffc93, {0xc0785e0000, 0x1ffc93, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0785e0000?, {0xc0785e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc021021340}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc021021340?}, 0xc03ea342d0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc021021340?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215ae21, 0x9}, {0x3977a90, 0xc021021340}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc021021340}, 0xc00e62f100?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc021021340?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc021021340}, 0xc00e62f100) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc032971ef0?}, {0x3977a90?, 0xc021021340?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287170, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 743172626 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 279439232 [select, 856 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0314b36e0, 0x28}, {0x3999930?, 0xc0083e24d0}, 0xc0255046b1?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0083e24d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 544659707 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc018e48d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 544659399 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 50994 [select, 869 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02c13f040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 49999 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 746594 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03d9f5560, 0x28}, {0x3999930, 0xc02f376bb0}, {0x398de90, 0xc03cb05e80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 746525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 687646465 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02cd965a0}, 0xc03b17af00, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 687646551 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 50731 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0267fca50}, 0xc0267ad1d0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 50730 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 519900320 [select, 372 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0391b6d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 519900244 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 228478388 [select, 951 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc036c9e390, 0x28}, {0x3999930?, 0xc032052dc0}, 0xc017c99060?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc032052dc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 15117 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc044b4bef0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02a20c1b0, 0x28}, {0x3999930, 0xc044b4bef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 15109 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 10178622 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03c223740, {0x398cc68, 0xc03ff04870}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 10178467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 1583235 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02360e730}, 0xc00b79d3b0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 1583136 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 36726 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02fbf36c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 36790 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 176993 [IO wait]: -internal/poll.runtime_pollWait(0x7f301ac063a0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0176f4600?, 0xc02085f000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0176f4600, {0xc02085f000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0176f4600, {0xc02085f000?, 0x72?, 0xadb6fd45dea6b6?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc035010560, {0xc02085f000?, 0x4fe47e0?, 0xc001b69aa8?}) - /usr/local/go/src/net/net.go:179 +0x45 -bufio.(*Reader).fill(0xc013afd620) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc013afd620, 0x2) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -github.com/gorilla/websocket.(*Conn).read(0xc01db302c0, 0x72?) - /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.0/conn.go:371 +0x26 -github.com/gorilla/websocket.(*Conn).advanceFrame(0xc01db302c0) - /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.0/conn.go:809 +0x6d -github.com/gorilla/websocket.(*Conn).NextReader(0xc01db302c0) - /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.0/conn.go:1009 +0xb0 -github.com/tendermint/tendermint/rpc/jsonrpc/server.(*wsConnection).readRoutine(0xc01b863c00, {0x398cc68?, 0xc036c742d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/ws_handler.go:285 +0x27c -created by github.com/tendermint/tendermint/rpc/jsonrpc/server.(*wsConnection).Start in goroutine 177128 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/ws_handler.go:190 +0xc5 - -goroutine 29169 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0357eb2c0}, {0xc042cfe7b0, 0x28}, 0xc005820f48?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 113770901 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03f0f43c0, {0x398cc68, 0xc024b4c500}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 113770867 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 29443 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0476805d0, 0x28}, {0x3999930?, 0xc043e66a50}, 0xc01bffce50?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc043e66a50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 95901209 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03483a2a0, 0x28}, {0x3999930, 0xc037080420}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 95901116 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 20650 [IO wait]: -internal/poll.runtime_pollWait(0x7f301b499af0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0209b0780?, 0xc053cf0000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0209b0780, {0xc053cf0000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0209b0780, {0xc053cf0000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0342efa80, {0xc053cf0000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc034d87410}, {0xc053cf0000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0209b0800, {0xc036b04c00, 0x400, 0xc002182d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03bb3e4e0, {0xc01baae160, 0x1, 0x7f332335a940?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc058c133b0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc058c133b0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc002182f60, {0x3988280, 0xc035380710}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc033ad2d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 21055 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 47960 [IO wait]: -internal/poll.runtime_pollWait(0x7f3018418378, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc019f9ec80?, 0xc01ed74000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc019f9ec80, {0xc01ed74000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc019f9ec80, {0xc01ed74000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0426681b8, {0xc01ed74000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0426aa5a0}, {0xc01ed74000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc041b25e00, {0xc03aa20000, 0x400, 0xc00275ed18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc042e85320, {0xc01844aab8, 0x1, 0x7f3011cd8050?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc040c350e0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc040c350e0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00275ef60, {0x3988280, 0xc01afc2160}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc021686000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 48043 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 556410923 [select, 330 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0159929f0, 0x28}, {0x3999930?, 0xc036d98160}, 0xc01b57a760?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc036d98160}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 8947449 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc038557e90, 0x28}, {0x3999930, 0xc03444a000}, {0x398de90, 0xc02153a180}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 8947354 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 496634975 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0458415f0, 0x28}, {0x3999930, 0xc034342790}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 496633339 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 48023 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03bf3e0f0}, 0xc03b17a000, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 48020 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 726960369 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc022154370, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc04e6be840, 0x28}, {0x3999930, 0xc022154370}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 726958892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 113770847 [select, 1180 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 113770867 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 6384 [chan receive, 1447 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc0050ed638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc02fc8e130}, 0xc0178a19e0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc02fc8e130}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 424 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 55230 [IO wait]: -internal/poll.runtime_pollWait(0x7f301841ebc0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc018925b00?, 0xc03aec0800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc018925b00, {0xc03aec0800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc018925b00, {0xc03aec0800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc014bac478, {0xc03aec0800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03b9ccff0}, {0xc03aec0800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc017672900, {0xc02e5c9800, 0x400, 0xc0051e1d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01f8cdb00, {0xc01b9d51aa, 0x1, 0x7f301ac5d2d8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc039aa9d40) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc039aa9d40}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0051e1f60, {0x3988280, 0xc0328c91a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc04113cea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 54972 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 20655 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc034075540}, {0xc03b45e2a0, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 933991 [select, 1443 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03bdecc90, 0x28}, {0x3999930?, 0xc0410551e0}, 0xc0180fb190?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0410551e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 16635 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0321967d0}, {0xc0215ca690, 0x28}, 0xa?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 731861908 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0331e1900}, 0xc012b28870, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 731861753 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 554207084 [select, 335 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 554206550 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 107555 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02db71810}, 0xc00f456ff0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 107296 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 43728 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc033fbec30}, {0xc034d82ff0, 0x28}, 0xc01f938b00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 34746 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc01f061450}, 0xc0009b70e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 23889 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 131261 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02c226500}, 0xc025930870, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 131258 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 69603722 [select, 1275 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 69603836 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 55232 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03a0a5980, {0x398cc68, 0xc033ad76d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 54972 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 43677 [runnable]: -internal/poll.runtime_pollWait(0x7f3018418758, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc018369f80?, 0xc053cf1000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc018369f80, {0xc053cf1000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc018369f80, {0xc053cf1000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0424bd3e8, {0xc053cf1000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc029bcfc50}, {0xc053cf1000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01cc37700, {0xc02d37c800, 0x400, 0xc002933d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc025201620, {0xc029c48cc4, 0x1, 0x7f33204db500?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04da045d0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04da045d0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc002933f60, {0x3988280, 0xc04fd2ebf0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc005eb6000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 43670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 700825556 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0206f20a0}, {0xc01cc38b98, 0x28}, 0xc02ef899c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 743090313 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e4eb0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03dac4400?, 0xc042bb8281?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03dac4400, {0xc042bb8281, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03dac4400, {0xc042bb8281?, 0xc016cb0728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03c039528, {0xc042bb8281?, 0x471cd0?, 0xc03191ae00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc042bb8270) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819483 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 206364 [IO wait]: -internal/poll.runtime_pollWait(0x7f301ac061b0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01748f180?, 0xc0223e4000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01748f180, {0xc0223e4000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01748f180, {0xc0223e4000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02c65f790, {0xc0223e4000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc041d54fc0}, {0xc0223e4000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01748f200, {0xc024944c00, 0x400, 0xc02eb59d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02603ae40, {0xc01990362e, 0x1, 0x7f3320b055b8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc0420f7b00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc0420f7b00}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc02eb59f60, {0x3988280, 0xc02d928670}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0258d0340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 206218 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 34601 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc035587540}, 0xc00a1b0a50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29298 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 44754 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0218ef4f0}, 0xc013b8f4a0, 0xc001e57f48?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 44545 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 206438 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc01333e960}, {0xc037c62540, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 12674910 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc040b3bbc0, {0x398cc68, 0xc0355554a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 12674689 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 15109 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02a20c1b0, 0x28}, {0x3999930?, 0xc044b4bef0}, 0xc017fa9400?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc044b4bef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 410165799 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03754c820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 410165373 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 26738935 [select, 1371 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 26738886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 919982 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc034250320}, 0xc03d7971d0, 0xc039f94240?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 919980 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 43657 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0369db720}, 0xc0038965a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 43654 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 76915909 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc042bd3200, {0x398cc68, 0xc03b3c2640}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 76915105 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 29575 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0050cc640}, {0xc031365e90, 0x28}, 0xc000bfe180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819517 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d092c0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a000?, 0xc07b4b1982?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a000, {0xc07b3e0f5a, 0x1a6dfa, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a000, {0xc07b3e0f5a?, 0x25ecc40?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449000, {0xc07b3e0f5a?, 0x481718?, 0xc00e287200?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0422e44c0?}, {0xc07b3e0f5a?, 0x4?, 0xc0028ab478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0422e44c0, {0xc07b3e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039ac37e0, {0xc07b3e0000, 0x1a7d54, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05479eb40, {0xc07b3e0000?, 0xc0028ab570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039ac37a0, 0x1a7d54, {0xc07b3e0000, 0x1a7d54, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07b3e0000?, {0xc07b3e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039ac37a0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039ac37a0?}, 0xc0411db22a?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039ac37a0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc035bffcf1, 0x9}, {0x3977a90, 0xc039ac37a0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039ac37a0}, 0xc00765f700?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039ac37a0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039ac37a0}, 0xc00765f700) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e958090?}, {0x3977a90?, 0xc039ac37a0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287200, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 95901242 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0350e6a00}, 0xc00e5a61e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 95901239 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 69603728 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03ef2f590}, 0xc0143c0000, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 69603726 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 241691122 [runnable]: -internal/poll.runtime_pollWait(0x7f33231e90e0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0431a7d80?, 0xc055554000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0431a7d80, {0xc055554000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0431a7d80, {0xc055554000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc033df9680, {0xc055554000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03ff9b2f0}, {0xc055554000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01628e600, {0xc015246c00, 0x400, 0xc020b03d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc026facd20, {0xc0176aa8e3, 0x1, 0x7f3320bb12b0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04ddd3cb0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04ddd3cb0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc020b03f60, {0x3988280, 0xc04bccd410}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc020c7bd40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 241690737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 50919 [runnable]: -internal/poll.runtime_pollWait(0x7f3018418090, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01979a500?, 0xc033ef6800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01979a500, {0xc033ef6800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01979a500, {0xc033ef6800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03b23a250, {0xc033ef6800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc025f65560}, {0xc033ef6800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01af9b480, {0xc01e7e6800, 0x400, 0xc046a5fd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc026acd020, {0xc0199adf3b, 0x1, 0x7f3369130248?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dd0b620) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dd0b620}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc046a5ff60, {0x3988280, 0xc039ac6ef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc031f901a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 50850 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 508975055 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03315d950}, 0xc019295590, 0xc03b2bf140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 508975054 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 947668 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03b192300, 0x28}, {0x3999930, 0xc0291b3970}, {0x398de90, 0xc04223ad80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 947372 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 169057708 [select, 1067 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0394000f0}, {0xc03d9f46c0, 0x28}, 0xc04b658540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 15487171 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc034cc9130, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03e051b30, 0x28}, {0x3999930, 0xc034cc9130}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 15485990 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 304289528 [runnable]: -internal/poll.runtime_pollWait(0x7f33231e9c80, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01a4b5780?, 0xc041b35000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01a4b5780, {0xc041b35000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01a4b5780, {0xc041b35000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03530cc28, {0xc041b35000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc02373b8c0}, {0xc041b35000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01a4b5880, {0xc032e11800, 0x400, 0xc033745d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0481994a0, {0xc01896773a, 0x1, 0x7f33682c6bc8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c4c5140) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c4c5140}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc033745f60, {0x3988280, 0xc03b23d050}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03388e9c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 304289635 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 283977585 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc035c6c320}, {0xc00e81fd10, 0x28}, 0xc03ac18340?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 580116 [select, 1444 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0255aeb40}, {0xc0311274a8, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 54928 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02df1e2d0}, 0xc01fc68e10, 0xc037028fc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 54927 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 41626 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 430 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 342688 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc027e22300, {0x398cc68, 0xc0210fee60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 342235 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 15487038 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02d8b0870}, 0xc021d752c0, 0xc035f74800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15487037 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 45372 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02149eb90}, 0xc0214d43c0, 0xb?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 45370 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 276560892 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00feacd00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 276559670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 48022 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03bf3e0f0}, 0xc03b17a000, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 48020 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 274040143 [select, 860 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02ea8e4e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 274037650 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 169057783 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03c981c30, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03d9f46c0, 0x28}, {0x3999930, 0xc03c981c30}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 169057831 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 742819556 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e46f0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4680?, 0xc07de4187a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03e9d4680, {0xc07dde0f5a, 0x1a71bd, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03e9d4680, {0xc07dde0f5a?, 0xc02eeaae00?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034492d38, {0xc07dde0f5a?, 0x481718?, 0xc00deb1ef0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc037277fc0?}, {0xc07dde0f5a?, 0x4?, 0xc00786b478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc037277fc0, {0xc07dde0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc010854d60, {0xc07dde0000, 0x1a8117, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc050c10480, {0xc07dde0000?, 0xc00786b570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc010854d20, 0x1a8117, {0xc07dde0000, 0x1a8117, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07dde0000?, {0xc07dde0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc010854d20}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc010854d20?}, 0xc02a4f7f50?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc010854d20?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03c4114b1, 0x9}, {0x3977a90, 0xc010854d20}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc010854d20}, 0xc00fdac100?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc010854d20?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc010854d20}, 0xc00fdac100) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc043865440?}, {0x3977a90?, 0xc010854d20?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00deb1ef0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 276560893 [runnable]: -internal/poll.runtime_pollWait(0x7f30181e4b18, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc026c69000?, 0xc045aaf800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc026c69000, {0xc045aaf800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc026c69000, {0xc045aaf800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0342e18f8, {0xc045aaf800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc035a56930}, {0xc045aaf800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01bdca900, {0xc0095cac00, 0x400, 0xc03c79ad18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02e582ba0, {0xc019baa872, 0x1, 0x7f3321109208?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d4df380) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d4df380}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03c79af60, {0x3988280, 0xc026124140}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00feacd00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 276559670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 496635045 [select, 445 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0480a1f90}, {0xc0458415f0, 0x28}, 0xc035ff6680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 58627810 [select, 1299 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 58627739 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 539924 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03aaf3590}, 0xc02089ea50, 0xc01f072880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 539923 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 1637407 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc025123f40}, {0xc0410d1590, 0x28}, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 659083017 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc039c28140, {0x398cc68, 0xc038b8cf00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 659082963 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 41628 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc037cc46c0, {0x398cc68, 0xc037cb1c70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 41627 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 20652 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc037029040, {0x398cc68, 0xc0340754a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 21055 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 131260 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02c226500}, 0xc025930870, 0xc03a0a5900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 131258 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 92407 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02357c9c0, 0x28}, {0x3999930, 0xc03c680e70}, {0x398de90, 0xc03639f280}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 92289 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 742819487 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ecbf8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03094a480?, 0xc07d8b1982?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03094a480, {0xc07d7e0f5a, 0x1a9d38, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03094a480, {0xc07d7e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc03c039c38, {0xc07d7e0f5a?, 0x481718?, 0xc00db0b050?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03c783180?}, {0xc07d7e0f5a?, 0x4?, 0xc005789478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03c783180, {0xc07d7e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc044da4ac0, {0xc07d7e0000, 0x1aac92, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc051bd69c0, {0xc07d7e0000?, 0xc005789570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc044da4a80, 0x1aac92, {0xc07d7e0000, 0x1aac92, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07d7e0000?, {0xc07d7e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc044da4a80}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc044da4a80?}, 0xc0373f4480?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc044da4a80?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03e8c2911, 0x9}, {0x3977a90, 0xc044da4a80}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc044da4a80}, 0xc00db31100?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc044da4a80?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc044da4a80}, 0xc00db31100) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03609f080?}, {0x3977a90?, 0xc044da4a80?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00db0b050, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 10178621 [select, 1414 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 10178467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 43696 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03226c000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 43489 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 934001 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03acd1900, {0x398cc68, 0xc02d64cf50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 933991 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743172669 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 43750 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc04774d090}, {0xc034d82ff0, 0x28}, 0xc037cc4680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 44609 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc001f8c4d0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00db87f80, 0x28}, {0x3999930, 0xc001f8c4d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 44496 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 711461486 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc001b02b40}, 0xc008d9bef0, 0xc0340b7bc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 711461485 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 36729 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03c978140, {0x398cc68, 0xc03ba69d10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 36790 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743090343 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193150, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d2580?, 0xc03ac5a281?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0404d2580, {0xc03ac5a281, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0404d2580, {0xc03ac5a281?, 0x40d489?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449188, {0xc03ac5a281?, 0xc0000c8060?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03ac5a270) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819726 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 92289 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02357c9c0, 0x28}, {0x3999930?, 0xc03c680e70}, 0xc016a90020?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03c680e70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 44755 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0218ef4f0}, 0xc013b8f4a0, 0x205?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 44545 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 20528812 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01b7b7b60, 0x28}, {0x3999930, 0xc03b731970}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 20528015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 29566 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 29573 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 680924329 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00d0642a0, 0x28}, {0x3999930, 0xc02ef19ad0}, {0x398de90, 0xc03de42ec0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 680924246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 50850 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc033aeeb40, 0x28}, {0x3999930?, 0xc040192000}, 0xc018448440?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc040192000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 126219800 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02ea2c9c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 126219778 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 13330528 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01cc381e8, 0x28}, {0x3999930, 0xc037036630}, {0x398de90, 0xc02f354d40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 13330475 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 80429 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc037c207d0}, 0xc003d7db30, 0xc033500dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 80427 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 29369 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03b51ee70, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0408cd4a0, 0x28}, {0x3999930, 0xc03b51ee70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29305 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 34788 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc008861e00}, 0xc04a5f21e0, 0xc04500f220?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29485 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 84769 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc004bc0460}, {0xc0085988a0, 0x28}, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 558645014 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0241281e0}, {0xc040769c20, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 4377582 [IO wait]: -internal/poll.runtime_pollWait(0x7f301aa001c0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01a86ea00?, 0xc03bb95800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01a86ea00, {0xc03bb95800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01a86ea00, {0xc03bb95800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc037595d20, {0xc03bb95800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03fbad380}, {0xc03bb95800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01a1d8100, {0xc041cd2800, 0x400, 0xc03362ad18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03061e6c0, {0xc019c1ead5, 0x1, 0x7f332146a698?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d8481b0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d8481b0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03362af60, {0x3988280, 0xc036efffb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0117bb860, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 4377579 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 57022 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03a3bc190}, 0xc03a3bf1d0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 57021 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 41698 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03776afa0}, 0xc034c9bd10, 0xc04b658540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 41169 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 687646464 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02cd965a0}, 0xc03b17af00, 0xc03abac400?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 687646551 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 41631 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc037cb1d10}, {0xc0311261e8, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 26239 [IO wait, 1447 minutes]: -internal/poll.runtime_pollWait(0x7f301b499808, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc019515900?, 0xc00194cd10?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Accept(0xc019515900) - /usr/local/go/src/internal/poll/fd_unix.go:611 +0x2ac -net.(*netFD).accept(0xc019515900) - /usr/local/go/src/net/fd_unix.go:172 +0x29 -net.(*TCPListener).accept(0xc031506640) - /usr/local/go/src/net/tcpsock_posix.go:152 +0x1e -net.(*TCPListener).Accept(0xc031506640) - /usr/local/go/src/net/tcpsock.go:315 +0x30 -net/http.(*Server).Serve(0xc042aa0000, {0x3985900, 0xc031506640}) - /usr/local/go/src/net/http/server.go:3056 +0x364 -net/http.(*Server).ListenAndServe(0xc042aa0000) - /usr/local/go/src/net/http/server.go:2985 +0x71 -github.com/cosmos/cosmos-sdk/server/grpc.StartGRPCWeb.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/server/grpc/grpc_web.go:34 +0x25 -created by github.com/cosmos/cosmos-sdk/server/grpc.StartGRPCWeb in goroutine 1 - /root/go/pkg/mod/github.com/sei-protocol/sei-cosmos@v0.3.31/server/grpc/grpc_web.go:33 +0x1e5 - -goroutine 742819732 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369194a80, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d3180?, 0xc0776a1afa?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc0404d3180, {0xc0775e0f5a, 0x1fdf16, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc0404d3180, {0xc0775e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254491b8, {0xc0775e0f5a?, 0x481718?, 0xc00e2f9170?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc047a6ee00?}, {0xc0775e0f5a?, 0x4?, 0xc004151478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc047a6ee00, {0xc0775e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc010854820, {0xc0775e0000, 0x1fee70, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc057619040, {0xc0775e0000?, 0xc004151570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc0108547e0, 0x1fee70, {0xc0775e0000, 0x1fee70, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0775e0000?, {0xc0775e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc0108547e0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc0108547e0?}, 0xc04249bad0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc0108547e0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03c411091, 0x9}, {0x3977a90, 0xc0108547e0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc0108547e0}, 0xc00a559b00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc0108547e0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc0108547e0}, 0xc00a559b00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03ac5a570?}, {0x3977a90?, 0xc0108547e0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f9170, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 295927 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc044f014c0, {0x398cc68, 0xc030c465f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 295648 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 29201 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 29019 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 693766167 [select, 85 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03d933720}, {0xc02ecc55f0, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 12648378 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc031274750, 0x28}, {0x3999930, 0xc00ca542c0}, {0x398de90, 0xc03ac183c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 12648120 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 541855841 [select, 344 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0043ea1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 541856521 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 512380645 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03fe84f00, {0x398cc68, 0xc023642e10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 512380310 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 742819542 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e5290, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc038670200?, 0xc076b50ad2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc038670200, {0xc0769e0f5a, 0x1fcf36, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc038670200, {0xc0769e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc03b23aac0, {0xc0769e0f5a?, 0x481718?, 0xc00de14240?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc033ae0cc0?}, {0xc0769e0f5a?, 0x4?, 0xc004845478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc033ae0cc0, {0xc0769e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc014b9dc40, {0xc0769e0000, 0x1fde90, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04ecbf740, {0xc0769e0000?, 0xc004845570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc014b9dc00, 0x1fde90, {0xc0769e0000, 0x1fde90, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0769e0000?, {0xc0769e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc014b9dc00}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc014b9dc00?}, 0xc041dc2990?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc014b9dc00?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03de1f661, 0x9}, {0x3977a90, 0xc014b9dc00}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc014b9dc00}, 0xc00dd18b00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc014b9dc00?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc014b9dc00}, 0xc00dd18b00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc051d3bb60?}, {0x3977a90?, 0xc014b9dc00?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00de14240, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 38084 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc025c58eb0}, 0xc003d7ca50, 0xc03c9780c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 38082 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 29446 [runnable]: -internal/poll.runtime_pollWait(0x7f301b498f50, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc018d8f980?, 0xc0082c6800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc018d8f980, {0xc0082c6800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc018d8f980, {0xc0082c6800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc04769c650, {0xc0082c6800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0476a7a10}, {0xc0082c6800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01aa8c300, {0xc02eb9e000, 0x400, 0xc0027c8d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0476ca7e0, {0xc0177a8310, 0x1, 0x7f332039e860?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d43c4b0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d43c4b0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0027c8f60, {0x3988280, 0xc024cb5a10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0211771e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29443 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 279441386 [select, 856 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc032350640}, {0xc0314b36e0, 0x28}, 0xc02faeca00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 539925 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03aaf3590}, 0xc02089ea50, 0xc0408b5440?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 539923 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 13330614 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc025b20320}, {0xc01cc381e8, 0x28}, 0xc01f938b00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 742819722 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193530, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791100?, 0xc07e3110b2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a791100, {0xc07e1e0f5a, 0x1aa8c7, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a791100, {0xc07e1e0f5a?, 0xc01409d3d0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449168, {0xc07e1e0f5a?, 0x481718?, 0xc00e2f8bd0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc037535080?}, {0xc07e1e0f5a?, 0x4?, 0xc01409d478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc037535080, {0xc07e1e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc017049540, {0xc07e1e0000, 0x1ab821, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc052e51ec0, {0xc07e1e0000?, 0xc01409d570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc017049500, 0x1ab821, {0xc07e1e0000, 0x1ab821, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07e1e0000?, {0xc07e1e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc017049500}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc017049500?}, 0xc049afd890?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc017049500?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc039777f01, 0x9}, {0x3977a90, 0xc017049500}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc017049500}, 0xc00ee82e00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc017049500?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc017049500}, 0xc00ee82e00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc02efb7440?}, {0x3977a90?, 0xc017049500?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8bd0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 593208734 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02d349e50}, 0xc04331dc20, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 593208731 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 400671251 [select, 622 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 400671054 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 717533401 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc01e206690}, 0xc010a01a40, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 717533398 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 240335 [select, 1445 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03f43d8c0, 0x28}, {0x3999930?, 0xc037f5b290}, 0xc018bc2bc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc037f5b290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 743172632 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 29513 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc04b91db80}, {0xc0415c0000, 0x28}, 0xc000b8e0f0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 287587236 [select, 840 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03be33da0, 0x28}, {0x3999930?, 0xc036c0a000}, 0xc01b15bcf0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc036c0a000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 308630947 [select, 799 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02d4a0f90, 0x28}, {0x3999930?, 0xc03a8ea160}, 0xc01bfeea10?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03a8ea160}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 34599 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc035587540}, 0xc00a1b0a50, 0xc032f08800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29298 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 554206550 [select, 335 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02447e1b0, 0x28}, {0x3999930?, 0xc0228e09a0}, 0xc0197e9935?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0228e09a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 12674911 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc026815ad0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03730f6b0, 0x28}, {0x3999930, 0xc026815ad0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 12674689 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 81414031 [select, 1249 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0358b89f0, 0x28}, {0x3999930?, 0xc041f02000}, 0xc01a84a473?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc041f02000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 50831 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc027e03a40}, {0xc033aeeb40, 0x28}, 0xc01243b880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 71863725 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02c8b8dc0}, 0xc00cba6690, 0xc039efab00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 71863723 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 34750 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0340755e0}, 0xc03bb5e1e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 20656 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 41627 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0311261e8, 0x28}, {0x3999930?, 0xc0334dc000}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 430 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 57943 [chan receive, 1446 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc03fa23638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc04166ed18}, 0xc0427f49c0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc04166ed18}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 433 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 731861906 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0331e1900}, 0xc012b28870, 0xc02203fea8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 731861753 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 592288481 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03feccd20, 0x28}, {0x3999930, 0xc0222c5b80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 592282861 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 492438610 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0393a2d10, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0438cd110, 0x28}, {0x3999930, 0xc0393a2d10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 492438203 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 48019 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03bf3e050}, {0xc02d123a10, 0x28}, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 715471083 [select, 47 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc043a01110, 0x28}, {0x3999930?, 0xc0349f3340}, 0xc0176e6f50?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0349f3340}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 4377732 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0264fc820}, 0xc010b3a000, 0xc0109960a0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 4377584 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 15487170 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03dde5d80, {0x398cc68, 0xc0236426e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 15485990 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 288705415 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0357801a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 288705284 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 13330542 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc036124af0}, 0xc00e477590, 0xc03a87f2c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 13330540 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 271841248 [select, 870 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0221c6820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 271838750 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 63194 [select, 871 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0343a71e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 62734 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 38069 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc01278b3b0}, {0xc0311266e8, 0x28}, 0xc03c9780c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 533383210 [select, 367 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc002ece680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 934003 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03bdecc90, 0x28}, {0x3999930, 0xc0410551e0}, {0x398de90, 0xc03acd1900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 933991 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 9515763 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc042216870}, 0xc03565b770, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 9515568 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 1583218 [select, 1440 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1583074 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 29666 [IO wait, 1446 minutes]: -internal/poll.runtime_pollWait(0x7f3018418d28, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0190c6780?, 0xc016b451d8?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0190c6780, {0xc016b451d8, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0190c6780, {0xc016b451d8?, 0x7ecea5?, 0xc0034e2d60?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03bc2d810, {0xc016b451d8?, 0xc0034e2da0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc006542810) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc006542810}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0025beef0, {0x3985c90, 0xc0442244c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0x16?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0x9f6e80?, 0xc017084750?, 0xc00656e7e0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 29584 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 43670 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc00e260ab0, 0x28}, {0x3999930?, 0xc0320b4580}, 0xc025635600?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0320b4580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 64439 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc01e801540}, {0xc032d22a50, 0x28}, 0xc02d09f140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 16289637 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02f44b270}, 0xc02d8f5a40, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16289634 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 41637 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0369599a0}, {0xc0311261e8, 0x28}, 0xc02478a380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 660512177 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03b2217c0}, 0xc0257823c0, 0xc0394ebe00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 660512175 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 29564 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc002196d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29573 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 947637 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc021892c80}, 0xc0095d0000, 0xc023b12680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 947635 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 52273705 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc026a176b0, 0x28}, {0x3999930, 0xc034cc80b0}, {0x398de90, 0xc03c571bc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 52273294 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 287587226 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0357984b0}, 0xc0188d42d0, 0xc0410fe440?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 287587224 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 561097235 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02633e190}, 0xc01109fc20, 0xc03fe84e40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 561097234 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 64416 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0062a5090}, 0xc02364fe00, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 64414 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 57719 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0405da4b0}, 0xc0405c51d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 57716 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 57747 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0264ba480, 0x28}, {0x3999930, 0xc03eb556b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 57682 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 15483801 [select, 1399 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc030293ad0, 0x28}, {0x3999930?, 0xc0008b00b0}, 0xc025b2b030?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0008b00b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 4377579 [select, 1431 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0208db740, 0x28}, {0x3999930?, 0xc024e0fb80}, 0xc018265d40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc024e0fb80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 43655 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0369db720}, 0xc0038965a0, 0xc03c9780c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 43654 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 400671259 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc008113c70}, 0xc02cada780, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 400671256 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 228478422 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc035784ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 228478388 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 15483678 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc030293ad0, 0x28}, {0x3999930, 0xc0008b00b0}, {0x398de90, 0xc037f69c40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 15483801 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 106891 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02e523e00, 0x28}, {0x3999930?, 0xc035841600}, 0xc016c92ce0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc035841600}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 29216 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0334dcf20, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc042cfe7b0, 0x28}, {0x3999930, 0xc0334dcf20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29230 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 580381 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02147f220}, {0xc0311274a8, 0x28}, 0xc0476c5e80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 589917799 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc035707170, 0x28}, {0x3999930, 0xc040ab38c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 589917700 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 729781593 [select, 22 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 729781220 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 36728 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 36790 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 587074283 [select, 274 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc01e36b540}, {0xc0363935f0, 0x28}, 0xc03a095000?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 29573 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02ffd6450, 0x28}, {0x3999930?, 0xc03764b760}, 0xc025aa6160?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03764b760}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 554207085 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc030fe72c0}, {0xc02447e1b0, 0x28}, 0xc0335bc580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 288705263 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc01c10dbd0}, 0xc00c9585a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 288705260 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 438981971 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01e2b7650, 0x28}, {0x3999930, 0xc021788000}, {0x398de90, 0xc02cdfaf00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 438981712 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 1637405 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0410d1590, 0x28}, {0x3999930, 0xc03ca664d0}, {0x398de90, 0xc03be03240}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 1637182 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 277169375 [select, 844 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02e5b69c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 277168373 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 34250 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 12419814 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0265d3cc0}, 0xc02171fef0, 0xc027e22280?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 12419813 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 36731 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03fa63080, 0x28}, {0x3999930, 0xc021ed5290}, {0x398de90, 0xc03c978140}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 36790 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 50729 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0267fc9b0}, {0xc033aeeb40, 0x28}, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 29214 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 29230 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 34247 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/libs/autofile.OpenAutoFile.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/autofile/autofile.go:93 +0xf7 -created by github.com/tendermint/tendermint/internal/libs/autofile.OpenAutoFile in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/autofile/autofile.go:90 +0x25c - -goroutine 206365 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 206218 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 731861729 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0332deeb0}, {0xc035c62ea0, 0x28}, 0xc007d75fb8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 52221 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02f272000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 52513 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 438981712 [select, 553 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc01e2b7650, 0x28}, {0x3999930?, 0xc021788000}, 0xc017a8feb0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc021788000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 287587211 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0261a3630}, {0xc03be33da0, 0x28}, 0xc037583a40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 544659807 [select, 353 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0331e0730}, {0xc037d08720, 0x28}, 0xc040cdd940?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 47965 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0415042d0}, {0xc02d123a10, 0x28}, 0xc047c22d80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 709147118 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03b8dd130}, 0xc03c7e61e0, 0xc0343c2a00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 709147115 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 34670 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0345740a0}, 0xc00609ce10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29023 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 92404 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 92289 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 29462 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc224e0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0178cf300?, 0xc047a3c000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0178cf300, {0xc047a3c000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0178cf300, {0xc047a3c000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc047a300e0, {0xc047a3c000?, 0x0?, 0xc047a21388?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc047a21380, {0xc047a3c000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc047a34840) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc047a34840, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc047a15680, {0x398cc30, 0xc01bb2a7b0}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 371 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 539741 [runnable]: -internal/poll.runtime_pollWait(0x7f301ac059f0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc016746d00?, 0xc033ef7000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc016746d00, {0xc033ef7000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc016746d00, {0xc033ef7000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc030ea51c0, {0xc033ef7000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc01f4a2bd0}, {0xc033ef7000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01849ac80, {0xc030b45c00, 0x400, 0xc03bf62d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01fa76660, {0xc01987b027, 0x1, 0x7f301b5bae30?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04be51050) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04be51050}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03bf62f60, {0x3988280, 0xc025a3fdf0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc033ad3a00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 539484 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 556410704 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc033fccc80}, 0xc00b7f2870, 0xc0452da140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 556410702 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 580366 [select, 1444 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 33678 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0309d0eb0}, 0xc02eec54a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29562 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 726960188 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc00ac568c0}, {0xc04e6be840, 0x28}, 0xc036cab840?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 29563 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0309d0f50}, {0xc031365e90, 0x28}, 0xc004456c00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 572712 [select, 1444 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03148e828, 0x28}, {0x3999930?, 0xc037f5ae70}, 0xc040e03d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 661900102 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03d56a000}, 0xc00d2b7e00, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 661900099 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 709147269 [IO wait]: -internal/poll.runtime_pollWait(0x7f3323fca158, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc026a6da00?, 0xc025f8b800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc026a6da00, {0xc025f8b800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc026a6da00, {0xc025f8b800?, 0x419e10?, 0xc03a35caa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0349ea648, {0xc025f8b800?, 0xc052542690?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0454a4360}, {0xc025f8b800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc026a6da80, {0xc010b9d000, 0x400, 0xc03a35cd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc024fe8660, {0xc025aa735c, 0x1, 0x7f332134fdf8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03de67620) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03de67620}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03a35cf60, {0x3988280, 0xc01e5aa940}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc040881d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 709146193 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 304969682 [select, 806 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc056842000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 304967296 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 18405928 [select, 1391 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0345eb080, 0x28}, {0x3999930?, 0xc020aebef0}, 0xc00dd90fb0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc020aebef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 34790 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc008861e00}, 0xc04a5f21e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29485 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 33097 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc040ed4640}, {0xc040efd3b0, 0x28}, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 240955 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03abac480, {0x398cc68, 0xc02c613540}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 240335 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 8947310 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03bdbfb30}, {0xc038557e90, 0x28}, 0xc01e59c7b8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 9515569 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc042216870}, 0xc03565b770, 0xc0265fd300?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 9515568 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 342566 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc006a54690}, {0xc02ca1ddd0, 0x28}, 0xc040cdd940?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 680924357 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02c624870}, 0xc0354122d0, 0xc0415f7580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 680924355 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 558645012 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0370360b0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc040769c20, 0x28}, {0x3999930, 0xc0370360b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 558644892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 920372 [IO wait]: -internal/poll.runtime_pollWait(0x7f301ac06688, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc039fbd700?, 0xc04cfa7000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc039fbd700, {0xc04cfa7000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc039fbd700, {0xc04cfa7000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc039fa85a8, {0xc04cfa7000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03c45dd40}, {0xc04cfa7000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03a42a500, {0xc01e7e6000, 0x400, 0xc02ef2cd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc035dd34a0, {0xc01b091ccf, 0x1, 0x7f33680924f0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04a16df20) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04a16df20}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc02ef2cf60, {0x3988280, 0xc021c75690}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc027ceb380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 920015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 743172658 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 580368 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc035f74880, {0x398cc68, 0xc024692c30}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 580367 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 286499577 [select, 841 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01ddfab60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 286497051 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 29367 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 29305 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 580434 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0311274a8, 0x28}, {0x3999930, 0xc024f833f0}, {0x398de90, 0xc035f74880}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 580367 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 735799963 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc037321630}, 0xc02406d0e0, 0xc02c659c40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 735799961 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 202389474 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03bde0730}, 0xc007f46e10, 0xc00b322100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 202389376 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 525869163 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03880bd40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 525868442 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 34754 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc046b54a50}, 0xc02eec5590, 0x15?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16260 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 64415 [sleep]: -time.Sleep(0x5f5e100) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataForCatchup(0xc00048f980, {0x398cc68, 0xc0062a5090}, 0xc044a89110, 0xc0397d3ea0, 0xc02364fe00, 0xc049b0b880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:509 +0xa47 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0062a5090}, 0xc02364fe00, 0xc033e7bc80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:586 +0x3e6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 64414 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 34634 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc000dac0a0}, 0xc000df2000, 0xc04b658540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 485 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 191757826 [select, 1022 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03c2b1900}, {0xc00798ac60, 0x28}, 0xc032f08800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 342235 [select, 1445 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02ca1ddd0, 0x28}, {0x3999930?, 0xc03c51f3f0}, 0xc01a82e200?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03c51f3f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 562135667 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02ef5bd00, {0x398cc68, 0xc037264050}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 562135666 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 20528839 [select, 1386 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02f058410}, {0xc01b7b7b60, 0x28}, 0xc02cf6bea8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 410166003 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0437c8f00}, 0xc0152131d0, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 410165745 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 33677 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0309d0eb0}, 0xc02eec54a0, 0xc031411c40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29562 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 16697 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02478a400, {0x398cc68, 0xc02c612050}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 17246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743090371 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691922c8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790680?, 0xc040da30f1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790680, {0xc040da30f1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790680, {0xc040da30f1?, 0xc01924e728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449100, {0xc040da30f1?, 0xc03344cfc0?, 0xc01242d400?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc040da30e0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819709 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 940 [chan receive]: -github.com/sei-protocol/sei-db/stream/changelog.channelBatchRecv[...](...) - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/stream/changelog/utils.go:86 -github.com/sei-protocol/sei-db/stream/changelog.(*Stream).startWriteGoroutine.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/stream/changelog/changelog.go:118 +0xd4 -created by github.com/sei-protocol/sei-db/stream/changelog.(*Stream).startWriteGoroutine in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-db@v0.0.40/stream/changelog/changelog.go:114 +0xc5 - -goroutine 44496 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc00db87f80, 0x28}, {0x3999930?, 0xc001f8c4d0}, 0xc016f768c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc001f8c4d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 933999 [runnable]: -internal/poll.runtime_pollWait(0x7f301aa000c8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01d0b0e80?, 0xc02eb1e800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01d0b0e80, {0xc02eb1e800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01d0b0e80, {0xc02eb1e800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03aae25a8, {0xc02eb1e800?, 0xc052542690?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03fc15d70}, {0xc02eb1e800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01d0b0f00, {0xc03aa21c00, 0x400, 0xc0047f6d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0352934a0, {0xc019c1eb3f, 0x1, 0x7f332146a698?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d848450) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d848450}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0047f6f60, {0x3988280, 0xc050c7c0f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00ef0e1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 933991 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 16259 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc046b549b0}, {0xc02a20c1b0, 0x28}, 0xc00b9610e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 45364 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03aa4d520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 45242 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 742819717 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193a08, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790b80?, 0xc07ccc180a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790b80, {0xc07cbe0f5a, 0x1ae23f, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790b80, {0xc07cbe0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449140, {0xc07cbe0f5a?, 0x481718?, 0xc00e2f8900?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03e9c6a80?}, {0xc07cbe0f5a?, 0x4?, 0xc0043e1478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03e9c6a80, {0xc07cbe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc010854c80, {0xc07cbe0000, 0x1af199, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc050c10000, {0xc07cbe0000?, 0xc0043e1570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc010854c40, 0x1af199, {0xc07cbe0000, 0x1af199, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07cbe0000?, {0xc07cbe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc010854c40}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc010854c40?}, 0xc0043e1748?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc010854c40?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03c411421, 0x9}, {0x3977a90, 0xc010854c40}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc010854c40}, 0xc00fdac000?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc010854c40?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc010854c40}, 0xc00fdac000) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e1a1d70?}, {0x3977a90?, 0xc010854c40?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8900, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 12674968 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03db78e60}, 0xc0204aa780, 0xc037583a40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 12674966 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 1583234 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02360e730}, 0xc00b79d3b0, 0xc02fff9200?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 1583136 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 556410557 [select, 330 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 556410923 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 29567 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc023b12700, {0x398cc68, 0xc0309d1130}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 29573 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 43779 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02d736460}, 0xc00511f1d0, 0xc03ee10480?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 43778 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 562135593 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc034cada90}, 0xc00cf52780, 0xc037888800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 562135591 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 17246 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0215ca690, 0x28}, {0x3999930?, 0xc0255b3a20}, 0xc02553f050?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0255b3a20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 690307864 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0423b72c0, {0x398cc68, 0xc033e6c190}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 690305886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 107554 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02db71810}, 0xc00f456ff0, 0xc043226b40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 107296 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 20651 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 21055 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 34748 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0340755e0}, 0xc03bb5e1e0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 20656 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 57717 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0405da4b0}, 0xc0405c51d0, 0xc01f938b00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 57716 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 29368 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03ff66d00, {0x398cc68, 0xc0409277c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 29305 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 715471813 [select, 47 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 715471083 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 34604 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc011096050}, 0xc04a5f20f0, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29481 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 29380 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc040927860}, {0xc0408cd4a0, 0x28}, 0xc03478b620?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 84734 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0085988a0, 0x28}, {0x3999930, 0xc02d4e4bb0}, {0x398de90, 0xc0335bc600}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 84783 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 34756 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc046b54a50}, 0xc02eec5590, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16260 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 137870143 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02c9c66c0, 0x28}, {0x3999930, 0xc03ca660b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 137869931 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 52613 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc04333e320}, 0xc04331ca50, 0xc033b17000?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 52611 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 84729 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02f0369c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 84783 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 659083014 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc021e3ab60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 659082963 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 700825390 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0382d4a40, {0x398cc68, 0xc03936b590}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 700825543 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 16309408 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00b6509c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 16309487 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 28954 [IO wait]: -internal/poll.runtime_pollWait(0x7f3018418e20, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01b244200?, 0xc0232ea800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01b244200, {0xc0232ea800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01b244200, {0xc0232ea800?, 0x419e10?, 0xc00b8934a0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc040b39ed8, {0xc0232ea800?, 0xc0209f4800?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc004e0f980}, {0xc0232ea800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01b244280, {0xc01f52c000, 0x400, 0xc002932d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0049d56e0, {0xc0173dfcfe, 0x1, 0x7f3011f376d8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d3708a0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d3708a0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc002932f60, {0x3988280, 0xc003fa72d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00050b040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29558 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 236 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03189a120, 0x28}, {0x3999930?, 0xc00d5d89a0}, 0xc025043dc1?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc00d5d89a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 592426839 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc024258dc0}, 0xc01c0254a0, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 592426838 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 43656 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0369db720}, 0xc0038965a0, 0xc031411c40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 43654 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 206366 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc040cdd9c0, {0x398cc68, 0xc024a230e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 206218 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 726960368 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0354b8780, {0x398cc68, 0xc056fb97c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 726958892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 29025 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0345741e0}, {0xc04152c270, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 53765 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00b2e4e10, 0x28}, {0x3999930, 0xc033dc5810}, {0x398de90, 0xc02b472300}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 53744 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 556410561 [select, 330 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc025c84e60}, {0xc0159929f0, 0x28}, 0xc0452da140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 732964408 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc038cb0410}, 0xc016d6f860, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 732964405 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 9515357 [select, 1416 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc034358500}, {0xc0320b3dd0, 0x28}, 0xc039cdc900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 24174 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc031126198, 0x28}, {0x3999930, 0xc03c680fd0}, {0x398de90, 0xc032f08940}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 24171 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 920374 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03b0e8c40, {0x398cc68, 0xc03bf3e320}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 920015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 497475114 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03ea84580, {0x398cc68, 0xc0302f8cd0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 497475039 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 56665 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc037263320, 0x28}, {0x3999930?, 0xc03be83b80}, 0xc01a49db56?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03be83b80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 325914719 [select, 766 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 325914361 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 29453 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 29498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 230117348 [sleep]: -time.Sleep(0x5f5e100) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataForCatchup(0xc00048f980, {0x398cc68, 0xc020b4f630}, 0xc051e30340, 0xc0470c15e0, 0xc0086ec4b0, 0xc018a3c900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:509 +0xa47 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc020b4f630}, 0xc0086ec4b0, 0xc033e7bc80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:586 +0x3e6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 230117347 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 29019 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc04152c270, 0x28}, {0x3999930?, 0xc03364cd10}, 0xc01a5d2581?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03364cd10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 29433 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc047910cd0}, {0xc047b12f00, 0x28}, 0xc002939ea8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 107297 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02db71810}, 0xc00f456ff0, 0xc01615a748?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 107296 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 497475170 [select, 443 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02c8b9090}, {0xc036991230, 0x28}, 0xc035f74800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 279441652 [select, 856 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 279439232 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 2729052 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc035a545f0}, {0xc03fea7080, 0x28}, 0xc03c9f23c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 33676 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0309d0eb0}, 0xc02eec54a0, 0xc03ae41180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29562 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 743090373 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193438, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791180?, 0xc02efb75d1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a791180, {0xc02efb75d1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a791180, {0xc02efb75d1?, 0xc01d945f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449170, {0xc02efb75d1?, 0xc01d945fb0?, 0xc01d945f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc02efb75c0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819723 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 308631669 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc023f3b0e0}, 0xc0223764b0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 308631666 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 34603 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc011096050}, 0xc04a5f20f0, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29481 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 736718617 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03c7d80c0, {0x398cc68, 0xc03accf270}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 736718363 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 539911 [select, 1444 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc041c00190}, {0xc037c637a0, 0x28}, 0xc033500dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 57505 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 57682 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 12419803 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc045973040}, {0xc03049cd80, 0x28}, 0xc042d17080?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 519277671 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc042217d10}, 0xc0342a0c30, 0xc03ff66c80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 519277670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 585336177 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc033d4c000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 419 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 278757708 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03214fe90, 0x28}, {0x3999930, 0xc041f03340}, {0x398de90, 0xc039cf8b40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 278756934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 558645010 [select, 326 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 558644892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 29236 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc04152c270, 0x28}, {0x3999930, 0xc03364cd10}, {0x398de90, 0xc032524680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29019 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 34256 [select]: -github.com/tendermint/tendermint/internal/consensus.(*State).heartbeater(0xc002c0ffa8?, {0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/state.go:895 +0x9d -created by github.com/tendermint/tendermint/internal/consensus.(*State).OnStart in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/state.go:484 +0x20e - -goroutine 538993584 [select, 355 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02f46cea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 538991259 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 1554 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 55098 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02c6254f0}, {0xc02d942870, 0x28}, 0xc043300500?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 586695164 [select, 274 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 586695243 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 586273166 [select, 275 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 586273047 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 24170 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 428 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 206218 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc037c62540, 0x28}, {0x3999930?, 0xc03be829a0}, 0xc01b1db566?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03be829a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 57094 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03af519a0}, {0xc037263320, 0x28}, 0xc03216f798?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 191757804 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02c853080, {0x398cc68, 0xc03c42e5a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 191757696 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 33095 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc040e22580, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc040efd3b0, 0x28}, {0x3999930, 0xc040e22580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 32028 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 34605 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc011096050}, 0xc04a5f20f0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29481 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 572709 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03c8876c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 29472 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0484e6730}, {0xc0476805d0, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 29215 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc033bb1980, {0x398cc68, 0xc0355874a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 29230 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 8947197 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc029c2d400}, 0xc0050f9860, 0xc03a06cb40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 8947196 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 272324119 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03ead6500}, 0xc00cab9680, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 272324116 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 95900985 [select, 1218 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0348f1db0}, {0xc03483a2a0, 0x28}, 0xc03b2bf140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 1507 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc00e2373b0}, {0xc03189a120, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 34635 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc000dac0a0}, 0xc000df2000, 0xc0019ce680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 485 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 38008 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc043575380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 47964 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02d123a10, 0x28}, {0x3999930, 0xc03360ee70}, {0x398de90, 0xc043226bc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 48043 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 50920 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 50850 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 15483715 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01f4c8340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 15483801 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 885 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc006d2f680}, {0xc03189a120, 0x28}, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 36727 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02fbf36c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 36790 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 55231 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 54972 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 253113346 [select, 381 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01ccb76c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 253112573 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 33092 [IO wait]: -internal/poll.runtime_pollWait(0x7f301b499048, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01a7d2980?, 0xc0223e5000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01a7d2980, {0xc0223e5000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01a7d2980, {0xc0223e5000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03ecf6c60, {0xc0223e5000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc040ea34a0}, {0xc0223e5000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0182ccc80, {0xc041cd2400, 0x400, 0xc0035bed18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc041c93e60, {0xc019c1f584, 0x1, 0x7f30185d7db8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d878990) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d878990}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0035bef60, {0x3988280, 0xc050c7d670}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0043eaea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 32028 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 80430 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc037c207d0}, 0xc003d7db30, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 80427 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 410165800 [IO wait]: -internal/poll.runtime_pollWait(0x7f3018418280, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e859e00?, 0xc00e8fc000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03e859e00, {0xc00e8fc000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03e859e00, {0xc00e8fc000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc01ef926d8, {0xc00e8fc000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0465f1b00}, {0xc00e8fc000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc04929c500, {0xc012270400, 0x400, 0xc03d8c4d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02e7154a0, {0xc01bbef364, 0x1, 0x7f33233694d8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04cf414d0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04cf414d0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03d8c4f60, {0x3988280, 0xc041140e80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03754c820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 410165373 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 34755 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc046b54a50}, 0xc02eec5590, 0x14?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16260 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 687646212 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02de05f90}, {0xc041e6cbd0, 0x28}, 0xc039ebb480?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 137870223 [select, 1129 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc024dbea00}, {0xc02c9c66c0, 0x28}, 0x1a?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 539740 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc033ad3a00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 539484 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 278757875 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03b388a50}, {0xc03214fe90, 0x28}, 0xc030dbcf48?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 53600 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc012881d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 53744 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 737997399 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0409eeb60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 737995467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 742819562 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ecfd8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4900?, 0xc0774e19ca?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03e9d4900, {0xc0773e0f5a, 0x1fdd72, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03e9d4900, {0xc0773e0f5a?, 0xc01786f3d0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034492d60, {0xc0773e0f5a?, 0x481718?, 0xc00e0cc240?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc039f480c0?}, {0xc0773e0f5a?, 0x4?, 0xc01786f478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc039f480c0, {0xc0773e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc02293c4a0, {0xc0773e0000, 0x1feccc, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04e0d4500, {0xc0773e0000?, 0xc01786f570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc02293c460, 0x1feccc, {0xc0773e0000, 0x1feccc, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0773e0000?, {0xc0773e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc02293c460}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc02293c460?}, 0xc046be90b0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc02293c460?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0121981c1, 0x9}, {0x3977a90, 0xc02293c460}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc02293c460}, 0xc00655cb00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc02293c460?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc02293c460}, 0xc00655cb00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc043865560?}, {0x3977a90?, 0xc02293c460?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e0cc240, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 38009 [IO wait]: -internal/poll.runtime_pollWait(0x7f3018418a40, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01cbbbd00?, 0xc002061000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01cbbbd00, {0xc002061000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01cbbbd00, {0xc002061000?, 0x64fae619a7951253?, 0xc038b255f0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc037e59c50, {0xc002061000?, 0x25d8c80?, 0xc05f5d2630?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc037e59c50}, {0xc002061000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01894cf00, {0xc01911cc00, 0x400, 0xc005333d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01f467260, {0xc0178e239b, 0x1, 0x7f33bc16c588?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04de294a0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04de294a0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc005333f60, {0x3988280, 0xc01cf32c10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc043575380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 920376 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00b664060, 0x28}, {0x3999930, 0xc030101ce0}, {0x398de90, 0xc03b0e8c40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 920015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 24172 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc032f08940, {0x398cc68, 0xc01f6fb630}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 24171 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 325914361 [select, 766 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03210c630, 0x28}, {0x3999930?, 0xc0224cce70}, 0xc01745cd50?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0224cce70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 45337 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc021ce0320}, {0xc02cfeae40, 0x28}, 0xc032524640?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819294 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec720, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ec00?, 0xc081551622?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035ec00, {0xc0813e0f5a, 0x1ff37f, 0x3ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035ec00, {0xc0813e0f5a?, 0x7f33aaffca90?, 0xffffffffffffffff?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f520, {0xc0813e0f5a?, 0x2?, 0xc00ac314d0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0395de1c0?}, {0xc0813e0f5a?, 0x4?, 0xc001d09478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0395de1c0, {0xc0813e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc044da4740, {0xc0813e0000, 0x2002d9, 0x400000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc051bd6300, {0xc0813e0000?, 0x0?, 0x0?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc044da4700, 0x2002d9, {0xc0813e0000, 0x2002d9, 0x400000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0813e0000?, {0xc0813e0000?, 0x400000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc044da4700}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc044da4700?}, 0xc02f89bd40?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc044da4700?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03e8c26d1, 0x9}, {0x3977a90, 0xc044da4700}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc044da4700}, 0xc00db30d00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc044da4700?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc044da4700}, 0xc00db30d00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc04428fef0?}, {0x3977a90?, 0xc044da4700?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac314d0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 29445 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0211771e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29443 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 660512450 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02e6d1ba0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 660511838 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 34775 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0409278b0}, 0xc03fa57ef0, 0x15?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29371 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 743090017 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691920d8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790780?, 0xc03925dc31?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790780, {0xc03925dc31, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790780, {0xc03925dc31?, 0xc007d7af28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449110, {0xc03925dc31?, 0x471cd0?, 0xc013b46400?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03925dc20) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819711 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 21324 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc036c75bd0}, {0xc03b45e2a0, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 447665331 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0036a5bc0, 0x28}, {0x3999930, 0xc0421f9340}, {0x398de90, 0xc000944200}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 447665049 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 742819733 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369194988, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d3200?, 0xc082101d7a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc0404d3200, {0xc081fe0f5a, 0x1a5474, 0x3ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc0404d3200, {0xc081fe0f5a?, 0x25ecc40?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254491c0, {0xc081fe0f5a?, 0x481718?, 0xc00e2f9200?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc037534f80?}, {0xc081fe0f5a?, 0x4?, 0xc001d07478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc037534f80, {0xc081fe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039ac3620, {0xc081fe0000, 0x1a63ce, 0x400000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05479e680, {0xc081fe0000?, 0xc001d07570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039ac35e0, 0x1a63ce, {0xc081fe0000, 0x1a63ce, 0x400000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc081fe0000?, {0xc081fe0000?, 0x400000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039ac35e0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039ac35e0?}, 0xc0411dafc0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039ac35e0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc035bffba1, 0x9}, {0x3977a90, 0xc039ac35e0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039ac35e0}, 0xc00765f500?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039ac35e0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039ac35e0}, 0xc00765f500) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc02efb72c0?}, {0x3977a90?, 0xc039ac35e0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f9200, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 130910 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc024511860}, {0xc03148e468, 0x28}, 0xc048404540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 34722 [select]: -github.com/tendermint/tendermint/internal/blocksync.(*Reactor).autoRestartIfBehind(0xc02c08d340, {0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/blocksync/reactor.go:345 +0x20b -created by github.com/tendermint/tendermint/internal/blocksync.(*Reactor).poolRoutine in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/blocksync/reactor.go:587 +0x11ae - -goroutine 3469 [runnable]: -github.com/tendermint/tendermint/internal/pubsub/query.condition.matchesEvent({{0xc01bf252a0?, 0x8?}, 0xc04533bf20?}, {{0x29c7cb0, 0xa}, {0xc05195c930, 0x2, 0x2}}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/pubsub/query/query.go:137 +0x3ac -github.com/tendermint/tendermint/internal/pubsub/query.condition.matchesAny(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/pubsub/query/query.go:129 -github.com/tendermint/tendermint/internal/pubsub/query.(*Query).Matches(0xc04fd78c30?, {0xc0144d5b00, 0x53, 0x1?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/pubsub/query/query.go:76 +0x168 -github.com/tendermint/tendermint/internal/rpc/core.(*Environment).Events.func1(0xc025edf900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/rpc/core/events.go:200 +0xa5 -github.com/tendermint/tendermint/internal/eventlog.(*Log).scanState(0xc000700840?, {{0x17f1e62630d745eb, 0x20a7}, {0x17f1e62f2f87d46b, 0x475f}, 0x26b9, 0xc036efec90}, 0xc030004c18) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/eventlog/eventlog.go:194 +0xfc -github.com/tendermint/tendermint/internal/eventlog.(*Log).WaitScan(0x398cc30?, {0x398ccd8, 0xc05108a380}, {0x471293?, 0x1d10?}, 0x88007f3000473800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/eventlog/eventlog.go:105 +0x1df -github.com/tendermint/tendermint/internal/rpc/core.(*Environment).Events(0xc02c08c2c0, {0x398cc30, 0xc04fd78b40}, 0xc047b3cc40) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/rpc/core/events.go:214 +0x8c5 -reflect.Value.call({0x25ecc40?, 0xc0017c03a8?, 0x5225a4?}, {0x29bb109, 0x4}, {0xc04fd78ba0, 0x2, 0x24a7e20?}) - /usr/local/go/src/reflect/value.go:596 +0xce7 -reflect.Value.Call({0x25ecc40?, 0xc0017c03a8?, 0xc04fd78b40?}, {0xc04fd78ba0?, 0x20?, 0x2776640?}) - /usr/local/go/src/reflect/value.go:380 +0xb9 -github.com/tendermint/tendermint/rpc/jsonrpc/server.(*RPCFunc).Call(0xc000c0b4a0, {0x398cc30, 0xc04fd78b40}, {0xc00ef45d60, 0x91, 0xa0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/rpc_func.go:71 +0x18c -github.com/tendermint/tendermint/rpc/jsonrpc/server.RegisterRPCFuncs.makeJSONRPCHandler.func3({0x3988cd0, 0xc04fd78ae0}, 0xc003cf5100) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_json_handler.go:76 +0xa3d -github.com/tendermint/tendermint/rpc/jsonrpc/server.RegisterRPCFuncs.handleInvalidJSONRPCPaths.func4({0x3988cd0?, 0xc04fd78ae0?}, 0xc04fd78ab0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_json_handler.go:106 +0x42 -github.com/tendermint/tendermint/rpc/jsonrpc/server.RegisterRPCFuncs.ensureBodyClose.func5({0x3988cd0?, 0xc04fd78ae0?}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_json_handler.go:94 +0x6f -net/http.HandlerFunc.ServeHTTP(0xc0300059b0?, {0x3988cd0?, 0xc04fd78ae0?}, 0x5182fe?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0xc001896180?, {0x3988cd0, 0xc04fd78ae0}, 0xc003cf5100) - /usr/local/go/src/net/http/server.go:2514 +0x142 -github.com/tendermint/tendermint/internal/rpc/core.(*Environment).StartService.(*Cors).Handler.func8({0x3988cd0, 0xc04fd78ae0}, 0xc003cf5100) - /root/go/pkg/mod/github.com/rs/cors@v1.8.2/cors.go:231 +0x184 -net/http.HandlerFunc.ServeHTTP(0xc04fd78ae0?, {0x3988cd0?, 0xc04fd78ae0?}, 0x282b920?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -github.com/tendermint/tendermint/rpc/jsonrpc/server.maxBytesHandler.ServeHTTP({{0x39692c0?, 0xc00059e260?}, 0x282b920?}, {0x3988cd0?, 0xc04fd78ae0}, 0xc003cf5100) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_server.go:258 +0x11c -github.com/tendermint/tendermint/rpc/jsonrpc/server.Serve.recoverAndLogHandler.func2({0x3977a90, 0xc0403c6700}, 0xc003cf5100) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_server.go:238 +0x2ef -net/http.HandlerFunc.ServeHTTP(0x414625?, {0x3977a90?, 0xc0403c6700?}, 0xc0403c6701?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.serverHandler.ServeHTTP({0x3971490?}, {0x3977a90?, 0xc0403c6700?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc0323438c0, {0x398cc30, 0xc00035b740}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 530 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 107419 [IO wait]: -internal/poll.runtime_pollWait(0x7f30181e4260, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01afa1000?, 0xc02374e800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01afa1000, {0xc02374e800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01afa1000, {0xc02374e800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03b23b950, {0xc02374e800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc040e41aa0}, {0xc02374e800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01907ad80, {0xc01587cc00, 0x400, 0xc03362bd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc00eb63b60, {0xc018968820, 0x1, 0x7f33a87f2fa8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc036fb3da0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc036fb3da0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03362bf60, {0x3988280, 0xc0340daa00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc034dd44e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 106891 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 272323581 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc043e500f0}, {0xc034bdb800, 0x28}, 0x12?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 947667 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0291b3970, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03b192300, 0x28}, {0x3999930, 0xc0291b3970}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 947372 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 34777 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0409278b0}, 0xc03fa57ef0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29371 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 592288596 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc025b20af0}, {0xc03feccd20, 0x28}, 0xc0242ec2c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 16696 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 17246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 13330475 [select, 1405 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc01cc381e8, 0x28}, {0x3999930?, 0xc037036630}, 0xc000730c80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 431 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 41700 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03776afa0}, 0xc034c9bd10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 41169 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 742819693 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191348, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4be80?, 0xc07e4b0e32?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4be80, {0xc07e3e0f5a, 0x1acbde, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4be80, {0xc07e3e0f5a?, 0x14?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449080, {0xc07e3e0f5a?, 0x481718?, 0xc00e287b00?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc047a6e900?}, {0xc07e3e0f5a?, 0x4?, 0xc00e821478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc047a6e900, {0xc07e3e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc044da4ba0, {0xc07e3e0000, 0x1adb38, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc051bd6c00, {0xc07e3e0000?, 0xc00e821570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc044da4b60, 0x1adb38, {0xc07e3e0000, 0x1adb38, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07e3e0000?, {0xc07e3e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc044da4b60}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc044da4b60?}, 0xc0373f4db0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc044da4b60?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03e8c29d1, 0x9}, {0x3977a90, 0xc044da4b60}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc044da4b60}, 0xc00db31200?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc044da4b60?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc044da4b60}, 0xc00db31200) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03925ddd0?}, {0x3977a90?, 0xc044da4b60?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287b00, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 920110 [select, 1443 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc037fe0000}, {0xc00b664060, 0x28}, 0xc03ae41180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 29456 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0415c0000, 0x28}, {0x3999930, 0xc0479bc000}, {0x398de90, 0xc04b658580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 20528367 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02087a3c0}, 0xc025f8f0e0, 0xc02153a100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 20528365 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 408572214 [select, 607 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02faeff88, 0x28}, {0x3999930?, 0xc02ef18210}, 0xc032f08800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 12674969 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03db78e60}, 0xc0204aa780, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 12674966 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 34789 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc008861e00}, 0xc04a5f21e0, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29485 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 9515355 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02d174d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 9515520 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 743090289 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191df0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790a00?, 0xc02fd57e71?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790a00, {0xc02fd57e71, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790a00, {0xc02fd57e71?, 0xc000da9f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449128, {0xc02fd57e71?, 0x0?, 0x0?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc02fd57e60) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819714 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 28953 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00050b040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29558 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 34664 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc032196690}, 0xc0006db3b0, 0xc000bfe180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16633 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 44606 [runnable]: -internal/poll.runtime_pollWait(0x7f3018418568, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01accbd00?, 0xc03c1a6800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01accbd00, {0xc03c1a6800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01accbd00, {0xc03c1a6800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0414dd8d0, {0xc03c1a6800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03a161a10}, {0xc03c1a6800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01b682900, {0xc014b53400, 0x400, 0xc00532fd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc012bc4e40, {0xc0299a3eb7, 0x1, 0x7f332096e418?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04e3a0090) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04e3a0090}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00532ff60, {0x3988280, 0xc021019960}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc006db0b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 44496 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 34600 [runnable]: -github.com/syndtr/goleveldb/leveldb/iterator.NewIndexedIterator(...) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator/indexed_iter.go:241 -github.com/syndtr/goleveldb/leveldb/table.(*Reader).NewIterator(0xc049435a00, 0xc04e0c42a0, 0x0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/table/reader.go:817 +0x26f -github.com/syndtr/goleveldb/leveldb.(*tOps).newIterator(0xc04be76c60?, 0xc05a0afa30?, 0xb09c05?, 0x6025?) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/table.go:479 +0x67 -github.com/syndtr/goleveldb/leveldb.(*tFilesArrayIndexer).Get(0xb08e45?, 0xc023d647d0?) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/table.go:334 +0x49 -github.com/syndtr/goleveldb/leveldb/iterator.(*arrayIteratorIndexer).Get(0xc023d647d0?) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator/array_iter.go:164 +0x64 -github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).setData(0xc04e0c60c0) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator/indexed_iter.go:39 +0x3f -github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).Seek(0xc04e0c60c0, {0xc05a0afa30, 0xa, 0xa}) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator/indexed_iter.go:129 +0x9a -github.com/syndtr/goleveldb/leveldb/iterator.(*mergedIterator).Seek(0xc04e0c8000, {0xc05a0afa30, 0xa, 0xa}) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator/merged_iter.go:116 +0xdb -github.com/syndtr/goleveldb/leveldb.(*dbIter).Seek(0xc04a22ee10, {0xc05a0af9f0?, 0x2, 0xb26200?}) - /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_iter.go:200 +0x16c -github.com/tendermint/tm-db.newGoLevelDBIterator({0x39a0f40?, 0xc04a22ee10}, {0xc05a0af9f0, 0x2, 0x8}, {0xc05a0afa10, 0xb, 0x10}, 0x0) - /root/go/pkg/mod/github.com/sei-protocol/tm-db@v0.0.4/goleveldb_iterator.go:38 +0xeb -github.com/tendermint/tm-db.(*GoLevelDB).Iterator(0x398cc68?, {0xc05a0af9f0, 0x2, 0x8}, {0xc05a0afa10, 0xb, 0x10}) - /root/go/pkg/mod/github.com/sei-protocol/tm-db@v0.0.4/goleveldb.go:195 +0xf5 -github.com/tendermint/tendermint/internal/store.(*BlockStore).Base(0xc0080fd560) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/store/store.go:46 +0x9c -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc035587540}, 0xc00a1b0a50, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:792 +0x325 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29298 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 713249381 [IO wait]: -internal/poll.runtime_pollWait(0x7f301b499900, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0427e9100?, 0xc04f6c6000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0427e9100, {0xc04f6c6000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0427e9100, {0xc04f6c6000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc022832f60, {0xc04f6c6000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03befdc80}, {0xc04f6c6000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03a5b1b80, {0xc01c969400, 0x400, 0xc002dddd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc034a209c0, {0xc019e18f40, 0x1, 0x7f33212c15e0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc030a6da70) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc030a6da70}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc002dddf60, {0x3988280, 0xc026f565e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0343a61a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 713247603 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 52273911 [select, 1313 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03fc2e910}, {0xc026a176b0, 0x28}, 0xc040ad9280?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 84818 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0437c9540}, 0xc012eda870, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 84785 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 92405 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03639f280, {0x398cc68, 0xc041015a40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 92289 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 44608 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc035bd5800, {0x398cc68, 0xc020e23860}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 44496 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 34776 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0409278b0}, 0xc03fa57ef0, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29371 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 53689 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0247af630}, 0xc0030380f0, 0xc02478a380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 53688 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 107420 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 106891 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 15486911 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc025fc84e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 15485990 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 29024 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc034574140}, {0xc04152c270, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 539744 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc035bb8c60, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc037c637a0, 0x28}, {0x3999930, 0xc035bb8c60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 539484 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 191757801 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc033de81a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 191757696 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 556410946 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc025c85090}, {0xc0159929f0, 0x28}, 0xc0316d1f00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 279441653 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc04b62b9c0, {0x398cc68, 0xc0427a84b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 279439232 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 50921 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc041cb1b00, {0x398cc68, 0xc025ea55e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 50850 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 308631519 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc036ff5dc0, {0x398cc68, 0xc023f3aeb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 308630947 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 37804 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0213c18b0}, {0xc0311266e8, 0x28}, 0xc000bf0001?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 659083020 [select, 146 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc038b8cff0}, {0xc03fb966f0, 0x28}, 0xc03b2bf140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 1590 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc226d0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc019412e00?, 0xc002167000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc019412e00, {0xc002167000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc019412e00, {0xc002167000?, 0x4b0765?, 0x7f33bdc227c0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc00a4219e0, {0xc002167000?, 0x0?, 0x0?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc01f95b170, {0xc002167000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc004391d40) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc004391d40, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc01f93fcb0, {0x398cc30, 0xc00035b740}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 530 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 526540361 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc01c00a4b0}, 0xc02196c690, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 526540358 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 52612 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc04333e320}, 0xc04331ca50, 0xc0476c5e80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 52611 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 295925 [runnable]: -internal/poll.runtime_pollWait(0x7f301ac05ec8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc019e7a280?, 0xc0261e3000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc019e7a280, {0xc0261e3000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc019e7a280, {0xc0261e3000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc00c7d32f8, {0xc0261e3000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03704d260}, {0xc0261e3000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc015ccdf80, {0xc025f0f800, 0x400, 0xc0308cfd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc023d47920, {0xc01b554360, 0x1, 0x7f3323dea3f0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dd27560) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dd27560}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0308cff60, {0x3988280, 0xc039ac7520}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03ecf2340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 295648 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 700748294 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03279d500, 0x28}, {0x3999930, 0xc040ab2bb0}, {0x398de90, 0xc033a9f400}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 700745538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 1408 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01f06fd40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 488058078 [select, 460 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0346c6b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 488056345 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 593208802 [select, 263 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 593208575 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 38014 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0311266e8, 0x28}, {0x3999930?, 0xc03b0acdc0}, 0xc03702001c?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 742819726 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193150, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d2580?, 0xc0799110b2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc0404d2580, {0xc0797e0f5a, 0x1ebfae, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc0404d2580, {0xc0797e0f5a?, 0xc001d31338?, 0x414625?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449188, {0xc0797e0f5a?, 0x2?, 0xc00e2f8e10?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc047a6ec00?}, {0xc0797e0f5a?, 0x4?, 0xc001d31478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc047a6ec00, {0xc0797e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc02293c660, {0xc0797e0000, 0x1ecf08, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04e0d5340, {0xc0797e0000?, 0x4ff6e10?, 0xc001d315a8?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc02293c620, 0x1ecf08, {0xc0797e0000, 0x1ecf08, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0797e0000?, {0xc0797e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc02293c620}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc02293c620?}, 0xc0377ae82a?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc02293c620?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0121983d1, 0x9}, {0x3977a90, 0xc02293c620}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc02293c620}, 0xc00655ce00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc02293c620?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc02293c620}, 0xc00655ce00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03ac5a270?}, {0x3977a90?, 0xc02293c620?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8e10, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 36798 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03c42e7d0}, 0xc03c4354a0, 0xc01243b880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 36797 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 717886061 [IO wait]: -internal/poll.runtime_pollWait(0x7f301841e210, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04111a580?, 0xc03fe89800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04111a580, {0xc03fe89800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04111a580, {0xc03fe89800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc042b1d7d0, {0xc03fe89800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc02ed2a8d0}, {0xc03fe89800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc028bea800, {0xc036485800, 0x400, 0xc019f0ed18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03924eba0, {0xc0170889ad, 0x1, 0x7f33a87e7f68?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc050bae240) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc050bae240}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc019f0ef60, {0x3988280, 0xc02fe57570}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc030712ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 717884911 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 45371 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02149eb90}, 0xc0214d43c0, 0x205?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 45370 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 539484 [select, 1444 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc037c637a0, 0x28}, {0x3999930?, 0xc035bb8c60}, 0xc016d9d397?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc035bb8c60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 84733 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02d4e4bb0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0085988a0, 0x28}, {0x3999930, 0xc02d4e4bb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 84783 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 29421 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 29429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 438981887 [IO wait]: -internal/poll.runtime_pollWait(0x7f33231e8fe8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a63cf80?, 0xc02374e000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a63cf80, {0xc02374e000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a63cf80, {0xc02374e000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03add7d40, {0xc02374e000?, 0xc05358fd70?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0359ba0f0}, {0xc02374e000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc037ec8b00, {0xc037499800, 0x400, 0xc01fbebd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0258a4060, {0xc016c3a977, 0x1, 0x7f3320666018?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d1ecf60) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d1ecf60}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01fbebf60, {0x3988280, 0xc04085c260}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc035780b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 438981712 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 1409 [runnable]: -internal/poll.runtime_pollWait(0x7f33bdc22ab0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01b0a4c00?, 0xc0233a1000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01b0a4c00, {0xc0233a1000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01b0a4c00, {0xc0233a1000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc007104988, {0xc0233a1000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc01f2ce690}, {0xc0233a1000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01b0a4c80, {0xc01f52c400, 0x400, 0xc001b6ad18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01ef61440, {0xc0299a2e5d, 0x1, 0x7f33bc0459a0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d78d230) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d78d230}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc001b6af60, {0x3988280, 0xc02f550c90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01f06fd40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 29455 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0479bc000, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0415c0000, 0x28}, {0x3999930, 0xc0479bc000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 235558838 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0447a2a50, 0x28}, {0x3999930, 0xc03be82840}, {0x398de90, 0xc03dd6bf00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 235557816 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 743136044 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc222f0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0208f0c80?, 0xc032373781?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0208f0c80, {0xc032373781, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0208f0c80, {0xc032373781?, 0xc011a9e0c0?, 0xc033848c00?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02fc8fa80, {0xc032373781?, 0xc00f6de7b8?, 0x15ff806?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc032373770) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 3469 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 2729102 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0400e76b0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03fea7080, 0x28}, {0x3999930, 0xc0400e76b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 2728734 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 29199 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc001a7fa00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29019 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 736718615 [IO wait]: -internal/poll.runtime_pollWait(0x7f33a803fb58, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02f5cc000?, 0xc0146e3000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02f5cc000, {0xc0146e3000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02f5cc000, {0xc0146e3000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0366c8f28, {0xc0146e3000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0341c4630}, {0xc0146e3000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc024df6080, {0xc025fb4400, 0x400, 0xc002c77d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02501f1a0, {0xc01a4cc598, 0x1, 0x7f3321696088?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04b23a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04b23a900}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc002c77f60, {0x3988280, 0xc036a030d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc041273860, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 736718363 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 84783 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0085988a0, 0x28}, {0x3999930?, 0xc02d4e4bb0}, 0xc025bdf710?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02d4e4bb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 593208846 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03cbaecc0, 0x28}, {0x3999930, 0xc03a8dd760}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 593208575 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 2729051 [select, 1437 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc035a54550}, {0xc03fea7080, 0x28}, 0xc02478a380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 38015 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02fff9380, {0x398cc68, 0xc0249d6410}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 38014 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 56669 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 56665 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 15113 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03388e000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 15109 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 2729054 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc035a54640}, 0xc039b5a3c0, 0xc029c28900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 2729053 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 64122 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc032d22a50, 0x28}, {0x3999930, 0xc043e662c0}, {0x398de90, 0xc044a6a180}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 64042 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 447665224 [runnable]: -internal/poll.runtime_pollWait(0x7f33238eccf0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc021230600?, 0xc01ec93000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc021230600, {0xc01ec93000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc021230600, {0xc01ec93000?, 0x419e10?, 0xc03e488aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03afbeb78, {0xc01ec93000?, 0xc052ca21e0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03d9720c0}, {0xc01ec93000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0239b1b00, {0xc03480e400, 0x400, 0xc03e488d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc000d8d2c0, {0xc018256eec, 0x1, 0x7f301b4d3e38?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04db3ee10) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04db3ee10}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03e488f60, {0x3988280, 0xc000908ee0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc036bc9d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 447665049 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 592288478 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02ddd7380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 592282861 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 28958 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc031365e90, 0x28}, {0x3999930, 0xc0479bc9a0}, {0x398de90, 0xc01243b900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29558 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 288705418 [select, 838 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc041505e50}, {0xc031191ce0, 0x28}, 0xc03b5f5d40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 209461275 [select, 987 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc01c2f0690, 0x28}, {0x3999930?, 0xc0337ed600}, 0xc056333a20?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0337ed600}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 84730 [IO wait]: -internal/poll.runtime_pollWait(0x7f30181e4640, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc008700900?, 0xc034f9a000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc008700900, {0xc034f9a000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc008700900, {0xc034f9a000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02c9eee80, {0xc034f9a000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03c0b5650}, {0xc034f9a000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc019ce7080, {0xc01587c000, 0x400, 0xc0020a6d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01c96e3c0, {0xc01a5e97da, 0x1, 0x7f3013ffef30?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03ba2e7e0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03ba2e7e0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0020a6f60, {0x3988280, 0xc036730270}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02f0369c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 84783 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 50923 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc033aeeb40, 0x28}, {0x3999930, 0xc040192000}, {0x398de90, 0xc041cb1b00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 50850 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 48043 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02d123a10, 0x28}, {0x3999930?, 0xc03360ee70}, 0xc01a8bedd0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03360ee70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 45369 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02cfeae40, 0x28}, {0x3999930, 0xc0349b9ef0}, {0x398de90, 0xc033b17080}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 45242 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 342691 [select, 1445 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0333cba40}, {0xc02ca1ddd0, 0x28}, 0xc01f072880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 92375 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03755bae0}, {0xc02357c9c0, 0x28}, 0xc039cdc900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 363905922 [IO wait]: -internal/poll.runtime_pollWait(0x7f30181e4450, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc024400480?, 0xc053935800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc024400480, {0xc053935800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc024400480, {0xc053935800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02fd7e950, {0xc053935800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0424e60c0}, {0xc053935800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc02c31f580, {0xc01d245400, 0x400, 0xc03a1aed18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03e1ea960, {0xc01987adc3, 0x1, 0x7f301b5bae30?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04be506c0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04be506c0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03a1aef60, {0x3988280, 0xc025a3fa20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc036d10000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 363905892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 16289636 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02f44b270}, 0xc02d8f5a40, 0xc03b2bf140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16289634 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 34786 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc040ed4730}, 0xc03b17aa50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 33099 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 34666 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc032196690}, 0xc0006db3b0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16633 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 189591 [select, 871 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0326a49c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 188355 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 8947446 [select, 1417 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 8947354 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 29568 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03764b760, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02ffd6450, 0x28}, {0x3999930, 0xc03764b760}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29573 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 53690 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0247af630}, 0xc0030380f0, 0xc043226b40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 53688 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 80404 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02f2af0e0}, {0xc03ea95320, 0x28}, 0xc03ee10480?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 706123571 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc05dd078b0}, 0xc00f3f9770, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 706122960 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 29569 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02ffd6450, 0x28}, {0x3999930, 0xc03764b760}, {0x398de90, 0xc023b12700}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29573 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 29212 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0422ee4e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29230 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 34257 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 15487040 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02d8b0870}, 0xc021d752c0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15487037 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 24290 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc01f0614f0}, {0xc031126198, 0x28}, 0xc0034e2748?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 743172646 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 736718497 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03bf3f090}, 0xc0234d0a50, 0xc03539c900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 736718496 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 717533604 [IO wait]: -internal/poll.runtime_pollWait(0x7f3323fc95b8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03592b900?, 0xc00fd07800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03592b900, {0xc00fd07800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03592b900, {0xc00fd07800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc01c31a6d0, {0xc00fd07800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03b9fb170}, {0xc00fd07800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03592b980, {0xc041cd3000, 0x400, 0xc003494d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03058da40, {0xc01889c0b1, 0x1, 0x7f33680223e0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c22a6f0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c22a6f0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc003494f60, {0x3988280, 0xc0211c8cf0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02f46c4e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 717531287 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 304289441 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc01f4c45f0}, 0xc011983d10, 0xc025294d40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 304289439 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 29424 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc047b12f00, 0x28}, {0x3999930, 0xc04796e2c0}, {0x398de90, 0xc047c22dc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 230117223 [IO wait]: -internal/poll.runtime_pollWait(0x7f3323fca250, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0369fdf00?, 0xc0203c4000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0369fdf00, {0xc0203c4000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0369fdf00, {0xc0203c4000?, 0x419e10?, 0xc00a76daa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03e3ef0a8, {0xc0203c4000?, 0xc052a122a0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc034fc8f60}, {0xc0203c4000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01b17a100, {0xc0268f4000, 0x400, 0xc00a76dd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc039ec1800, {0xc01ade8c24, 0x1, 0x7f301a7cd038?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc033f51170) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc033f51170}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00a76df60, {0x3988280, 0xc023c2a0b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc003c1e820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 230116582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 131380 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0402c1f80, {0x398cc68, 0xc027d87040}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 131379 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 586273234 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc039af88c0}, 0xc035e2b4a0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 586273072 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 36790 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03fa63080, 0x28}, {0x3999930?, 0xc021ed5290}, 0xc01914a1c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc021ed5290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 12648377 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc00ca542c0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc031274750, 0x28}, {0x3999930, 0xc00ca542c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 12648120 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 52223 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 52513 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 743172664 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 33094 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc040e03d80, {0x398cc68, 0xc040ed4550}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 32028 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 558644995 [select, 326 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc000aefd10}, {0xc040769c20, 0x28}, 0xc027e3a660?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 53766 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0359aa9b0}, {0xc00b2e4e10, 0x28}, 0xc01243b880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 742819296 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec530, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ed00?, 0xc079681dea?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035ed00, {0xc0795e0f5a, 0x1f1a2d, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035ed00, {0xc0795e0f5a?, 0xc01daea230?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f530, {0xc0795e0f5a?, 0x2?, 0xc00ac315f0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0395de3c0?}, {0xc0795e0f5a?, 0x4?, 0xc001d37478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0395de3c0, {0xc0795e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc021021460, {0xc0795e0000, 0x1f2987, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc03b3a1c40, {0xc0795e0000?, 0x4ff6e10?, 0xc001d375a8?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc021021420, 0x1f2987, {0xc0795e0000, 0x1f2987, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc021021420?, {0xc0795e0000?, 0x1f2987?, 0x200000?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc021021420}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc021021420?}, 0xc03ea343c0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc021021420?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215aee1, 0x9}, {0x3977a90, 0xc021021420}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc021021420}, 0xc00e62f200?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc021021420?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc021021420}, 0xc00e62f200) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc037e74210?}, {0x3977a90?, 0xc021021420?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac315f0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 2197016 [IO wait, 1438 minutes]: -internal/poll.runtime_pollWait(0x7f30181e4070, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01662e680?, 0xc018cc11ac?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01662e680, {0xc018cc11ac, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01662e680, {0xc018cc11ac?, 0xc02ec08240?, 0x20?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03b778cb8, {0xc018cc11ac?, 0xc00e8dc5a0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03c5205a0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03c5205a0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc022206ef0, {0x3985c90, 0xc03bfea2c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc00e8dc770?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc00e8dc7d0?, 0x15ffb85?, 0xc03bf9f7a0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 2197014 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 690307865 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0214f49a0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03b8cf5c0, 0x28}, {0x3999930, 0xc0214f49a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 690305886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 16699 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0215ca690, 0x28}, {0x3999930, 0xc0255b3a20}, {0x398de90, 0xc02478a400}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 17246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 589917798 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03b857780, {0x398cc68, 0xc02ce5b180}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 589917700 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 29449 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc043e66a50, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0476805d0, 0x28}, {0x3999930, 0xc043e66a50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29443 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 919981 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc034250320}, 0xc03d7971d0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 919980 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 363905377 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc036d10000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 363905892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 240952 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc013ed3520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 240335 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 29584 [chan receive, 1446 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc0050e7638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc03bc2d810}, 0xc0412c4880) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc03bc2d810}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 426 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 15506989 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc04185aa50}, 0xc017ee81e0, 0xc020ae1dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15506987 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 76915906 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00feacea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 76915105 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 592288594 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03feccd20, 0x28}, {0x3999930, 0xc0222c5b80}, {0x398de90, 0xc039964e40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 592282861 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 64118 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03760c340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 64042 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 50918 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc031f901a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 50850 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 55233 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc021fcd8c0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02d942870, 0x28}, {0x3999930, 0xc021fcd8c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 54972 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 496634673 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0376bec80}, {0xc0458415f0, 0x28}, 0xc037888800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 742819292 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec910, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035eb00?, 0xc07ec71f62?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035eb00, {0xc07ebe0f5a, 0x1ab068, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035eb00, {0xc07ebe0f5a?, 0xa?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f510, {0xc07ebe0f5a?, 0x481718?, 0xc00ac313b0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc042db9fc0?}, {0xc07ebe0f5a?, 0x4?, 0xc031323478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc042db9fc0, {0xc07ebe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc021021c40, {0xc07ebe0000, 0x1abfc2, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc048de2240, {0xc07ebe0000?, 0xc031323570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc021021c00, 0x1abfc2, {0xc07ebe0000, 0x1abfc2, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07ebe0000?, {0xc07ebe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc021021c00}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc021021c00?}, 0xc03ea34c90?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc021021c00?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215b691, 0x9}, {0x3977a90, 0xc021021c00}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc021021c00}, 0xc00e62f900?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc021021c00?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc021021c00}, 0xc00e62f900) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc04428fbf0?}, {0x3977a90?, 0xc021021c00?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac313b0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 29451 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0043ea000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 1556 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc00d5d89a0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03189a120, 0x28}, {0x3999930, 0xc00d5d89a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743090546 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec910, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035eb00?, 0xc04428fc01?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035eb00, {0xc04428fc01, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035eb00, {0xc04428fc01?, 0xc023891728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f510, {0xc04428fc01?, 0x471cd0?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc04428fbf0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819292 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 84731 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 84783 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 52225 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03364c000, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0419c1260, 0x28}, {0x3999930, 0xc03364c000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 52513 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 53691 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0247af630}, 0xc0030380f0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 53688 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 47961 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 48043 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 272323578 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc030408820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 272323929 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 737997400 [runnable]: -internal/poll.runtime_pollWait(0x7f33238ec720, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc039a07480?, 0xc03fe88000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc039a07480, {0xc03fe88000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc039a07480, {0xc03fe88000?, 0x419e10?, 0xc040065aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03b8c4f90, {0xc03fe88000?, 0xc052eacc30?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0413be780}, {0xc03fe88000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc039a07500, {0xc00ca8d400, 0x400, 0xc040065d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc025bbc0c0, {0xc0199ad97b, 0x1, 0x7f33233d4830?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c6ea480) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c6ea480}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc040065f60, {0x3988280, 0xc039ac6010}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0409eeb60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 737995467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 34745 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc01f061450}, 0xc0009b70e0, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 23889 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 1555 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc01f072900, {0x398cc68, 0xc01d633130}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 12648373 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc025fc9a00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 12648120 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 29370 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0408cd4a0, 0x28}, {0x3999930, 0xc03b51ee70}, {0x398de90, 0xc03ff66d00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29305 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 45320 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc023508370}, {0xc02cfeae40, 0x28}, 0xc04b658540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 53601 [runnable]: -internal/poll.runtime_pollWait(0x7f301841ecb8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc016e3bc00?, 0xc01d8fb800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc016e3bc00, {0xc01d8fb800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc016e3bc00, {0xc01d8fb800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc024711868, {0xc01d8fb800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03bd3ee40}, {0xc01d8fb800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc016e3bc80, {0xc035bcac00, 0x400, 0xc0051ead18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03a15be00, {0xc01ad89319, 0x1, 0x7f33214ed260?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c2e16b0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c2e16b0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0051eaf60, {0x3988280, 0xc0478f8c00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc012881d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 53744 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 497475116 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc036991230, 0x28}, {0x3999930, 0xc01e9a91e0}, {0x398de90, 0xc03ea84580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 497475039 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 342401 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0210fef00}, 0xc022913e00, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 342707 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 1582942 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03b52d450}, {0xc0039fc660, 0x28}, 0xc03c77d780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 743090014 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193340, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791800?, 0xc02efb7751?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a791800, {0xc02efb7751, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a791800, {0xc02efb7751?, 0xc0109b0f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449178, {0xc02efb7751?, 0xcc52de?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc02efb7740) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819724 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 241691115 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc026777540}, 0xc010b3a870, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 241691004 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 29429 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc047b12f00, 0x28}, {0x3999930?, 0xc04796e2c0}, 0xc01bcc26d0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc04796e2c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 54929 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02df1e2d0}, 0xc01fc68e10, 0xc03ff66c80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 54927 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 363905925 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0355f8f20, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0468abe30, 0x28}, {0x3999930, 0xc0355f8f20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 363905892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 38085 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc025c58eb0}, 0xc003d7ca50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 38082 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 687646547 [select, 96 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 687644934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 240954 [select, 1445 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 240335 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 742819731 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192c78, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d3100?, 0xc07a0b1982?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc0404d3100, {0xc079fe0f5a, 0x1a5359, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc0404d3100, {0xc079fe0f5a?, 0xc0495dfa70?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254491b0, {0xc079fe0f5a?, 0x481718?, 0xc00e2f90e0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0422e46c0?}, {0xc079fe0f5a?, 0x4?, 0xc0036ef478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0422e46c0, {0xc079fe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc0170492a0, {0xc079fe0000, 0x1a62b3, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc052e51840, {0xc079fe0000?, 0xc0036ef570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc017049260, 0x1a62b3, {0xc079fe0000, 0x1a62b3, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc079fe0000?, {0xc079fe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc017049260}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc017049260?}, 0xc049afcf90?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc017049260?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0397779c1, 0x9}, {0x3977a90, 0xc017049260}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc017049260}, 0xc00ee82b00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc017049260?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc017049260}, 0xc00ee82b00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e958390?}, {0x3977a90?, 0xc017049260?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f90e0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 554207087 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0228e09a0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02447e1b0, 0x28}, {0x3999930, 0xc0228e09a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 554206550 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 580422 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc040c52910}, 0xc022b79ef0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 580421 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 38017 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0311266e8, 0x28}, {0x3999930, 0xc03b0acdc0}, {0x398de90, 0xc02fff9380}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 38014 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 271674374 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc035e0f810, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0346b4ab0, 0x28}, {0x3999930, 0xc035e0f810}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 271672873 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 742819688 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191820, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a780?, 0xc06931351a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a780, {0xc069212f5a, 0x1afec2, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a780, {0xc069212f5a?, 0x7a4d316b444e3051?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449058, {0xc069212f5a?, 0x481718?, 0xc00e287830?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc00d441c40?}, {0xc069212f5a?, 0x4?, 0xc001e0f478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc00d441c40, {0xc069212000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc02f024040, {0xc069212000, 0x1b0e1c, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc02fdfc140, {0xc069212000?, 0x0?, 0x0?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc02f024000, 0x1b0e1c, {0xc069212000, 0x1b0e1c, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc069212000?, {0xc069212000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc02f024000}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc02f024000?}, 0x41adfe?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc02f024000?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03960aa01, 0x9}, {0x3977a90, 0xc02f024000}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc02f024000}, 0xc004cce000?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc02f024000?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc02f024000}, 0xc004cce000) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0423da150?}, {0x3977a90?, 0xc02f024000?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287830, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 587074421 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03cb8c0a0}, 0xc0202c91d0, 0xc0359bd540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 587074420 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 558644832 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02e6d01a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 558644892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 33091 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0043eaea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 32028 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 682263773 [IO wait]: -internal/poll.runtime_pollWait(0x7f33a8040600, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03b392b80?, 0xc01a403000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03b392b80, {0xc01a403000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03b392b80, {0xc01a403000?, 0x419e10?, 0xc04d3151a0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03ba8d088, {0xc01a403000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc02e8f03c0}, {0xc01a403000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01f424180, {0xc017b2b400, 0x400, 0xc03b6a4d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0389b2060, {0xc016e5b338, 0x1, 0x7f301a9d2248?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d3151d0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d3151d0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03b6a4f60, {0x3988280, 0xc0580dc990}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc033c29040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 682263194 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 47963 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03360ee70, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02d123a10, 0x28}, {0x3999930, 0xc03360ee70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 48043 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 13330473 [IO wait]: -internal/poll.runtime_pollWait(0x7f300f0c44a8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01d418900?, 0xc03bc47000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01d418900, {0xc03bc47000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01d418900, {0xc03bc47000?, 0x3bb2d5c25bf7b59?, 0xc022620d68?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc037595a70, {0xc03bc47000?, 0x25d8c80?, 0xc05f5d3080?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc037595a70}, {0xc03bc47000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01a862d80, {0xc022c89c00, 0x400, 0xc046a4fd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc036809aa0, {0xc01af3256a, 0x1, 0x7f3011c7f458?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc039d2a570) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc039d2a570}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc046a4ff60, {0x3988280, 0xc021c4c740}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0422ef040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 431 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 295831 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0419e67d0}, 0xc0082d94a0, 0xc033b17000?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 295249 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 34607 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0484e65f0}, 0xc04a834000, 0x1?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29470 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 43361 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0057cf680}, {0xc00e260ab0, 0x28}, 0xc02478a380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 544659843 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc029df5270}, {0xc037d08720, 0x28}, 0xc046194100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 16634 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc032196730}, {0xc0215ca690, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 80425 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03ea95320, 0x28}, {0x3999930, 0xc0421f9760}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 80321 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 29514 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc04b91dc20}, {0xc0415c0000, 0x28}, 0xc0438b0d20?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 711461488 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc001b02b40}, 0xc008d9bef0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 711461485 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 711461520 [select, 54 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 711461147 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 36619 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03abd1720}, {0xc03fa63080, 0x28}, 0xc01f072880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 279441385 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0323505f0}, {0xc0314b36e0, 0x28}, 0xc0212f7400?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 9515768 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0320b3dd0, 0x28}, {0x3999930, 0xc03b58cdc0}, {0x398de90, 0xc0331b3200}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 9515520 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 41699 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03776afa0}, 0xc034c9bd10, 0xc03ee10480?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 41169 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 10178467 [select, 1414 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02f36b590, 0x28}, {0x3999930?, 0xc0349f24d0}, 0xc01a501f30?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0349f24d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 587074423 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03cb8c0a0}, 0xc0202c91d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 587074420 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 45365 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03aa4d520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 45242 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 715471894 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc039ba0b40}, 0xc00e9e54a0, 0xc0415f7580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 715471892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 713249132 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03e2ec140}, 0xc02059a4b0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 713249129 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 15119 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc041e131d0}, {0xc02a20c1b0, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 726960112 [select, 27 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 726958892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 1637396 [IO wait]: -internal/poll.runtime_pollWait(0x7f301a9ffbf0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0180f0980?, 0xc039a69800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0180f0980, {0xc039a69800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0180f0980, {0xc039a69800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0358c37c0, {0xc039a69800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0218d4660}, {0xc039a69800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01a6fc500, {0xc03480f400, 0x400, 0xc025a54d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02efc9500, {0xc025c920f8, 0x1, 0x7f3320ead408?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dc62300) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dc62300}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc025a54f60, {0x3988280, 0xc04f15ac80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0320044e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 1637182 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 228478580 [select, 951 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02113a7d0}, {0xc036c9e390, 0x28}, 0xc000bfe180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 29365 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0404fcea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29305 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 693766211 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02ecc55f0, 0x28}, {0x3999930, 0xc03cbaa420}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 693765007 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 52224 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03eea8fc0, {0x398cc68, 0xc03ee8a820}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 52513 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 131378 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 422 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 742819704 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691927a0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790200?, 0xc00e9be000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790200, {0xc00e9be000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790200, {0xc00e9be000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490d8, {0xc00e9be000?, 0x0?, 0xc0381060f8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc0381060f0, {0xc00e9be000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc033d6f440) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc033d6f440, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00e2f81b0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 34669 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0345740a0}, 0xc00609ce10, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29023 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 92177 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc04031dc20}, 0xc009098a50, 0xc043226b40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 92176 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 29486 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc008861ea0}, {0xc02ffd6450, 0x28}, 0xc0034f6f48?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 6978 [IO wait, 1447 minutes]: -internal/poll.runtime_pollWait(0x7f33bdc221f8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01b98fa00?, 0xc016d28254?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01b98fa00, {0xc016d28254, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01b98fa00, {0xc016d28254?, 0x20?, 0x20?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02fc8e130, {0xc016d28254?, 0xc001921da0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc024bf62d0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc024bf62d0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc002109ef0, {0x3985c90, 0xc0372b5900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc001921f28?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc001921fa8?, 0xc01281a0c0?, 0xc024bd59e0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 6384 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 34771 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc047c8f310}, 0xc00cb99b30, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29476 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 29490 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc04774cff0}, {0xc047b12f00, 0x28}, 0xc047a348a0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 700748282 [sleep]: -time.Sleep(0x5f5e100) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataForCatchup(0xc00048f980, {0x398cc68, 0xc02c2efb30}, 0xc0494c4b60, 0xc044094500, 0xc0152653b0, 0xc015656000?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:509 +0xa47 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02c2efb30}, 0xc0152653b0, 0xc0343efa40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:586 +0x3e6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 700748281 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 48021 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03bf3e0f0}, 0xc03b17a000, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 48020 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 742819727 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193058, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d2600?, 0xc00eb12000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0404d2600, {0xc00eb12000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0404d2600, {0xc00eb12000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449190, {0xc00eb12000?, 0x0?, 0xc03ac5a3f8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc03ac5a3f0, {0xc00eb12000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc039937260) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc039937260, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00e2f8ea0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 29230 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc042cfe7b0, 0x28}, {0x3999930?, 0xc0334dcf20}, 0xc01a60ea93?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0334dcf20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 131313 [IO wait]: -internal/poll.runtime_pollWait(0x7f301ac06878, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc015d35100?, 0xc0232ea000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc015d35100, {0xc0232ea000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc015d35100, {0xc0232ea000?, 0x24be8e0?, 0xc025c231a0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0374ee910, {0xc0232ea000?, 0x24be8e0?, 0xc025c231a0?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc0374ee910}, {0xc0232ea000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0184b2900, {0xc0095cb800, 0x400, 0xc041411d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc024f6b1a0, {0xc025c92a4a, 0x1, 0x7f3320ead408?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dc63770) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dc63770}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc041411f60, {0x3988280, 0xc04f15b250}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0431264e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 422 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 235557001 [IO wait, 938 minutes]: -internal/poll.runtime_pollWait(0x7f33238ec910, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0183d5100?, 0xc018518a30?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0183d5100, {0xc018518a30, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0183d5100, {0xc018518a30?, 0x1a2?, 0x1f4?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03de48e80, {0xc018518a30?, 0xc0169835a0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc023e12300) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc023e12300}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc009b61ef0, {0x3985c90, 0xc02f8c5800}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0x17fa00b?, 0x15ffb85?, 0xc038d4b3e0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 235556999 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 33098 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc040ed46e0}, {0xc040efd3b0, 0x28}, 0x23?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 57749 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc040947310}, {0xc0264ba480, 0x28}, 0xc033500dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 687646548 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0376c9680, {0x398cc68, 0xc02cd96500}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 687644934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 55250 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02d942870, 0x28}, {0x3999930, 0xc021fcd8c0}, {0x398de90, 0xc03a0a5980}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 54972 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 29422 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc047c22dc0, {0x398cc68, 0xc047b4ac80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 29429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743089968 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369190d78, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03854d980?, 0xc03ef0f031?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03854d980, {0xc03ef0f031, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03854d980, {0xc03ef0f031?, 0xc02203f728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490b0, {0xc03ef0f031?, 0x471cd0?, 0xc012557000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03ef0f020) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819699 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743090392 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191348, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4be80?, 0xc03925dde1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4be80, {0xc03925dde1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4be80, {0xc03925dde1?, 0x800?, 0x4ff66c0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449080, {0xc03925dde1?, 0xc034e92b40?, 0xc0120dfc78?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03925ddd0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819693 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 24173 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03c680fd0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc031126198, 0x28}, {0x3999930, 0xc03c680fd0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 24171 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 191757827 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03c2b19a0}, {0xc00798ac60, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 526540384 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc043589e30, 0x28}, {0x3999930, 0xc035886a50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 526540208 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 52222 [IO wait]: -internal/poll.runtime_pollWait(0x7f301841eea8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01c9dee80?, 0xc02cf57000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01c9dee80, {0xc02cf57000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01c9dee80, {0xc02cf57000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03be57da0, {0xc02cf57000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0413e9e90}, {0xc02cf57000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01a79bf00, {0xc0371e5c00, 0x400, 0xc00209ad18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc043ea4960, {0xc018257325, 0x1, 0x7f3323368710?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04db58ff0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04db58ff0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00209af60, {0x3988280, 0xc000909470}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02f272000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 52513 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 3466 [select]: -github.com/tendermint/tendermint/rpc/jsonrpc/server.(*wsConnection).writeRoutine(0xc0208f0600, {0x398cc68, 0xc03258a1e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/ws_handler.go:364 +0x265 -github.com/tendermint/tendermint/rpc/jsonrpc/server.(*wsConnection).Start(0xc0208f0600, {0x398cc68?, 0xc03258a1e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/ws_handler.go:192 +0xd9 -github.com/tendermint/tendermint/rpc/jsonrpc/server.(*WebsocketManager).WebsocketHandler(0xc0002ddd40, {0x3988cd0, 0xc032373500}, 0xc032595c00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/ws_handler.go:83 +0x2f0 -net/http.HandlerFunc.ServeHTTP(0x90?, {0x3988cd0?, 0xc032373500?}, 0x5182fe?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0xc001896180?, {0x3988cd0, 0xc032373500}, 0xc032595c00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -github.com/tendermint/tendermint/internal/rpc/core.(*Environment).StartService.(*Cors).Handler.func8({0x3988cd0, 0xc032373500}, 0xc032595c00) - /root/go/pkg/mod/github.com/rs/cors@v1.8.2/cors.go:231 +0x184 -net/http.HandlerFunc.ServeHTTP(0xc032373500?, {0x3988cd0?, 0xc032373500?}, 0x282b920?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -github.com/tendermint/tendermint/rpc/jsonrpc/server.maxBytesHandler.ServeHTTP({{0x39692c0?, 0xc00059e260?}, 0x282b920?}, {0x3988cd0?, 0xc032373500}, 0xc032595c00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_server.go:258 +0x11c -github.com/tendermint/tendermint/rpc/jsonrpc/server.Serve.recoverAndLogHandler.func2({0x3977a90, 0xc0306a35e0}, 0xc032595c00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_server.go:238 +0x2ef -net/http.HandlerFunc.ServeHTTP(0x5020b20?, {0x3977a90?, 0xc0306a35e0?}, 0xc025bcab50?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.serverHandler.ServeHTTP({0xc032373440?}, {0x3977a90?, 0xc0306a35e0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc0323435f0, {0x398cc30, 0xc00035b740}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 530 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 107509 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc00515aff0}, {0xc02e523e00, 0x28}, 0xc016532ea8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 34640 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc006d2f6d0}, 0xc006c44870, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 80424 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc029c28980, {0x398cc68, 0xc037c20730}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 80321 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 1583219 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0265fd380, {0x398cc68, 0xc036822b40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1583074 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 342687 [select, 1445 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 342235 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 29235 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03364cd10, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc04152c270, 0x28}, {0x3999930, 0xc03364cd10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29019 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 580369 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc024f833f0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0311274a8, 0x28}, {0x3999930, 0xc024f833f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 580367 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 742819549 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ecb00, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03b85c080?, 0xc077ad0b42?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03b85c080, {0xc0779e0f5a, 0x1fe2d3, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03b85c080, {0xc0779e0f5a?, 0x1?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc03b23b158, {0xc0779e0f5a?, 0x481718?, 0xc00de14a20?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc039f48600?}, {0xc0779e0f5a?, 0x4?, 0xc01eb7d478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc039f48600, {0xc0779e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc014b9dee0, {0xc0779e0000, 0x1ff22d, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04ecbfb80, {0xc0779e0000?, 0xc01eb7d570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc014b9dea0, 0x1ff22d, {0xc0779e0000, 0x1ff22d, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0779e0000?, {0xc0779e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc014b9dea0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc014b9dea0?}, 0xc041dc2f00?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc014b9dea0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03de1f871, 0x9}, {0x3977a90, 0xc014b9dea0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc014b9dea0}, 0xc00dd18e00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc014b9dea0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc014b9dea0}, 0xc00dd18e00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc043865a40?}, {0x3977a90?, 0xc014b9dea0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00de14a20, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 680924327 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03de42ec0, {0x398cc68, 0xc02d154be0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 680924246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 34255 [runnable]: -github.com/oasisprotocol/curve25519-voi/curve/scalar.(*Scalar).SetBytesModOrderWide(0xc001e440e8, {0xc001e44108?, 0x40?, 0x40?}) - /root/go/pkg/mod/github.com/oasisprotocol/curve25519-voi@v0.0.0-20210609091139-0a56a4bca00b/curve/scalar/scalar.go:130 +0x7d -github.com/oasisprotocol/curve25519-voi/primitives/ed25519.PrivateKey.Sign({0xc0158dfb80, 0x40, 0x42}, {0xc001e44408?, 0xae826d?}, {0xc0143ad5c0, 0x15, 0x1e}, {0x396c060, 0x4f11060}) - /root/go/pkg/mod/github.com/oasisprotocol/curve25519-voi@v0.0.0-20210609091139-0a56a4bca00b/primitives/ed25519/ed25519.go:390 +0x4ce -github.com/oasisprotocol/curve25519-voi/primitives/ed25519.Sign(...) - /root/go/pkg/mod/github.com/oasisprotocol/curve25519-voi@v0.0.0-20210609091139-0a56a4bca00b/primitives/ed25519/ed25519.go:435 -github.com/tendermint/tendermint/crypto/ed25519.PrivKey.Sign({0xc0158dfb80?, 0x0?, 0x5f3af17?}, {0xc0143ad5c0?, 0xc02a800480?, 0x9?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/crypto/ed25519/ed25519.go:87 +0x45 -github.com/tendermint/tendermint/privval.(*FilePV).signVote(0xc000cfb220, {0xc02a800480, 0x9}, 0xc04df93c70) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/privval/file.go:384 +0x149 -github.com/tendermint/tendermint/privval.(*FilePV).SignVote(0x398cc68?, {0xc000053680?, 0x509dc9?}, {0xc02a800480?, 0x2b1fc7896433ec10?}, 0x48a58045657c7a53?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/privval/file.go:314 +0x25 -github.com/tendermint/tendermint/internal/consensus.(*State).signVote(0xc000cf0d80, {0x398cc68, 0xc000053680}, 0x2, {0xc037e517e0, 0x20, 0x20}, {0x1, {0xc037e51820, 0x20, ...}}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/state.go:2873 +0x7d9 -github.com/tendermint/tendermint/internal/consensus.(*State).signAddVote(0xc000cf0d80, {0x398cc68, 0xc000053680}, 0x5f3af16?, {0xc037e517e0, 0x20, 0x20}, {0x1, {0xc037e51820, 0x20, ...}}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/state.go:2904 +0x259 -github.com/tendermint/tendermint/internal/consensus.(*State).enterPrecommit(0xc000cf0d80, {0x398cc68, 0xc000053680}, 0x5f3af17, 0x0, {0x29d06d3, 0xe}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/state.go:1946 +0x18b3 -github.com/tendermint/tendermint/internal/consensus.(*State).addVote(0xc000cf0d80, {0x398cc68, 0xc000053680}, 0xc04e0ae410, {0xc0036a5bc0, 0x28}, {0x399e380, 0xc04e0a2900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/state.go:2774 +0x1bab -github.com/tendermint/tendermint/internal/consensus.(*State).tryAddVote(0xc000cf0d80, {0x398cc68?, 0xc000053680?}, 0xc04e0ae410, {0xc0036a5bc0?, 0x0?}, {0x399e380?, 0xc04e0a2900?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/state.go:2561 +0x4c -github.com/tendermint/tendermint/internal/consensus.(*State).handleMsg(0xc000cf0d80, {0x398cc68, 0xc000053680}, {{0x3974670, 0xc00b43fe30}, {0xc0036a5bc0, 0x28}, {0x23f3922f, 0xede69ae66, 0x0}}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/state.go:1126 +0x11d5 -github.com/tendermint/tendermint/internal/consensus.(*State).receiveRoutine(0xc000cf0d80, {0x398cc68?, 0xc000053680}, 0x0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/state.go:990 +0x428 -created by github.com/tendermint/tendermint/internal/consensus.(*State).OnStart in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/state.go:482 +0x199 - -goroutine 60660 [select, 353 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01d45f520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 60379 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 734185236 [select, 15 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc047c215e0}, {0xc02c75ff50, 0x28}, 0xc04223ad00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 24175 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc01f6fb6d0}, {0xc031126198, 0x28}, 0x7?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819719 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193818, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790c80?, 0xc0780b24d2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790c80, {0xc077fe0f5a, 0x1fe4c2, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790c80, {0xc077fe0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449150, {0xc077fe0f5a?, 0x481718?, 0xc00e2f8a20?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0218cbd00?}, {0xc077fe0f5a?, 0x4?, 0xc0058cd478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0218cbd00, {0xc077fe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc009b271c0, {0xc077fe0000, 0x1ff41c, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc0360254c0, {0xc077fe0000?, 0xc0058cd570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc009b27180, 0x1ff41c, {0xc077fe0000, 0x1ff41c, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc077fe0000?, {0xc077fe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc009b27180}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc009b27180?}, 0xc038f8dbc0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc009b27180?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0344e0101, 0x9}, {0x3977a90, 0xc009b27180}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc009b27180}, 0xc00f105300?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc009b27180?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc009b27180}, 0xc00f105300) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0394c7590?}, {0x3977a90?, 0xc009b27180?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8a20, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 24168 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc031596b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 428 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 57748 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0264ba480, 0x28}, {0x3999930, 0xc03eb556b0}, {0x398de90, 0xc041a05300}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 57682 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 276560894 [select, 861 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 276559670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 743090375 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193a08, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790b80?, 0xc03e1a1d81?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790b80, {0xc03e1a1d81, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790b80, {0xc03e1a1d81?, 0xc01d949728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449140, {0xc03e1a1d81?, 0x471cd0?, 0xc025b7c500?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e1a1d70) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819717 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 726960110 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03ecf31e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 726958892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 586273070 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02f83a420, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc035f7fb90, 0x28}, {0x3999930, 0xc02f83a420}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 586273047 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 55266 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02df1e2d0}, 0xc01fc68e10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 54927 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 20653 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0344898c0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03b45e2a0, 0x28}, {0x3999930, 0xc0344898c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 21055 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 554207140 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0238e37c0}, 0xc019207a40, 0xc043226b40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 554207139 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 587074405 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc036a239f0}, {0xc0363935f0, 0x28}, 0xc01f6ed680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 15506951 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc040ad9300, {0x398cc68, 0xc014306d20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 15506982 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 29213 [IO wait]: -internal/poll.runtime_pollWait(0x7f301b499238, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc018f22400?, 0xc03c65e000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc018f22400, {0xc03c65e000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc018f22400, {0xc03c65e000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0342b8718, {0xc03c65e000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc035909410}, {0xc03c65e000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc018f22b00, {0xc017b2a400, 0x400, 0xc00adf7d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0355ea6c0, {0xc025c92b33, 0x1, 0x7f3320ead408?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dc63c80) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dc63c80}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00adf7f60, {0x3988280, 0xc04f15b3d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0422ee4e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29230 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 29251 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0345748c0}, {0xc042cfe7b0, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 57024 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03a3bc190}, 0xc03a3bf1d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 57021 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 580364 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc033de8b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 561097073 [select, 322 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02633e0f0}, {0xc0297e15e8, 0x28}, 0xc03c8d2d80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 92402 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc034017520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 92289 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 41625 [runnable]: -internal/poll.runtime_pollWait(0x7f3018418850, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01a5bc280?, 0xc054925800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01a5bc280, {0xc054925800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01a5bc280, {0xc054925800?, 0xafb4454f023462e?, 0xc0234d8018?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc036d005c0, {0xc054925800?, 0x25d8c80?, 0xc03cb93d10?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc036d005c0}, {0xc054925800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01a78ca00, {0xc03aa21400, 0x400, 0xc00ad97d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc036d55560, {0xc05a0ae3dd, 0x1, 0x7f33680bac18?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dbe8f30) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dbe8f30}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00ad97f60, {0x3988280, 0xc035f9e8b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0255a8b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 430 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 57023 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03a3bc190}, 0xc03a3bf1d0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 57021 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 473102111 [select, 487 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc005749040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 473100424 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 44607 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 44496 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 363905892 [select, 691 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0468abe30, 0x28}, {0x3999930?, 0xc0355f8f20}, 0xc01ae300a0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0355f8f20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 43765 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc034d82ff0, 0x28}, {0x3999930, 0xc02d4e4c60}, {0x398de90, 0xc043300580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 43489 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 729781592 [IO wait]: -internal/poll.runtime_pollWait(0x7f33a803ff38, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0413b3100?, 0xc039b10800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0413b3100, {0xc039b10800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0413b3100, {0xc039b10800?, 0x419e10?, 0xc00210daa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc024aa57e0, {0xc039b10800?, 0xc04a559050?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03b2add40}, {0xc039b10800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0416d2a80, {0xc017b2a000, 0x400, 0xc00210dd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03bc19560, {0xc01beea925, 0x1, 0x7f301abd1158?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04e512990) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04e512990}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00210df60, {0x3988280, 0xc01bdb0b70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc037cf8680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 729781220 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 43780 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02d736460}, 0xc00511f1d0, 0xc02478a380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 43778 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 279441625 [sleep]: -time.Sleep(0x5f5e100) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataForCatchup(0xc00048f980, {0x398cc68, 0xc0427a8550}, 0xc03adc3110, 0xc0420dd040, 0xc01a66e870, 0xc011153d40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:509 +0xa47 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0427a8550}, 0xc01a66e870, 0xc03b93af48?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:586 +0x3e6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 279441656 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 202389475 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03bde0730}, 0xc007f46e10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 202389376 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 16695 [runnable]: -internal/poll.runtime_pollWait(0x7f301b499ce0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01adcac00?, 0xc0082c7000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01adcac00, {0xc0082c7000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01adcac00, {0xc0082c7000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc014badc10, {0xc0082c7000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03ff12150}, {0xc0082c7000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc009cf9380, {0xc03348e800, 0x400, 0xc00194bd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc005d99620, {0xc019c1ef38, 0x1, 0x7f332146a698?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d848f00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d848f00}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00194bf60, {0x3988280, 0xc050c7c920}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01f937380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 17246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 585336345 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc021c5f220}, 0xc011032ff0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 585336323 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 64044 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc01e34fd60}, {0xc032d22a50, 0x28}, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 734053708 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01ddf6d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 734052498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 920238 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03b3c8be0}, {0xc00b664060, 0x28}, 0xc044f01440?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 688494412 [sleep]: -time.Sleep(0x5f5e100) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataForCatchup(0xc00048f980, {0x398cc68, 0xc02211a5a0}, 0xc04c6a28f0, 0xc04c208a00, 0xc01ac210e0, 0xc03ba53570?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:509 +0xa47 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02211a5a0}, 0xc01ac210e0, 0xc03aa6b680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:586 +0x3e6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 688494411 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 235558803 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03258a050}, {0xc0447a2a50, 0x28}, 0xc027e22280?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 52523 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0437c8870}, {0xc0419c1260, 0x28}, 0xc035bd5780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 107423 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02e523e00, 0x28}, {0x3999930, 0xc035841600}, {0x398de90, 0xc035ff67c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 106891 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 497330328 [select, 398 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02ea8e820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 497330339 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 56668 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02ea8e9c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 56665 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 15118 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02a20c1b0, 0x28}, {0x3999930, 0xc044b4bef0}, {0x398de90, 0xc03ae41200}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 15109 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 191757803 [select, 1022 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 191757696 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 621972256 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0180697a0, 0x28}, {0x3999930, 0xc0320b4c60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 621970267 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 131259 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02c226500}, 0xc025930870, 0xc039cdc900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 131258 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 325914752 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0224cce70, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03210c630, 0x28}, {0x3999930, 0xc0224cce70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 325914361 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 29234 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc032524680, {0x398cc68, 0xc035656aa0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 29019 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 947569 [select, 1443 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 947372 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 743172493 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 416209299 [chan receive, 594 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc0162d7638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc03fff7198}, 0xc0185bae60) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc03fff7198}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 57682 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0264ba480, 0x28}, {0x3999930?, 0xc03eb556b0}, 0xc01ae6e380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03eb556b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 36800 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03c42e7d0}, 0xc03c4354a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 36797 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 743090340 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191cf8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790a80?, 0xc03e1a1a81?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790a80, {0xc03e1a1a81, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790a80, {0xc03e1a1a81?, 0x40d489?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449130, {0xc03e1a1a81?, 0xc0000c8060?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e1a1a70) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819715 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 21055 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03b45e2a0, 0x28}, {0x3999930?, 0xc0344898c0}, 0xc0182cb580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0344898c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 12648120 [select, 1406 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc031274750, 0x28}, {0x3999930?, 0xc00ca542c0}, 0xc0250ac5d0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc00ca542c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 713249380 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0343a61a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 713247603 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 308631668 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc023f3b0e0}, 0xc0223764b0, 0xc03746c340?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 308631666 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 34773 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc047c8f310}, 0xc00cb99b30, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29476 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 34749 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0340755e0}, 0xc03bb5e1e0, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 20656 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 585336281 [select, 277 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc031c10f00}, {0xc006965368, 0x28}, 0xc0369cae80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 54972 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02d942870, 0x28}, {0x3999930?, 0xc021fcd8c0}, 0xc017ffba10?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc021fcd8c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 29366 [IO wait]: -internal/poll.runtime_pollWait(0x7f301b499140, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01b7db800?, 0xc04f6c6800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01b7db800, {0xc04f6c6800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01b7db800, {0xc04f6c6800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03f4cd270, {0xc04f6c6800?, 0xc052a122a0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc040a80210}, {0xc04f6c6800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01b4a7080, {0xc036b05400, 0x400, 0xc00af4ad18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03ff5ec60, {0xc019baa7a0, 0x1, 0x7f3321109208?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d4ded50) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d4ded50}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00af4af60, {0x3988280, 0xc01d81fec0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0404fcea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29305 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 283977581 [select, 847 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 283977572 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 80321 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03ea95320, 0x28}, {0x3999930?, 0xc0421f9760}, 0xc01ae03c90?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0421f9760}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 288806865 [select, 837 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02f273860, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 288804615 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 400670865 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00c2b64e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 400671054 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 15114 [runnable]: -internal/poll.runtime_pollWait(0x7f301b499be8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01b2fdf80?, 0xc043f0c800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01b2fdf80, {0xc043f0c800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01b2fdf80, {0xc043f0c800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03bc2cb10, {0xc043f0c800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0076d8f00}, {0xc043f0c800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc00bb32600, {0xc0057f4400, 0x400, 0xc046a55d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc00b9611a0, {0xc018967a5d, 0x1, 0x7f33682c6bc8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c4c5c80) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c4c5c80}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc046a55f60, {0x3988280, 0xc03b23d5c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03388e000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 15109 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 538012066 [select, 364 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc003eac1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 538012006 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 508975229 [runnable]: -internal/poll.runtime_pollWait(0x7f3323fc9998, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03b4a2c00?, 0xc044bee800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03b4a2c00, {0xc044bee800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03b4a2c00, {0xc044bee800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02c65fb70, {0xc044bee800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03dfe5cb0}, {0xc044bee800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03b4a2d00, {0xc01c2b5000, 0x400, 0xc033743d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc020e6e060, {0xc018a4cb5b, 0x1, 0x7f33233aa598?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04e005470) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04e005470}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc033743f60, {0x3988280, 0xc04f43fd10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00ef0f380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 508975021 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819711 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691920d8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790780?, 0xc07dce151a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790780, {0xc07dbe0f5a, 0x1a6eae, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790780, {0xc07dbe0f5a?, 0x22?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449110, {0xc07dbe0f5a?, 0x481718?, 0xc00e2f85a0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc047a6e800?}, {0xc07dbe0f5a?, 0x4?, 0xc008be7478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc047a6e800, {0xc07dbe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039ac39a0, {0xc07dbe0000, 0x1a7e08, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05479ed40, {0xc07dbe0000?, 0xc008be7570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039ac3960, 0x1a7e08, {0xc07dbe0000, 0x1a7e08, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07dbe0000?, {0xc07dbe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039ac3960}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039ac3960?}, 0xc0411db470?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039ac3960?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc035bffe41, 0x9}, {0x3977a90, 0xc039ac3960}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039ac3960}, 0xc00765f900?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039ac3960?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039ac3960}, 0xc00765f900) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03925dc20?}, {0x3977a90?, 0xc039ac3960?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f85a0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 743090388 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369190e70, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03854c700?, 0xc040da3271?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03854c700, {0xc040da3271, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03854c700, {0xc040da3271?, 0x40d489?, 0x473c92?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490a8, {0xc040da3271?, 0x471cd0?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc040da3260) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819698 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 3731 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc225d8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01be77a80?, 0xc03213a000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01be77a80, {0xc03213a000, 0x8000, 0x8000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01be77a80, {0xc03213a000?, 0x60100000000?, 0x8?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02666f878, {0xc03213a000?, 0xc001b8acf8?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -bufio.(*Reader).Read(0xc0322f5c20, {0xc02feaeba0, 0x9, 0x414625?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -io.ReadAtLeast({0x3968b80, 0xc0322f5c20}, {0xc02feaeba0, 0x9, 0x9}, 0x9) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -golang.org/x/net/http2.readFrameHeader({0xc02feaeba0, 0x9, 0x396db80?}, {0x3968b80?, 0xc0322f5c20?}) - /root/go/pkg/mod/golang.org/x/net@v0.25.0/http2/frame.go:237 +0x65 -golang.org/x/net/http2.(*Framer).ReadFrame(0xc02feaeb60) - /root/go/pkg/mod/golang.org/x/net@v0.25.0/http2/frame.go:501 +0x85 -google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams(0xc02fe97380, 0x0?, 0xc01414efd0?) - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/internal/transport/http2_server.go:459 +0x165 -google.golang.org/grpc.(*Server).serveStreams(0xc00023a000, {0x399e620?, 0xc02fe97380}) - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/server.go:855 +0x122 -google.golang.org/grpc.(*Server).handleRawConn.func1() - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/server.go:814 +0x2e -created by google.golang.org/grpc.(*Server).handleRawConn in goroutine 3714 - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/server.go:813 +0x3f8 - -goroutine 44739 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc030ee45f0}, {0xc00db87f80, 0x28}, 0xc01243b880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 113770902 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc040e23a20, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03f512510, 0x28}, {0x3999930, 0xc040e23a20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 113770867 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 539926 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03aaf3590}, 0xc02089ea50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 539923 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 24171 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc031126198, 0x28}, {0x3999930?, 0xc03c680fd0}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 428 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 276560956 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03b920be0}, 0xc013c08a50, 0xc03a87f2c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 276560895 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 29450 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0476805d0, 0x28}, {0x3999930, 0xc043e66a50}, {0x398de90, 0xc0476c5ec0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29443 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 34251 [select]: -github.com/tendermint/tendermint/internal/consensus.(*BaseWAL).processFlushTicks(0xc01ce88800, {0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/wal.go:144 +0x92 -created by github.com/tendermint/tendermint/internal/consensus.(*BaseWAL).OnStart in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/wal.go:138 +0x136 - -goroutine 29200 [runnable]: -internal/poll.runtime_pollWait(0x7f301b499520, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01c6d9080?, 0xc0535c3800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01c6d9080, {0xc0535c3800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01c6d9080, {0xc0535c3800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc033a1d238, {0xc0535c3800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03455cd20}, {0xc0535c3800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01c6d9180, {0xc023d90000, 0x400, 0xc004d50d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0342d9680, {0xc020a16921, 0x1, 0x7f3019c0b118?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c64e3c0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c64e3c0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc004d50f60, {0x3988280, 0xc02ca45c70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc001a7fa00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29019 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 713249131 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03e2ec140}, 0xc02059a4b0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 713249129 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 33681 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc040ed4730}, 0xc03b17aa50, 0xc000bfe180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 33099 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 34665 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc032196690}, 0xc0006db3b0, 0xc01f95b170?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16633 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 29217 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc042cfe7b0, 0x28}, {0x3999930, 0xc0334dcf20}, {0x398de90, 0xc033bb1980}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29230 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 363905931 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc007821c70}, 0xc0071fed20, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 363905928 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 1583135 [select, 1440 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02360e690}, {0xc0039fc660, 0x28}, 0xc02d1a16a8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 276561042 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0421f88f0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03a01af90, 0x28}, {0x3999930, 0xc0421f88f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 276559670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 735799918 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02d174340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 735799472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 24169 [runnable]: -internal/poll.runtime_pollWait(0x7f301b4999f8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01cf35e00?, 0xc00fd07000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01cf35e00, {0xc00fd07000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01cf35e00, {0xc00fd07000?, 0x99dc61df745d940a?, 0xc0267e5bc0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc030a1bd20, {0xc00fd07000?, 0x25d8c80?, 0xc031ddefc0?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc030a1bd20}, {0xc00fd07000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc00c538580, {0xc01e7e7c00, 0x400, 0xc0025c0d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc020e259e0, {0xc01825632a, 0x1, 0x7f3011224f60?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d15a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d15a900}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0025c0f60, {0x3988280, 0xc01d436370}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc031596b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 428 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 41629 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0334dc000, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0311261e8, 0x28}, {0x3999930, 0xc0334dc000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 41627 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 8947199 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc029c2d400}, 0xc0050f9860, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 8947196 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 661900100 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03d56a000}, 0xc00d2b7e00, 0xc02f2bfcc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 661900099 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 585336355 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc006965368, 0x28}, {0x3999930, 0xc040ab2160}, {0x398de90, 0xc03f0d4e00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 585336192 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 687646546 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc22100, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02e331300?, 0xc015678800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02e331300, {0xc015678800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02e331300, {0xc015678800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03f3e5a50, {0xc015678800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0214dec60}, {0xc015678800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc02e331380, {0xc02d37d000, 0x400, 0xc0105f0d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc032adec60, {0xc019baae10, 0x1, 0x7f3019e82e28?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dab5680) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dab5680}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0105f0f60, {0x3988280, 0xc026124e20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0430ca000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 687644934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 137870142 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc047501900, {0x398cc68, 0xc01f4c4410}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 137869931 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 47962 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc043226bc0, {0x398cc68, 0xc041504230}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 48043 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 16309738 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc017ce60f0}, 0xc0133c8e10, 0xc01243b880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16309737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 107307 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03ae3a6e0}, {0xc02e523e00, 0x28}, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 34772 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc047c8f310}, 0xc00cb99b30, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29476 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 107422 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc035841600, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02e523e00, 0x28}, {0x3999930, 0xc035841600}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 106891 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 43678 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 43670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 920373 [select, 1443 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 920015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 241691116 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc026777540}, 0xc010b3a870, 0xc036acf8c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 241691004 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 50733 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0267fca50}, 0xc0267ad1d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 50730 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 29379 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc040a11f40}, {0xc0408cd4a0, 0x28}, 0xc040552240?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 34609 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0484e65f0}, 0xc04a834000, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29470 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 34744 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc01f061450}, 0xc0009b70e0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 23889 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 20654 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03b45e2a0, 0x28}, {0x3999930, 0xc0344898c0}, {0x398de90, 0xc037029040}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 21055 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 3730 [select, 7 minutes]: -google.golang.org/grpc/internal/transport.(*http2Server).keepalive(0xc02fe97380) - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/internal/transport/http2_server.go:979 +0x225 -created by google.golang.org/grpc/internal/transport.newHTTP2Server in goroutine 3714 - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/internal/transport/http2_server.go:299 +0x1425 - -goroutine 519277360 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc020f99a00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 519277600 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 743090144 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191918, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a700?, 0xc01f568a01?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a700, {0xc01f568a01, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a700, {0xc01f568a01?, 0x40d489?, 0x473c92?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449050, {0xc01f568a01?, 0x471cd0?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc01f5689f0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819687 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 15116 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03ae41200, {0x398cc68, 0xc041e13090}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 15109 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 410165773 [select, 605 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03433d220}, {0xc040f84a20, 0x28}, 0xc04741d380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 1895458 [IO wait, 1439 minutes]: -internal/poll.runtime_pollWait(0x7f301a9ffed8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01cb44a00?, 0xc017bcb7c0?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01cb44a00, {0xc017bcb7c0, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01cb44a00, {0xc017bcb7c0?, 0xc036961960?, 0x20?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0400431a0, {0xc017bcb7c0?, 0xc001dfcda0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc0335fc390) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc0335fc390}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc000d0def0, {0x3985c90, 0xc0412f0f40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc001dfcf70?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc001dfcfd0?, 0x15ffb85?, 0xc023d4e6c0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 1895264 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 572711 [select, 1444 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 32028 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc040efd3b0, 0x28}, {0x3999930?, 0xc040e22580}, 0xc01a5d11f0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc040e22580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 3457 [select]: -google.golang.org/grpc/internal/transport.(*controlBuffer).get(0xc031bec5f0, 0x1) - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/internal/transport/controlbuf.go:395 +0x113 -google.golang.org/grpc/internal/transport.(*loopyWriter).run(0xc032193b60) - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/internal/transport/controlbuf.go:515 +0x7b -google.golang.org/grpc/internal/transport.newHTTP2Server.func2() - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/internal/transport/http2_server.go:291 +0xc6 -created by google.golang.org/grpc/internal/transport.newHTTP2Server in goroutine 3714 - /root/go/pkg/mod/google.golang.org/grpc@v1.33.2/internal/transport/http2_server.go:288 +0x13de - -goroutine 743172416 [chan receive]: -github.com/tendermint/tendermint/internal/libs/queue.(*Queue).Wait.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/queue/queue.go:145 +0x2c -created by github.com/tendermint/tendermint/internal/libs/queue.(*Queue).Wait in goroutine 529 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/queue/queue.go:145 +0xb4 - -goroutine 34249 [select]: -github.com/tendermint/tendermint/internal/libs/autofile.(*Group).processTicks(0xc00b475980, {0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/autofile/group.go:232 +0xa5 -created by github.com/tendermint/tendermint/internal/libs/autofile.(*Group).OnStart in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/autofile/group.go:138 +0xca - -goroutine 556410555 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01e3ec820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 556410923 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 1583074 [select, 1440 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0039fc660, 0x28}, {0x3999930?, 0xc036acb3f0}, 0xc017259ee1?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc036acb3f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 34252 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 587074395 [IO wait]: -internal/poll.runtime_pollWait(0x7f300f0c4980, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01a5a6380?, 0xc02374f000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01a5a6380, {0xc02374f000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01a5a6380, {0xc02374f000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc038bc6708, {0xc02374f000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0348c2a80}, {0xc02374f000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01a5a6400, {0xc01ea34400, 0x400, 0xc03f2dad18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0361b3320, {0xc0259661ea, 0x1, 0x7f3011bf8448?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04a8b7ec0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04a8b7ec0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03f2daf60, {0x3988280, 0xc03419fe40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc039fe16c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 587073538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 26739004 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc022c6e9b0}, 0xc00511fa40, 0xc01243b880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 26739002 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 9515762 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc042216870}, 0xc03565b770, 0xc0265fd300?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 9515568 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 742901525 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0436411a0, 0x28}, {0x3999930?, 0xc03e4a5550}, 0xc0171ee040?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03e4a5550}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 53744 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc00b2e4e10, 0x28}, {0x3999930?, 0xc033dc5810}, 0xc02a2acdd0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc033dc5810}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 43764 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc034d82ff0, 0x28}, {0x3999930, 0xc02d4e4c60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 43489 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 36799 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03c42e7d0}, 0xc03c4354a0, 0xc02d09f140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 36797 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 512380310 [select, 414 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03075fa40, 0x28}, {0x3999930?, 0xc02867dd90}, 0xc0188c33c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02867dd90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 706123557 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0372aa690}, {0xc043a2bf20, 0x28}, 0xc00c8a1220?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 29305 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0408cd4a0, 0x28}, {0x3999930?, 0xc03b51ee70}, 0xc01b1968e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03b51ee70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 47959 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc021686000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 48043 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 8149 [select, 394 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02f188820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 8204 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 33093 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 32028 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 44770 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00db87f80, 0x28}, {0x3999930, 0xc001f8c4d0}, {0x398de90, 0xc035bd5800}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 44496 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 706123554 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00feacb60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 706122561 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 711461468 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc023063080, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03a6f0d50, 0x28}, {0x3999930, 0xc023063080}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 711461147 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 682263789 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03eccd950}, 0xc005b48ff0, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 682263788 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 34636 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc000dac0a0}, 0xc000df2000, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 485 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 8947358 [select, 1417 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc041014cd0}, {0xc038557e90, 0x28}, 0xc000c21ea8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 241690737 [select, 926 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03564af60, 0x28}, {0x3999930?, 0xc03340b810}, 0xc01aca7fe0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03340b810}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 34254 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 56667 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02ea8e9c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 56665 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 34253 [select]: -github.com/tendermint/tendermint/internal/consensus.(*timeoutTicker).timeoutRoutine(0xc0003f1180, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/ticker.go:94 +0x105 -created by github.com/tendermint/tendermint/internal/consensus.(*timeoutTicker).OnStart in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/ticker.go:55 +0x8c - -goroutine 29423 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc04796e2c0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc047b12f00, 0x28}, {0x3999930, 0xc04796e2c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 29429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 29471 [select, 1447 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0484e6690}, {0xc0476805d0, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 295648 [select, 1445 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc00d064540, 0x28}, {0x3999930?, 0xc02f376c60}, 0xc01a5daa80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02f376c60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 202389459 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc035747540}, {0xc0303465d0, 0x28}, 0xc0329ce0c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 735799919 [select, 12 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 735799472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 45367 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc033b17080, {0x398cc68, 0xc02149eaf0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 45242 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 15487652 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02a203720}, {0xc03001d8f0, 0x28}, 0xc03ac18340?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 12648175 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc040740d20}, 0xc023295590, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 12648174 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 743089871 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685eccf0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03094a400?, 0xc02ed4cd61?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03094a400, {0xc02ed4cd61, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03094a400, {0xc02ed4cd61?, 0xc0103c9f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03c039c30, {0xc02ed4cd61?, 0x471cd0?, 0xc01c4b8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc02ed4cd50) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819486 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 92406 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02357c9c0, 0x28}, {0x3999930, 0xc03c680e70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 92289 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 240960 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02c6135e0}, 0xc033113680, 0xc040cdd940?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 240958 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 15485990 [select, 1399 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03e051b30, 0x28}, {0x3999930?, 0xc034cc9130}, 0xc017d16200?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc034cc9130}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 706122961 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc05dd078b0}, 0xc00f3f9770, 0xc03b2bf140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 706122960 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 325914717 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc021e3bba0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 325914361 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 34608 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0484e65f0}, 0xc04a834000, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29470 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 33096 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc040efd3b0, 0x28}, {0x3999930, 0xc040e22580}, {0x398de90, 0xc040e03d80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 32028 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 44605 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc006db0b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 44496 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 734053709 [select, 15 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 734052498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 45373 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02149eb90}, 0xc0214d43c0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 45370 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 1637399 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc025123c20}, 0xc02efde870, 0xc0335bc580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 1637398 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 3468 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc223e8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0208f0580?, 0xc0325b6000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0208f0580, {0xc0325b6000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0208f0580, {0xc0325b6000?, 0x72?, 0xadb6ee15c739ea?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02fc8fa38, {0xc0325b6000?, 0x4fe47e0?, 0xc001689aa8?}) - /usr/local/go/src/net/net.go:179 +0x45 -bufio.(*Reader).fill(0xc032346ba0) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc032346ba0, 0x2) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -github.com/gorilla/websocket.(*Conn).read(0xc031e43760, 0x72?) - /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.0/conn.go:371 +0x26 -github.com/gorilla/websocket.(*Conn).advanceFrame(0xc031e43760) - /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.0/conn.go:809 +0x6d -github.com/gorilla/websocket.(*Conn).NextReader(0xc031e43760) - /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.0/conn.go:1009 +0xb0 -github.com/tendermint/tendermint/rpc/jsonrpc/server.(*wsConnection).readRoutine(0xc0208f0600, {0x398cc68?, 0xc03258a1e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/ws_handler.go:285 +0x27c -created by github.com/tendermint/tendermint/rpc/jsonrpc/server.(*wsConnection).Start in goroutine 3466 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/ws_handler.go:190 +0xc5 - -goroutine 12648376 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03ac183c0, {0x398cc68, 0xc0356566e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 12648120 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743172629 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 29577 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0050ccbe0}, {0xc02ffd6450, 0x28}, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 29452 [runnable]: -internal/poll.runtime_pollWait(0x7f301b498e58, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc019a8ae00?, 0xc009c3d000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc019a8ae00, {0xc009c3d000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc019a8ae00, {0xc009c3d000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc040b38150, {0xc009c3d000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0091ccfc0}, {0xc009c3d000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc019956b80, {0xc037498000, 0x400, 0xc002c0bd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03148a2a0, {0xc01a1abdb1, 0x1, 0x7f33237160b8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d140000) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d140000}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc002c0bf60, {0x3988280, 0xc03b9698e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0043ea000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 1637182 [select, 1440 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0410d1590, 0x28}, {0x3999930?, 0xc03ca664d0}, 0xc0186eea47?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03ca664d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 29420 [runnable]: -internal/poll.runtime_pollWait(0x7f301b499428, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc017aaf680?, 0xc03762a800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc017aaf680, {0xc03762a800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc017aaf680, {0xc03762a800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc047072f10, {0xc03762a800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc047ac3680}, {0xc03762a800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0183b2d00, {0xc02124a000, 0x400, 0xc046a15d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc047c197a0, {0xc018d6e2f5, 0x1, 0x7f332039d210?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03ef28ae0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03ef28ae0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc046a15f60, {0x3988280, 0xc058bb7f70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc031f90000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 1583153 [IO wait]: -internal/poll.runtime_pollWait(0x7f301a9ffce8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01b4a6f80?, 0xc0385ec000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01b4a6f80, {0xc0385ec000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01b4a6f80, {0xc0385ec000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0211b35f8, {0xc0385ec000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03d4f0cc0}, {0xc0385ec000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc035db5780, {0xc0095cbc00, 0x400, 0xc002803d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc011847320, {0xc019744f4c, 0x1, 0x7f33bc133a40?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03b4c6330) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03b4c6330}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc002803f60, {0x3988280, 0xc0376456b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc005eb69c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 1583074 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 44756 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0218ef4f0}, 0xc013b8f4a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 44545 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 41630 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0311261e8, 0x28}, {0x3999930, 0xc0334dc000}, {0x398de90, 0xc037cc46c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 41627 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 1583220 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc036acb3f0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0039fc660, 0x28}, {0x3999930, 0xc036acb3f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 1583074 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 45366 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 45242 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 52614 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc04333e320}, 0xc04331ca50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 52611 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 933838 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc029c2bb80}, {0xc03bdecc90, 0x28}, 0xc00212ab00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 53638 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03378b720}, {0xc00b2e4e10, 0x28}, 0xc01c268f48?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 295832 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0419e67d0}, 0xc0082d94a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 295249 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 206434 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc01333e780}, 0xc01db9ad20, 0xc032f08800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 206224 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 742819543 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e50a0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc038670280?, 0xc080101d7a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc038670280, {0xc07ffe0f5a, 0x1af09a, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc038670280, {0xc07ffe0f5a?, 0xc01d968010?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc03b23aac8, {0xc07ffe0f5a?, 0x481718?, 0xc00de142d0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc033ae0dc0?}, {0xc07ffe0f5a?, 0x4?, 0xc00e827478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc033ae0dc0, {0xc07ffe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039cdb460, {0xc07ffe0000, 0x1afff4, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc0531eecc0, {0xc07ffe0000?, 0xc00e827570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039cdb420, 0x1afff4, {0xc07ffe0000, 0x1afff4, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07ffe0000?, {0xc07ffe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039cdb420}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039cdb420?}, 0xc034b5e510?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039cdb420?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03b408ac1, 0x9}, {0x3977a90, 0xc039cdb420}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039cdb420}, 0xc00bc24e00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039cdb420?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039cdb420}, 0xc00bc24e00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc051d3bcb0?}, {0x3977a90?, 0xc039cdb420?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00de142d0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 34638 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc006d2f6d0}, 0xc006c44870, 0xc0476c5e80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 57504 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03226da00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 57682 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 43763 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc043300580, {0x398cc68, 0xc029c2aeb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 43489 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 497475155 [select, 443 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 497475039 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 45242 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02cfeae40, 0x28}, {0x3999930?, 0xc0349b9ef0}, 0xc017cfeaa0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0349b9ef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 920015 [select, 1443 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc00b664060, 0x28}, {0x3999930?, 0xc030101ce0}, 0xc0185f8034?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc030101ce0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 16694 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01f937380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 17246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 124461 [select, 857 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02682e000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 124267 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 726960546 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc032c82c80}, 0xc0194f4b40, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 726960383 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 29565 [IO wait]: -internal/poll.runtime_pollWait(0x7f3018418f18, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc018629180?, 0xc0259c8000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc018629180, {0xc0259c8000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc018629180, {0xc0259c8000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03bc2c7b0, {0xc0259c8000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0050ca1e0}, {0xc0259c8000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01b134200, {0xc032a76800, 0x400, 0xc003784d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc004457140, {0xc01bcf9c20, 0x1, 0x7f332055a708?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03d402ed0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03d402ed0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc003784f60, {0x3988280, 0xc027d81190}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc002196d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29573 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 29447 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 29443 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 688494064 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc033e3e8a0, 0x28}, {0x3999930, 0xc030253290}, {0x398de90, 0xc02d5db1c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 688494325 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 43676 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc005eb6000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 43670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 43374 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc023882b40, {0x398cc68, 0xc02d7362d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 43670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 15506865 [select, 1399 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02f5e9a90}, {0xc036cd4540, 0x28}, 0xc0019ce680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 933936 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc023d52a50}, 0xc034fe83c0, 0xc037cc4680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 933934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 81416500 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00660e340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 81414031 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 84732 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0335bc600, {0x398cc68, 0xc02353b450}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 84783 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 53762 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 53744 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 64042 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc032d22a50, 0x28}, {0x3999930?, 0xc043e662c0}, 0xc018231800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc043e662c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 410165801 [select, 605 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 410165373 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 28956 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc01243b900, {0x398cc68, 0xc0407527d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 29558 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 734184734 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02c75ff50, 0x28}, {0x3999930, 0xc03b22a840}, {0x398de90, 0xc000730600}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 734183782 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 43762 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 43489 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 742819519 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d090d0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a100?, 0xc07b2b1982?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a100, {0xc07b1e0f5a, 0x1a5859, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a100, {0xc07b1e0f5a?, 0xc000814220?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449010, {0xc07b1e0f5a?, 0x481718?, 0xc00e287320?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0422e42c0?}, {0xc07b1e0f5a?, 0x4?, 0xc011693478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0422e42c0, {0xc07b1e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc021021620, {0xc07b1e0000, 0x1a67b3, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc03b3a1d40, {0xc07b1e0000?, 0xc011693570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc0210215e0, 0x1a67b3, {0xc07b1e0000, 0x1a67b3, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07b1e0000?, {0xc07b1e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc0210215e0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc0210215e0?}, 0xc03ea345a0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc0210215e0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215b061, 0x9}, {0x3977a90, 0xc0210215e0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc0210215e0}, 0xc00e62f400?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc0210215e0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc0210215e0}, 0xc00e62f400) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc032971d70?}, {0x3977a90?, 0xc0210215e0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287320, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 29448 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0476c5ec0, {0x398cc68, 0xc043e51130}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 29443 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 271674361 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc021175c20}, {0xc0346b4ab0, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 10178676 [select, 1414 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0342cedc0}, {0xc02f36b590, 0x28}, 0xc024894ec0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 308631518 [select, 799 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 308630947 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 52398 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0435d80f0}, {0xc0419c1260, 0x28}, 0xc03c9780c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 131350 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03ebcba40}, {0xc03148e468, 0x28}, 0xc04304e580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 29498 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0415c0000, 0x28}, {0x3999930?, 0xc0479bc000}, 0xc018a3e030?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0479bc000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 15115 [select, 1447 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 15109 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 4377719 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02cb3acd0}, {0xc0208db740, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 113770903 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03f512510, 0x28}, {0x3999930, 0xc040e23a20}, {0x398de90, 0xc03f0f43c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 113770867 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 43377 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02d736370}, {0xc00e260ab0, 0x28}, 0xc0476c5e80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 690307579 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc023e46b90}, 0xc04409ac30, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 690307576 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 84819 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0437c9540}, 0xc012eda870, 0xc02d09f140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 84785 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 20649 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc033ad2d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 21055 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 492438598 [select, 452 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc025aa0fa0}, {0xc0438cd110, 0x28}, 0xc03fdb1a40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 29558 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc031365e90, 0x28}, {0x3999930?, 0xc0479bc9a0}, 0xc0299a30b0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0479bc9a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 715471816 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc043a01110, 0x28}, {0x3999930, 0xc0349f3340}, {0x398de90, 0xc03ee05280}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 715471083 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 732964460 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc016ba4f60, 0x28}, {0x3999930, 0xc02fc3e0b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 732963389 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 50922 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc040192000, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc033aeeb40, 0x28}, {0x3999930, 0xc040192000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 50850 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 29419 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc031f90000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 29429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 29454 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc04b658580, {0x398cc68, 0xc000aee280}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 29498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 33680 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc040ed4730}, 0xc03b17aa50, 0xc035907040?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 33099 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 16698 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0255b3a20, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0215ca690, 0x28}, {0x3999930, 0xc0255b3a20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 17246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 278757705 [select, 857 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 278756934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 562135343 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc047d7b520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 419 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 690307863 [select, 91 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 690305886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 57095 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03af51a40}, {0xc037263320, 0x28}, 0xc000bfe180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 43697 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03226c000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 43489 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 34668 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0345740a0}, 0xc00609ce10, 0xc0030c1fb8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 29023 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 496773138 [select, 440 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc041272340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 496771181 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 56672 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc037263320, 0x28}, {0x3999930, 0xc03be83b80}, {0x398de90, 0xc039cdc980}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 56665 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 28955 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 29558 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 492438273 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02688f1c0, {0x398cc68, 0xc03b087590}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 492438203 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 947638 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc021892c80}, 0xc0095d0000, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 947635 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 746586 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02df62000}, 0xc02406c0f0, 0xc039f94240?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 746585 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 36760 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03bc50730}, {0xc03fa63080, 0x28}, 0xc032524f40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819555 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e49d8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc040b3d380?, 0xc07b0e151a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc040b3d380, {0xc07afe0f5a, 0x1a613a, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc040b3d380, {0xc07afe0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034492640, {0xc07afe0f5a?, 0x481718?, 0xc00deb1c20?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc049428240?}, {0xc07afe0f5a?, 0x4?, 0xc0069c1478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc049428240, {0xc07afe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc044da4900, {0xc07afe0000, 0x1a7094, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc051bd6640, {0xc07afe0000?, 0xc0069c1570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc044da48c0, 0x1a7094, {0xc07afe0000, 0x1a7094, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07afe0000?, {0xc07afe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc044da48c0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc044da48c0?}, 0xc0373f40f0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc044da48c0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03e8c27f1, 0x9}, {0x3977a90, 0xc044da48c0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc044da48c0}, 0xc00db30f00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc044da48c0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc044da48c0}, 0xc00db30f00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03bd15590?}, {0x3977a90?, 0xc044da48c0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00deb1c20, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 13330474 [select, 1405 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 431 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 55229 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc04113cea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 54972 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 572710 [runnable]: -internal/poll.runtime_pollWait(0x7f301841e6e8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01ccbd000?, 0xc025f8a000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01ccbd000, {0xc025f8a000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01ccbd000, {0xc025f8a000?, 0xb0291e7c7ba1ac81?, 0xc0234d8018?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc033ebd118, {0xc025f8a000?, 0x25d8c80?, 0xc03cb93d10?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc033ebd118}, {0xc025f8a000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01ba3ae00, {0xc02eb9ec00, 0x400, 0xc03baacd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0361c18c0, {0xc01987b228, 0x1, 0x7f301b5bae30?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04be51650) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04be51650}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03baacf60, {0x3988280, 0xc0302582a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03c8876c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 56671 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc037263320, 0x28}, {0x3999930, 0xc03be83b80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 56665 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 44544 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0218ef450}, {0xc00db87f80, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 586695362 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc04699dd10, 0x28}, {0x3999930, 0xc03a8ea0b0}, {0x398de90, 0xc003eaf040}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 586695243 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 12648375 [select, 1406 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 12648120 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 519277666 [select, 401 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 519277600 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 10178624 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02f36b590, 0x28}, {0x3999930, 0xc0349f24d0}, {0x398de90, 0xc03c223740}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 10178467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 81416447 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0358b89f0, 0x28}, {0x3999930, 0xc041f02000}, {0x398de90, 0xc03983ed40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 81414031 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 43375 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0320b4580, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00e260ab0, 0x28}, {0x3999930, 0xc0320b4580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 43670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 508975228 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00ef0f380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 508975021 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 734184730 [IO wait]: -internal/poll.runtime_pollWait(0x7f3323fca348, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02e649100?, 0xc01928c800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02e649100, {0xc01928c800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02e649100, {0xc01928c800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0358c7e50, {0xc01928c800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc030334780}, {0xc01928c800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03c468980, {0xc019461c00, 0x400, 0xc02d002d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc026585b00, {0xc019d4cd98, 0x1, 0x7f30188e5688?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc0510584b0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc0510584b0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc02d002f60, {0x3988280, 0xc02d34a1c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc040880820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 734183782 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 688494062 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02d5db1c0, {0x398cc68, 0xc02e64e550}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 688494325 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 38016 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03b0acdc0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0311266e8, 0x28}, {0x3999930, 0xc03b0acdc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 38014 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 57718 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0405da4b0}, 0xc0405c51d0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 57716 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 16289377 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc031a4c690}, {0xc03d4aa420, 0x28}, 0xc03c16cfc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 700748284 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02c2efb30}, 0xc0152653b0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 700748281 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 17214844 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc035784680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 17214044 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 713249382 [select, 51 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 713247603 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 45368 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02cfeae40, 0x28}, {0x3999930, 0xc0349b9ef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 45242 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 38010 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 1637403 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03be03240, {0x398cc68, 0xc025123e00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 1637182 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 933963 [select, 1443 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02c6bc3c0}, {0xc03bdecc90, 0x28}, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 52642 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0419c1260, 0x28}, {0x3999930, 0xc03364c000}, {0x398de90, 0xc03eea8fc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 52513 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 12674912 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03730f6b0, 0x28}, {0x3999930, 0xc026815ad0}, {0x398de90, 0xc040b3bbc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 12674689 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 10178790 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02f701450}, {0xc02f36b590, 0x28}, 0xc037cc4680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 746544 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03cb05e80, {0x398cc68, 0xc03c40c780}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 746525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 585336344 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc021c5f220}, 0xc011032ff0, 0xc041cb1a80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 585336323 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 57706 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03b2dfef0}, {0xc0264ba480, 0x28}, 0xc042d17080?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 53764 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc033dc5810, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00b2e4e10, 0x28}, {0x3999930, 0xc033dc5810}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 53744 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 80428 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc037c207d0}, 0xc003d7db30, 0xc02d09f140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 80427 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 38083 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc025c58eb0}, 0xc003d7ca50, 0xc0019ce680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 38082 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 50732 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0267fca50}, 0xc0267ad1d0, 0xc042d17080?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 50730 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 2728734 [select, 1437 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03fea7080, 0x28}, {0x3999930?, 0xc0400e76b0}, 0xc017c8b580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0400e76b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 41624 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0255a8b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 430 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 52273704 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc034cc80b0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc026a176b0, 0x28}, {0x3999930, 0xc034cc80b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 52273294 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 191757312 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03c2b1810}, 0xc01fcd0e10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 191757309 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 131381 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0365eca50, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03148e468, 0x28}, {0x3999930, 0xc0365eca50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 131379 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 709147268 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc040881d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 709146193 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 57503 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03226da00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 57682 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 742819684 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191c00, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a580?, 0xc080271f62?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a580, {0xc0801e0f5a, 0x1af996, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a580, {0xc0801e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449038, {0xc0801e0f5a?, 0x481718?, 0xc00e2875f0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03b1798c0?}, {0xc0801e0f5a?, 0x4?, 0xc001d0b478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03b1798c0, {0xc0801e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc021021ee0, {0xc0801e0000, 0x1b08f0, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc048de2540, {0xc0801e0000?, 0xc001d0b570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc021021ea0, 0x1b08f0, {0xc0801e0000, 0x1b08f0, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0801e0000?, {0xc0801e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc021021ea0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc021021ea0?}, 0xc03ea35260?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc021021ea0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215b8d1, 0x9}, {0x3977a90, 0xc021021ea0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc021021ea0}, 0xc00e62fc00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc021021ea0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc021021ea0}, 0xc00e62fc00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e1a0c90?}, {0x3977a90?, 0xc021021ea0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2875f0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 124709016 [select, 277 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0326a41a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 124709010 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 735799967 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0373217c0}, {0xc03001d530, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 57746 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc041a05300, {0x398cc68, 0xc040947270}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 57682 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 206225 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc01333e780}, 0xc01db9ad20, 0xc0254aad80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 206224 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 562135345 [select, 320 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 419 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 80421 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0327b6000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 80321 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 43781 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02d736460}, 0xc00511f1d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 43778 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 920375 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc030101ce0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00b664060, 0x28}, {0x3999930, 0xc030101ce0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 920015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 138325987 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01ddfb1e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 138325924 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 743090341 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ecfd8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4900?, 0xc043865571?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03e9d4900, {0xc043865571, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03e9d4900, {0xc043865571?, 0x40d489?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492d60, {0xc043865571?, 0xc0000c8060?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc043865560) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819562 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 34248 [select]: -github.com/tendermint/tendermint/internal/libs/autofile.(*AutoFile).closeFileRoutine(0xc0143484b0, {0x398cc68, 0xc014348410}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/autofile/autofile.go:119 +0xb2 -created by github.com/tendermint/tendermint/internal/libs/autofile.OpenAutoFile in goroutine 472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/autofile/autofile.go:102 +0x2cb - -goroutine 694502849 [IO wait]: -internal/poll.runtime_pollWait(0x7f33231e9a90, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01ae67080?, 0xc04cfa6800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01ae67080, {0xc04cfa6800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01ae67080, {0xc04cfa6800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc039e89ab0, {0xc04cfa6800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03f536b70}, {0xc04cfa6800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc035985400, {0xc006dbe400, 0x400, 0xc0035c2d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0342e67e0, {0xc0176aa311, 0x1, 0x7f3320bb12b0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04ddd2b70) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04ddd2b70}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0035c2f60, {0x3988280, 0xc04bccce50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02dedd6c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 694502642 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 52273700 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc044a75040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 52273294 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 742819639 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d096a0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035f080?, 0xc076320f3a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035f080, {0xc0761e0f5a, 0x1fba96, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035f080, {0xc0761e0f5a?, 0x25ecc40?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f568, {0xc0761e0f5a?, 0x481718?, 0xc00ac319e0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc034271880?}, {0xc0761e0f5a?, 0x4?, 0xc0034db478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc034271880, {0xc0761e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc010ac5620, {0xc0761e0000, 0x1fc9f0, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc0535ed000, {0xc0761e0000?, 0xc0034db570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc010ac55e0, 0x1fc9f0, {0xc0761e0000, 0x1fc9f0, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0761e0000?, {0xc0761e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc010ac55e0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc010ac55e0?}, 0xc048255da0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc010ac55e0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc041e5f1e1, 0x9}, {0x3977a90, 0xc010ac55e0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc010ac55e0}, 0xc00dc2b300?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc010ac55e0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc010ac55e0}, 0xc00dc2b300) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc043e9cea0?}, {0x3977a90?, 0xc010ac55e0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac319e0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 64117 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03760c340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 64042 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 131312 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0431264e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 422 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 13330541 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc036124af0}, 0xc00e477590, 0xc024ab7740?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 13330540 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 206437 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc01333e870}, {0xc037c62540, 0x28}, 0xc040e03d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 43376 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00e260ab0, 0x28}, {0x3999930, 0xc0320b4580}, {0x398de90, 0xc023882b40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 43670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 53763 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02b472300, {0x398cc68, 0xc0359aa910}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 53744 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 56670 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc039cdc980, {0x398cc68, 0xc039cccaa0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 56665 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 713247603 [select, 51 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02fec7aa0, 0x28}, {0x3999930?, 0xc026951a20}, 0xc01bf0d905?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc026951a20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 15506953 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc036cd4540, 0x28}, {0x3999930, 0xc03b58cf20}, {0x398de90, 0xc040ad9300}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 15506982 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 947567 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00f740820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 947372 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 272324091 [select, 870 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc023cee8c0}, {0xc034bdb800, 0x28}, 0xc039efab00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 43489 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc034d82ff0, 0x28}, {0x3999930?, 0xc02d4e4c60}, 0xc02552c440?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02d4e4c60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 230117349 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc020b4f630}, 0xc0086ec4b0, 0xc000bfe180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 230117347 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 561096941 [select, 322 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 539745 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc037c637a0, 0x28}, {0x3999930, 0xc035bb8c60}, {0x398de90, 0xc02e4cea40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 539484 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 572775 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc037f5ae70, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03148e828, 0x28}, {0x3999930, 0xc037f5ae70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 572712 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 206363 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0258d0340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 206218 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 519277483 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0249983c0}, {0xc03dcafe00, 0x28}, 0xc03a8c1bc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 742819714 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191df0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790a00?, 0xc0764c180a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790a00, {0xc0763e0f5a, 0x1fc04b, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790a00, {0xc0763e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449128, {0xc0763e0f5a?, 0x481718?, 0xc00e2f8750?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0350bc280?}, {0xc0763e0f5a?, 0x4?, 0xc0034ab478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0350bc280, {0xc0763e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc010854740, {0xc0763e0000, 0x1fcfa5, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc033c86a00, {0xc0763e0000?, 0xc0034ab570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc010854700, 0x1fcfa5, {0xc0763e0000, 0x1fcfa5, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0763e0000?, {0xc0763e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc010854700}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc010854700?}, 0xc04249b9e0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc010854700?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03c410fa1, 0x9}, {0x3977a90, 0xc010854700}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc010854700}, 0xc00a559a00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc010854700?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc010854700}, 0xc00a559a00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc02fd57e60?}, {0x3977a90?, 0xc010854700?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8750, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 742819521 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d08ee0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a200?, 0xc07ee62c2a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a200, {0xc07ede0f5a, 0x1af6e9, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a200, {0xc07ede0f5a?, 0x20?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449020, {0xc07ede0f5a?, 0x481718?, 0xc00e287440?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc042aab140?}, {0xc07ede0f5a?, 0x4?, 0xc00edfb478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc042aab140, {0xc07ede0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc021021a80, {0xc07ede0000, 0x1b0643, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc03b3a1ec0, {0xc07ede0000?, 0xc00edfb570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc021021a40, 0x1b0643, {0xc07ede0000, 0x1b0643, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07ede0000?, {0xc07ede0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc021021a40}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc021021a40?}, 0xc03ea34870?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc021021a40?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215b391, 0x9}, {0x3977a90, 0xc021021a40}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc021021a40}, 0xc00e62f700?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc021021a40?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc021021a40}, 0xc00e62f700) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc046247050?}, {0x3977a90?, 0xc021021a40?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287440, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 64120 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc044a6a180, {0x398cc68, 0xc03b7c9220}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 64042 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 18406070 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc04b659b80, {0x398cc68, 0xc01f9b40a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 18405928 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 947655 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02eaef270}, {0xc03b192300, 0x28}, 0xc00f6ddea8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 92418 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc04031dc20}, 0xc009098a50, 0xc041a05280?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 92176 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 138325997 [select, 1128 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0209ddf90}, {0xc03c9fa8a0, 0x28}, 0xc02153a100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 304289530 [select, 808 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc034f71680}, {0xc01831c4b0, 0x28}, 0xc02c4883c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 26738968 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0303f23c0}, {0xc0348b8150, 0x28}, 0xc033bb1900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 737997402 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0349a80c0, {0x398cc68, 0xc024d773b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 737995467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 64121 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc032d22a50, 0x28}, {0x3999930, 0xc043e662c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 64042 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 279441627 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0427a8550}, 0xc01a66e870, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 279441656 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 706167717 [select, 56 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc024643860, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 12419800 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc007085520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 12419761 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 743090386 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e5388, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc038670180?, 0xc03bd15031?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc038670180, {0xc03bd15031, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc038670180, {0xc03bd15031?, 0xc02388bf28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03b23aab8, {0xc03bd15031?, 0x471cd0?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03bd15020) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819541 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 9666516 [IO wait, 1415 minutes]: -internal/poll.runtime_pollWait(0x7f301aa002b8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01b539180?, 0xc01b44eb00?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01b539180, {0xc01b44eb00, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01b539180, {0xc01b44eb00?, 0xc00f7aa508?, 0xc00f7aa560?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc042669818, {0xc01b44eb00?, 0xc00f7aa5a0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03d1ad1d0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03d1ad1d0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03c85aef0, {0x3985c90, 0xc0301e30c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc00f7aa770?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc00f7aa7d0?, 0x15ffb85?, 0xc02fc83d40) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 9666514 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 206367 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03be829a0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc037c62540, 0x28}, {0x3999930, 0xc03be829a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 206218 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743172648 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 15506952 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03b58cf20, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc036cd4540, 0x28}, {0x3999930, 0xc03b58cf20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 15506982 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 572774 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03aa8d780, {0x398cc68, 0xc030ac8d20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 572712 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 539910 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc041c00140}, {0xc037c637a0, 0x28}, 0xc032524640?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 92419 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc04031dc20}, 0xc009098a50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 92176 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 176777312 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03b9161a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 176777063 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 746583 [runnable]: -internal/poll.runtime_pollWait(0x7f301aa004a8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01cb44700?, 0xc00ff4a800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01cb44700, {0xc00ff4a800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01cb44700, {0xc00ff4a800?, 0x419e10?, 0xbf?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03574ac38, {0xc00ff4a800?, 0xc052ca21e0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03be4af30}, {0xc00ff4a800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01918c300, {0xc01f50bc00, 0x400, 0xc002cf1d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc024039080, {0xc01825604f, 0x1, 0x7f33237160b8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d140960) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d140960}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc002cf1f60, {0x3988280, 0xc03b969c20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0243b5040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 746525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 933937 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc023d52a50}, 0xc034fe83c0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 933934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 15487517 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03b2bf1c0, {0x398cc68, 0xc0342ce8c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 15487557 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 690307581 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc023e46b90}, 0xc04409ac30, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 690307576 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 688494325 [select, 94 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc033e3e8a0, 0x28}, {0x3999930?, 0xc030253290}, 0xc025334f41?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc030253290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 8947444 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00747a9c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 8947354 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 933998 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00ef0e1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 933991 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 2729099 [runnable]: -internal/poll.runtime_pollWait(0x7f301a9ff718, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03c093c00?, 0xc00e79c000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03c093c00, {0xc00e79c000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03c093c00, {0xc00e79c000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc039e82f00, {0xc00e79c000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc039d80b10}, {0xc00e79c000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03c093c80, {0xc03501e000, 0x400, 0xc02f434d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc039d9f7a0, {0xc0182567f2, 0x1, 0x7f3368af96c0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04db10fc0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04db10fc0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc02f434f60, {0x3988280, 0xc01d437ad0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc001fc7860, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 2728734 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 735799917 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02d174340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 735799472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 278757836 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02d18e5f0}, 0xc0095321e0, 0xc0212f7400?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 278757835 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 492438203 [select, 452 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0438cd110, 0x28}, {0x3999930?, 0xc0393a2d10}, 0xc01ae2d540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0393a2d10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 126219393 [select, 1154 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc000705540}, {0xc03ae320c0, 0x28}, 0xc0402c1f40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 71590 [select, 871 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0210481a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 70869 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 1895264 [chan receive, 1439 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc01eb79638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc0400431a0}, 0xc03eb3d480) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc0400431a0}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 432 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 742819721 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193628, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791080?, 0xc07e8c0cba?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a791080, {0xc07e7e0f5a, 0x1a9db3, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a791080, {0xc07e7e0f5a?, 0x2529fe5?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449160, {0xc07e7e0f5a?, 0x481718?, 0xc00e2f8b40?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0371d9f40?}, {0xc07e7e0f5a?, 0x4?, 0xc00285d478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0371d9f40, {0xc07e7e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc01d37a660, {0xc07e7e0000, 0x1aad0d, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc052d857c0, {0xc07e7e0000?, 0xc00285d570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc01d37a620, 0x1aad0d, {0xc07e7e0000, 0x1aad0d, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07e7e0000?, {0xc07e7e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc01d37a620}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc01d37a620?}, 0xc0265a5260?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc01d37a620?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03839fba1, 0x9}, {0x3977a90, 0xc01d37a620}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc01d37a620}, 0xc002faee00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc01d37a620?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc01d37a620}, 0xc002faee00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc02fd579e0?}, {0x3977a90?, 0xc01d37a620?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8b40, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 15506908 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02e018a50}, {0xc036cd4540, 0x28}, 0xc03c9780c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 743090439 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191538, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4ab00?, 0xc01f568ca1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4ab00, {0xc01f568ca1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4ab00, {0xc01f568ca1?, 0xc010c79728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449070, {0xc01f568ca1?, 0x16?, 0xc0135c0100?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc01f568c90) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819691 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 687646536 [select, 96 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0379bac80}, {0xc041e6cbd0, 0x28}, 0x24?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 934002 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0410551e0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03bdecc90, 0x28}, {0x3999930, 0xc0410551e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 933991 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 107418 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc034dd44e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 106891 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 742819700 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192b80, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03854da00?, 0xc07c881dea?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03854da00, {0xc07c7e0f5a, 0x1ab37a, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03854da00, {0xc07c7e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254490b8, {0xc07c7e0f5a?, 0x481718?, 0xc00e287ef0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc037149880?}, {0xc07c7e0f5a?, 0x4?, 0xc0032b1478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc037149880, {0xc07c7e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039ac38c0, {0xc07c7e0000, 0x1ac2d4, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05479ecc0, {0xc07c7e0000?, 0xc0032b1570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039ac3880, 0x1ac2d4, {0xc07c7e0000, 0x1ac2d4, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07c7e0000?, {0xc07c7e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039ac3880}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039ac3880?}, 0xc0411db380?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039ac3880?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc035bffdb1, 0x9}, {0x3977a90, 0xc039ac3880}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039ac3880}, 0xc00765f800?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039ac3880?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039ac3880}, 0xc00765f800) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03ef0eea0?}, {0x3977a90?, 0xc039ac3880?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287ef0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 52273703 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03c571bc0, {0x398cc68, 0xc02d3f8a00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 52273294 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743172668 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 240956 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03f43d8c0, 0x28}, {0x3999930, 0xc037f5b290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 240335 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 206368 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc037c62540, 0x28}, {0x3999930, 0xc03be829a0}, {0x398de90, 0xc040cdd9c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 206218 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 64119 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 64042 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 327795158 [select, 760 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc032a84340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 327792805 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 732964459 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc038257a40, {0x398cc68, 0xc033e28280}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 732963389 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 16289374 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03d4aa420, 0x28}, {0x3999930, 0xc040e38fd0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 16289527 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 447665025 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000944200, {0x398cc68, 0xc0386f0d70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 447665049 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 742901990 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc025d2d590}, 0xc0066114a0, 0xc0415f7f00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 742901988 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 9515356 [select, 1416 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 9515520 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 661900071 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc031596000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 661900069 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 15483810 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02957cfa0}, 0xc0029a8870, 0xc020ae1dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15483473 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 92376 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03755bb80}, {0xc02357c9c0, 0x28}, 0xc029c28900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 742819525 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ecde8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e882780?, 0xc07f071f62?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03e882780, {0xc07efe0f5a, 0x1af189, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03e882780, {0xc07efe0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034c872d8, {0xc07efe0f5a?, 0x481718?, 0xc00da58480?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc036755100?}, {0xc07efe0f5a?, 0x4?, 0xc0133cf478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc036755100, {0xc07efe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc021021b60, {0xc07efe0000, 0x1b00e3, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc03b3a1f40, {0xc07efe0000?, 0xc0133cf570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc021021b20, 0x1b00e3, {0xc07efe0000, 0x1b00e3, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07efe0000?, {0xc07efe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc021021b20}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc021021b20?}, 0xc03ea34960?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc021021b20?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215b421, 0x9}, {0x3977a90, 0xc021021b20}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc021021b20}, 0xc00e62f800?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc021021b20?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc021021b20}, 0xc00e62f800) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc02ed4cba0?}, {0x3977a90?, 0xc021021b20?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00da58480, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 706122561 [select, 64 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc043a2bf20, 0x28}, {0x3999930?, 0xc036c0b8c0}, 0xc0258c04b5?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc036c0b8c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 259210032 [select, 871 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03760d380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 259207320 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 8947445 [runnable]: -internal/poll.runtime_pollWait(0x7f30181e4358, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0154db280?, 0xc053555000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0154db280, {0xc053555000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0154db280, {0xc053555000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03d46bea0, {0xc053555000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0358fe420}, {0xc053555000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03b029b00, {0xc020f64800, 0x400, 0xc035c52d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc021cdad80, {0xc01825696a, 0x1, 0x7f3368af96c0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04db119e0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04db119e0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc035c52f60, {0x3988280, 0xc000908030}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00747a9c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 8947354 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 2197014 [chan receive, 1438 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc023331638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc03b778cb8}, 0xc018ae58a0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc03b778cb8}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 427 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 81416502 [select, 1249 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 81414031 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 107421 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc035ff67c0, {0x398cc68, 0xc043e51680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 106891 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 4377646 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0208db740, 0x28}, {0x3999930, 0xc024e0fb80}, {0x398de90, 0xc03bb16b40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 4377579 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 743090304 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d08ee0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a200?, 0xc046247061?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a200, {0xc046247061, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a200, {0xc046247061?, 0xc0103ce728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449020, {0xc046247061?, 0xc0103ce7d0?, 0x9f6e00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc046247050) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819521 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 526540380 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc044a74ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 526540208 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 400671250 [IO wait]: -internal/poll.runtime_pollWait(0x7f301ac062a8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc036eac680?, 0xc03ed88800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc036eac680, {0xc03ed88800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc036eac680, {0xc03ed88800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc046748358, {0xc03ed88800?, 0xc052eacc30?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc04598c000}, {0xc03ed88800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc021427380, {0xc023a43000, 0x400, 0xc03850ed18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03ab518c0, {0xc01b55520e, 0x1, 0x7f301b647cf8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dd6c900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dd6c900}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03850ef60, {0x3988280, 0xc0367ae3b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00c2b64e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 400671054 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 275985126 [select, 858 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02c979d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 275982802 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 717533400 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc01e206690}, 0xc010a01a40, 0xc03c571b40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 717533398 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 131382 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03148e468, 0x28}, {0x3999930, 0xc0365eca50}, {0x398de90, 0xc0402c1f80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 131379 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 742819483 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e4eb0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03dac4400?, 0xc075d6095a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03dac4400, {0xc075be0f5a, 0x1fb7ac, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03dac4400, {0xc075be0f5a?, 0xc02a27e070?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc03c039528, {0xc075be0f5a?, 0x481718?, 0xc00db0a630?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03abb2800?}, {0xc075be0f5a?, 0x4?, 0xc00ec6d478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03abb2800, {0xc075be0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039cdb000, {0xc075be0000, 0x1fc706, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc036d6a880, {0xc075be0000?, 0xc00ec6d570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039cdafc0, 0x1fc706, {0xc075be0000, 0x1fc706, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc075be0000?, {0xc075be0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039cdafc0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039cdafc0?}, 0xc0354b2060?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039cdafc0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03b4087c1, 0x9}, {0x3977a90, 0xc039cdafc0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039cdafc0}, 0xc00bc24900?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039cdafc0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039cdafc0}, 0xc00bc24900) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc042bb8270?}, {0x3977a90?, 0xc039cdafc0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00db0a630, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 717533399 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc01e206690}, 0xc010a01a40, 0xc02faeca00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 717533398 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 15487036 [select, 1399 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02d8b07d0}, {0xc03e051b30, 0x28}, 0xc000730c80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 682263971 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0193e9500, 0x28}, {0x3999930, 0xc036dbb290}, {0x398de90, 0xc0308da580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 682263194 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 15487641 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc034ddfbd0}, 0xc02f1be690, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15487640 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 276560955 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03b920be0}, 0xc013c08a50, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 276560895 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 561096939 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0265d6ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 80218 [select, 871 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc024f96000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 79583 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 256340303 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03fecc540, 0x28}, {0x3999930, 0xc0352dad10}, {0x398de90, 0xc04176d380}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 256338785 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 729781596 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03edd4ff0, 0x28}, {0x3999930, 0xc036be7b80}, {0x398de90, 0xc0328e5e00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 729781220 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 743089969 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d09b78, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ee00?, 0xc037e74521?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035ee00, {0xc037e74521, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035ee00, {0xc037e74521?, 0xc01844f7f8?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f540, {0xc037e74521?, 0xc0153467b0?, 0xc015346790?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc037e74510) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819634 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 933935 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc023d52a50}, 0xc034fe83c0, 0xc03c77d780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 933934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 156330578 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03f3bf760, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03915c840, 0x28}, {0x3999930, 0xc03f3bf760}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 156330133 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 947372 [select, 1443 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03b192300, 0x28}, {0x3999930?, 0xc0291b3970}, 0xc016a91e20?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0291b3970}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 15483676 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc037f69c40, {0x398cc68, 0xc0357f5e50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 15483801 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 734185234 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc047c214a0}, 0xc00680be00, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 734185087 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 304289529 [select, 808 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 304289635 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 661900072 [IO wait]: -internal/poll.runtime_pollWait(0x7f301841e5f0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e537180?, 0xc00e178800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03e537180, {0xc00e178800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03e537180, {0xc00e178800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02195adc8, {0xc00e178800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc043d0aae0}, {0xc00e178800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc047489a80, {0xc036484000, 0x400, 0xc010284d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01dcff0e0, {0xc0176aa377, 0x1, 0x7f3320bb12b0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04ddd2f60) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04ddd2f60}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc010284f60, {0x3988280, 0xc04bcccfa0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc031596000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 661900069 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 700825391 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc023e2b3f0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01cc38b98, 0x28}, {0x3999930, 0xc023e2b3f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 700825543 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 736718620 [select, 11 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03accf310}, {0xc03a2b9b30, 0x28}, 0xc03c5c3a80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 2729055 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc035a54640}, 0xc039b5a3c0, 0xc037c56140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 2729053 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 589917800 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc035707170, 0x28}, {0x3999930, 0xc040ab38c0}, {0x398de90, 0xc03b857780}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 589917700 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 177128 [select]: -github.com/tendermint/tendermint/rpc/jsonrpc/server.(*wsConnection).writeRoutine(0xc01b863c00, {0x398cc68, 0xc036c742d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/ws_handler.go:364 +0x265 -github.com/tendermint/tendermint/rpc/jsonrpc/server.(*wsConnection).Start(0xc01b863c00, {0x398cc68?, 0xc036c742d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/ws_handler.go:192 +0xd9 -github.com/tendermint/tendermint/rpc/jsonrpc/server.(*WebsocketManager).WebsocketHandler(0xc0002ddd40, {0x3988cd0, 0xc027e64b70}, 0xc01da08300) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/ws_handler.go:83 +0x2f0 -net/http.HandlerFunc.ServeHTTP(0x90?, {0x3988cd0?, 0xc027e64b70?}, 0x5182fe?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0xc001896180?, {0x3988cd0, 0xc027e64b70}, 0xc01da08300) - /usr/local/go/src/net/http/server.go:2514 +0x142 -github.com/tendermint/tendermint/internal/rpc/core.(*Environment).StartService.(*Cors).Handler.func8({0x3988cd0, 0xc027e64b70}, 0xc01da08300) - /root/go/pkg/mod/github.com/rs/cors@v1.8.2/cors.go:231 +0x184 -net/http.HandlerFunc.ServeHTTP(0xc027e64b70?, {0x3988cd0?, 0xc027e64b70?}, 0x282b920?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -github.com/tendermint/tendermint/rpc/jsonrpc/server.maxBytesHandler.ServeHTTP({{0x39692c0?, 0xc00059e260?}, 0x282b920?}, {0x3988cd0?, 0xc027e64b70}, 0xc01da08300) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_server.go:258 +0x11c -github.com/tendermint/tendermint/rpc/jsonrpc/server.Serve.recoverAndLogHandler.func2({0x3977a90, 0xc013fe4ee0}, 0xc01da08300) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/rpc/jsonrpc/server/http_server.go:238 +0x2ef -net/http.HandlerFunc.ServeHTTP(0x5020b20?, {0x3977a90?, 0xc013fe4ee0?}, 0xc001b69b50?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.serverHandler.ServeHTTP({0xc0353aa2a0?}, {0x3977a90?, 0xc013fe4ee0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc0163fc360, {0x398cc30, 0xc00035b740}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 530 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 1637406 [select, 1440 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc025123ea0}, {0xc0410d1590, 0x28}, 0xc04053d380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 447665225 [select, 537 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 447665049 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 84719 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02398a910}, {0xc0085988a0, 0x28}, 0xc04304e580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 706123555 [IO wait]: -internal/poll.runtime_pollWait(0x7f33a8040508, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01e402480?, 0xc009c3c000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01e402480, {0xc009c3c000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01e402480, {0xc009c3c000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc047c077a8, {0xc009c3c000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc032f83ce0}, {0xc009c3c000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03b807880, {0xc0371a5400, 0x400, 0xc03a384d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03e255020, {0xc01af77738, 0x1, 0x7f33232c52b8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c5381e0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c5381e0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03a384f60, {0x3988280, 0xc041b391d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00feacb60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 706122561 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 580424 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc040c52910}, 0xc022b79ef0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 580421 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 230117176 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc042dd60a0}, {0xc037f82660, 0x28}, 0xc03fe45580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 295924 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03ecf2340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 295648 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 16309409 [runnable]: -internal/poll.runtime_pollWait(0x7f3323fc9b88, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01ca86e00?, 0xc0233a0800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01ca86e00, {0xc0233a0800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01ca86e00, {0xc0233a0800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0390654e8, {0xc0233a0800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc029bcee10}, {0xc0233a0800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01ca86e80, {0xc003f1f400, 0x400, 0xc01d0c0d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0309f8780, {0xc017a2c259, 0x1, 0x7f3320bad6f8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc051a2f830) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc051a2f830}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01d0c0f60, {0x3988280, 0xc018c32e20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00b6509c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 16309487 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 80423 [select, 1446 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 80321 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 742819715 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191cf8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790a80?, 0xc075ad1692?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790a80, {0xc0759e0f5a, 0x1fb282, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790a80, {0xc0759e0f5a?, 0x2?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449130, {0xc0759e0f5a?, 0x481718?, 0xc00e2f87e0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03e9c6880?}, {0xc0759e0f5a?, 0x4?, 0xc001b1d478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03e9c6880, {0xc0759e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc02293c3c0, {0xc0759e0000, 0x1fc1dc, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc054dbbc80, {0xc0759e0000?, 0xc001b1d570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc02293c380, 0x1fc1dc, {0xc0759e0000, 0x1fc1dc, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0759e0000?, {0xc0759e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc02293c380}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc02293c380?}, 0xc046be8780?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc02293c380?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc012198131, 0x9}, {0x3977a90, 0xc02293c380}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc02293c380}, 0xc00655ca00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc02293c380?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc02293c380}, 0xc00655ca00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e1a1a70?}, {0x3977a90?, 0xc02293c380?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f87e0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 743090376 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e46f0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4680?, 0xc043865451?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03e9d4680, {0xc043865451, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03e9d4680, {0xc043865451?, 0xc02280cf28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492d38, {0xc043865451?, 0xc0000c8060?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc043865440) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819556 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 295928 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02f376c60, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00d064540, 0x28}, {0x3999930, 0xc02f376c60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 295648 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 16289375 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03d4aa420, 0x28}, {0x3999930, 0xc040e38fd0}, {0x398de90, 0xc031a533c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 16289527 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 176777153 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03cb0f8b0}, 0xc035e2aff0, 0xc0394ebe00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 176777151 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 572776 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03148e828, 0x28}, {0x3999930, 0xc037f5ae70}, {0x398de90, 0xc03aa8d780}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 572712 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 138325986 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01ddfb1e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 138325924 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 288705416 [runnable]: -internal/poll.runtime_pollWait(0x7f3018418188, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02e21b900?, 0xc0352dd000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02e21b900, {0xc0352dd000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02e21b900, {0xc0352dd000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03e1b8338, {0xc0352dd000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0352d2060}, {0xc0352dd000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc02e21b980, {0xc0371a4400, 0x400, 0xc03dc47d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03d6bde00, {0xc0299a3a29, 0x1, 0x7f301b52f788?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04df8d8f0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04df8d8f0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03dc47f60, {0x3988280, 0xc021018ea0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0357801a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 288705284 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 408572212 [runnable]: -internal/poll.runtime_pollWait(0x7f33238eca08, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03fec3c00?, 0xc01b6eb000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03fec3c00, {0xc01b6eb000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03fec3c00, {0xc01b6eb000?, 0xa0198b6a4b5253d9?, 0xc032d61b78?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc040309680, {0xc01b6eb000?, 0x25d8c80?, 0xc04d1da930?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc040309680}, {0xc01b6eb000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01f952600, {0xc01e7e7000, 0x400, 0xc03de6ed18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0350ff980, {0xc019baa6e7, 0x1, 0x7f3321109208?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d4de8d0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d4de8d0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03de6ef60, {0x3988280, 0xc01d81fd40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc031596d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 95901241 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0350e6a00}, 0xc00e5a61e0, 0xc0377d0f40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 95901239 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 589917519 [select, 269 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc030d7d630}, {0xc035707170, 0x28}, 0xc037028fc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 2729098 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc001fc7860, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 2728734 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 295929 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00d064540, 0x28}, {0x3999930, 0xc02f376c60}, {0x398de90, 0xc044f014c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 295648 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 363905923 [select, 691 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 363905892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 12674909 [select, 1406 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 12674689 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 735799966 [select, 12 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc037321720}, {0xc03001d530, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 16289373 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc031a533c0, {0x398cc68, 0xc031a4c550}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 16289527 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 366410509 [select, 686 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0368fe360, 0x28}, {0x3999930?, 0xc024f82790}, 0xc02a3dd0d0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc024f82790}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 589917827 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc030d7d6d0}, 0xc0229134a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 589917520 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 587074399 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0363935f0, 0x28}, {0x3999930, 0xc03c680000}, {0x398de90, 0xc038550240}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 587073538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 80426 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03ea95320, 0x28}, {0x3999930, 0xc0421f9760}, {0x398de90, 0xc029c28980}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 80321 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 693765980 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc031387630}, 0xc00626c2d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 693765977 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 572647 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02d2f6b90}, 0xc035e2bb30, 0xc02478a380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 572645 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 156330532 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03f9cb130}, 0xc008c32f00, 0xc03c571880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 156330580 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 408572127 [select, 607 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0340a0000}, {0xc02faeff88, 0x28}, 0xc02fff9200?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 69603893 [select, 1275 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03a3cf040}, {0xc02c75f380, 0x28}, 0xc00212ab00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 735799962 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc037321630}, 0xc02406d0e0, 0xc039cf8ac0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 735799961 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 26739003 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc022c6e9b0}, 0xc00511fa40, 0xc03c16cfc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 26739002 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 13330476 [select, 1405 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03f240230}, {0xc01cc381e8, 0x28}, 0xc041d196c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 682263914 [select, 105 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc034db6280}, {0xc0193e9500, 0x28}, 0xc036fc8580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 325914751 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02a7655c0, {0x398cc68, 0xc033dfe1e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 325914361 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 742901993 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc025d2d720}, {0xc0436411a0, 0x28}, 0xc02d5db140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 492438626 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc025aa0f00}, 0xc03d3ffd10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 492438596 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 16309828 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc031f64280}, {0xc02447fe00, 0x28}, 0xc03a06cb40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 80206 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03b4eb9f0}, {0xc03ea95320, 0x28}, 0xc04304e580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 241065 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc040a671d0}, {0xc03f43d8c0, 0x28}, 0xc033500dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 9515765 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc042216960}, {0xc0320b3dd0, 0x28}, 0xc03a0a5900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 732964456 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc031597a00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 732963389 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 71863649 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc030c8a750, 0x28}, {0x3999930, 0xc0337edb80}, {0x398de90, 0xc042520140}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 71863577 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 17215126 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc032c21130}, 0xc010390e10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 17215123 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 743090391 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ecbf8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03094a480?, 0xc03609f091?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03094a480, {0xc03609f091, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03094a480, {0xc03609f091?, 0x40d489?, 0x473c92?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03c039c38, {0xc03609f091?, 0x471cd0?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03609f080) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819487 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 342399 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0210fef00}, 0xc022913e00, 0xc04b2895c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 342707 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 742819699 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369190d78, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03854d980?, 0xc081ce151a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03854d980, {0xc081be0f5a, 0x20e671, 0x3ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03854d980, {0xc081be0f5a?, 0xc0203240f0?, 0x4f4d500?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254490b0, {0xc081be0f5a?, 0x2?, 0xc00e287e60?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc037149980?}, {0xc081be0f5a?, 0x4?, 0xc004f51478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc037149980, {0xc081be0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc014dae120, {0xc081be0000, 0x20f5cb, 0x400000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04ecbfc80, {0xc081be0000?, 0x0?, 0x0?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc014dae0e0, 0x20f5cb, {0xc081be0000, 0x20f5cb, 0x400000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc081be0000?, {0xc081be0000?, 0x400000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc014dae0e0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc014dae0e0?}, 0xc041dc30e0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc014dae0e0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03de1f991, 0x9}, {0x3977a90, 0xc014dae0e0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc014dae0e0}, 0xc00dd19000?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc014dae0e0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc014dae0e0}, 0xc00dd19000) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03ef0f020?}, {0x3977a90?, 0xc014dae0e0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287e60, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 80422 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0327b6000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 80321 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 69603720 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc039a409c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 69603836 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 18405930 [select, 1391 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc028baba90}, {0xc0345eb080, 0x28}, 0xc0424e58c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 743172674 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 742819730 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192d70, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d3080?, 0xc080ca1afa?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc0404d3080, {0xc080be0f5a, 0x2008bb, 0x3ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc0404d3080, {0xc080be0f5a?, 0xc040798010?, 0x4f4d500?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254491a8, {0xc080be0f5a?, 0x2?, 0xc00e2f9050?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0422e49c0?}, {0xc080be0f5a?, 0x4?, 0xc00edff478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0422e49c0, {0xc080be0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc02293c580, {0xc080be0000, 0x201815, 0x400000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04e0d51c0, {0xc080be0000?, 0x0?, 0x0?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc02293c540, 0x201815, {0xc080be0000, 0x201815, 0x400000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc080be0000?, {0xc080be0000?, 0x400000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc02293c540}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc02293c540?}, 0xc0377ae720?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc02293c540?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0121982e1, 0x9}, {0x3977a90, 0xc02293c540}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc02293c540}, 0xc00655cd00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc02293c540?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc02293c540}, 0xc00655cd00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e958810?}, {0x3977a90?, 0xc02293c540?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f9050, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 934000 [select, 1443 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 933991 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 8947198 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc029c2d400}, 0xc0050f9860, 0xc040cdd940?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 8947196 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 81416268 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0409a6640}, 0xc0086ecc30, 0xc044f01380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 81416503 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 743090249 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d096a0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035f080?, 0xc043e9ceb1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035f080, {0xc043e9ceb1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035f080, {0xc043e9ceb1?, 0xc01ed18f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f568, {0xc043e9ceb1?, 0x205?, 0x3970f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc043e9cea0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819639 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 746584 [select, 1443 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 746525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 69603836 [select, 1275 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02c75f380, 0x28}, {0x3999930?, 0xc0378c1760}, 0xc01b4a9d81?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0378c1760}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 947636 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc021892c80}, 0xc0095d0000, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 947635 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 9515767 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03b58cdc0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0320b3dd0, 0x28}, {0x3999930, 0xc03b58cdc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 9515520 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 742819713 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191ee8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790880?, 0xc07aaf13a2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790880, {0xc07a9e0f5a, 0x1a1ad6, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790880, {0xc07a9e0f5a?, 0x39ead00039eae?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449120, {0xc07a9e0f5a?, 0x481718?, 0xc00e2f86c0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0350bc180?}, {0xc07a9e0f5a?, 0x4?, 0xc00285f478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0350bc180, {0xc07a9e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc02293c740, {0xc07a9e0000, 0x1a2a30, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04e0d56c0, {0xc07a9e0000?, 0xc00285f570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc02293c700, 0x1a2a30, {0xc07a9e0000, 0x1a2a30, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07a9e0000?, {0xc07a9e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc02293c700}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc02293c700?}, 0xc0377aea20?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc02293c700?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0121984c1, 0x9}, {0x3977a90, 0xc02293c700}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc02293c700}, 0xc00655d000?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc02293c700?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc02293c700}, 0xc00655d000) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc02fd57ce0?}, {0x3977a90?, 0xc02293c700?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f86c0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 742819687 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191918, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a700?, 0xc0752f0852?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a700, {0xc0751e0f5a, 0x1f9fe6, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a700, {0xc0751e0f5a?, 0x203020303020303?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449050, {0xc0751e0f5a?, 0x481718?, 0xc00e2877a0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0320b74c0?}, {0xc0751e0f5a?, 0x4?, 0xc002c2f478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0320b74c0, {0xc0751e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc044da4580, {0xc0751e0000, 0x1faf40, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04c76a700, {0xc0751e0000?, 0xc002c2f570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc044da4540, 0x1faf40, {0xc0751e0000, 0x1faf40, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0751e0000?, {0xc0751e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc044da4540}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc044da4540?}, 0xc050a44d20?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc044da4540?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03e8c2161, 0x9}, {0x3977a90, 0xc044da4540}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc044da4540}, 0xc00db30b00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc044da4540?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc044da4540}, 0xc00db30b00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc01f5689f0?}, {0x3977a90?, 0xc044da4540?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2877a0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 276560945 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc039d866c0, {0x398cc68, 0xc030e1ba40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 276559670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 272324118 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03ead6500}, 0xc00cab9680, 0xc040ad9280?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 272324116 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 1637401 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc025123c20}, 0xc02efde870, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 1637398 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 240959 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02c6135e0}, 0xc033113680, 0xc03a0a5900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 240958 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 15506949 [runnable]: -internal/poll.runtime_pollWait(0x7f3323fc9e70, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0364b9a00?, 0xc009c3c800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0364b9a00, {0xc009c3c800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0364b9a00, {0xc009c3c800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0470721b0, {0xc009c3c800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03e54b290}, {0xc009c3c800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc019ea2f00, {0xc025f0e000, 0x400, 0xc01fca7d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0334d59e0, {0xc05cd50c64, 0x1, 0x7f3323e9f9f0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c79bf50) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c79bf50}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01fca7f60, {0x3988280, 0xc0397c6bc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc001a7ed00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 15506982 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 682263900 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0383f2f50}, {0xc0193e9500, 0x28}, 0xc014815748?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 592288480 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc039964e40, {0x398cc68, 0xc025b20960}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 592282861 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 586273235 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc039af88c0}, 0xc035e2b4a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 586273072 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 366411901 [select, 686 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 366410509 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 342685 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc034483380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 342235 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 2729101 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0377d0fc0, {0x398cc68, 0xc03efa8190}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 2728734 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 1637397 [select, 1440 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 1637182 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 15486912 [IO wait]: -internal/poll.runtime_pollWait(0x7f3323fca060, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01be0a600?, 0xc00fc36000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01be0a600, {0xc00fc36000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01be0a600, {0xc00fc36000?, 0x419e10?, 0xc040e14aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03eb19ef8, {0xc00fc36000?, 0xc056391a70?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc034ae4000}, {0xc00fc36000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc019506300, {0xc01d244c00, 0x400, 0xc040e14d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02379f980, {0xc0173c2a3e, 0x1, 0x7f3323bbf950?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04f475380) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04f475380}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc040e14f60, {0x3988280, 0xc033efd3c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc025fc84e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 15485990 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 131379 [select, 1446 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03148e468, 0x28}, {0x3999930?, 0xc0365eca50}, 0xc033500dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 422 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 267091 [select, 801 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0200d5380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 265593 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819686 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191a10, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a680?, 0xc07f8e151a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a680, {0xc07f7e0f5a, 0x1b3a69, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a680, {0xc07f7e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449048, {0xc07f7e0f5a?, 0x481718?, 0xc00e287710?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03b179ac0?}, {0xc07f7e0f5a?, 0x4?, 0xc0028ad478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03b179ac0, {0xc07f7e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc009b27620, {0xc07f7e0000, 0x1b49c3, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05545bac0, {0xc07f7e0000?, 0xc0028ad570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc009b275e0, 0x1b49c3, {0xc07f7e0000, 0x1b49c3, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07f7e0000?, {0xc07f7e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc009b275e0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc009b275e0?}, 0xc03e279290?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc009b275e0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0344e0401, 0x9}, {0x3977a90, 0xc009b275e0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc009b275e0}, 0xc00f105900?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc009b275e0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc009b275e0}, 0xc00f105900) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e1a0f90?}, {0x3977a90?, 0xc009b275e0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287710, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 288705262 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc01c10dbd0}, 0xc00c9585a0, 0xc03ae41180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 288705260 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 706123529 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc036c0b8c0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc043a2bf20, 0x28}, {0x3999930, 0xc036c0b8c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 706122561 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 408572161 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc04023bc70}, 0xc0146025a0, 0xc040e03d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 408572160 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 592288477 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02ddd7380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 592282861 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 58627811 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc04741d400, {0x398cc68, 0xc030479310}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 58627739 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 715471895 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc039ba0b40}, 0xc00e9e54a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 715471892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 572758 [select, 1444 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03bdbe410}, {0xc03148e828, 0x28}, 0xc023b12680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 58627510 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03e743e00}, {0xc03fc10600, 0x28}, 0xc00b956c00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 742819712 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191fe0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790800?, 0xc00e81c000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790800, {0xc00e81c000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790800, {0xc00e81c000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449118, {0xc00e81c000?, 0x0?, 0xc02fd57b68?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc02fd57b60, {0xc00e81c000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc0319cf3e0) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc0319cf3e0, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00e2f8630, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 742901989 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc025d2d590}, 0xc0066114a0, 0xc031a53340?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 742901988 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 729781561 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0247ae140}, 0xc007ca1d10, 0xc006d32f00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 729781559 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 742819728 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192f60, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d2680?, 0xc07bd400fa?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc0404d2680, {0xc07bbe0f5a, 0x1a37be, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc0404d2680, {0xc07bbe0f5a?, 0x2529fe5?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449198, {0xc07bbe0f5a?, 0x481718?, 0xc00e2f8f30?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0422e47c0?}, {0xc07bbe0f5a?, 0x4?, 0xc00682d478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0422e47c0, {0xc07bbe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc009b27460, {0xc07bbe0000, 0x1a4718, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05545a540, {0xc07bbe0000?, 0xc00682d570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc009b27420, 0x1a4718, {0xc07bbe0000, 0x1a4718, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07bbe0000?, {0xc07bbe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc009b27420}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc009b27420?}, 0xc045723620?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc009b27420?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0344e02b1, 0x9}, {0x3977a90, 0xc009b27420}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc009b27420}, 0xc00f105600?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc009b27420?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc009b27420}, 0xc00f105600) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e958510?}, {0x3977a90?, 0xc009b27420?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8f30, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 274470132 [select, 864 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02fbf24e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 274467466 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 15483826 [select, 1399 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0346fc780}, {0xc030293ad0, 0x28}, 0xc0368077c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 526540208 [select, 388 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc043589e30, 0x28}, {0x3999930?, 0xc035886a50}, 0xc024a91015?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc035886a50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 709147273 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0327f61b0, 0x28}, {0x3999930, 0xc035c86210}, {0x398de90, 0xc024ba6800}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 709146193 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 256340454 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01ecc8340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 256338785 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 295830 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0419e67d0}, 0xc0082d94a0, 0xc01f938b00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 295249 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 572787 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc021561040}, {0xc03148e828, 0x28}, 0xc03fe45580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 734053710 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc01ee81840, {0x398cc68, 0xc034e134a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 734052498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 947666 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc04223ad80, {0x398cc68, 0xc006d2f130}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 947372 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 746588 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02df62000}, 0xc02406c0f0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 746585 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 743090219 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691921d0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790700?, 0xc046807151?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790700, {0xc046807151, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790700, {0xc046807151?, 0xc015640f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449108, {0xc046807151?, 0xc015640fb0?, 0xc015640f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc046807140) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819710 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743090203 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193720, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791000?, 0xc01f5691b1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a791000, {0xc01f5691b1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a791000, {0xc01f5691b1?, 0xc000798728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449158, {0xc01f5691b1?, 0xc0302c8e30?, 0x17f9f80?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc01f5691a0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819720 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 241140 [select, 1445 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02c6137c0}, {0xc03f43d8c0, 0x28}, 0xc039ed0fb8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 743090395 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191440, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4be00?, 0xc03e1a0af1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4be00, {0xc03e1a0af1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4be00, {0xc03e1a0af1?, 0xc016caff28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449078, {0xc03e1a0af1?, 0xc0000c8060?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e1a0ae0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819692 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 76915907 [runnable]: -internal/poll.runtime_pollWait(0x7f33238ec628, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc017218500?, 0xc014913000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc017218500, {0xc014913000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc017218500, {0xc014913000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0470737a8, {0xc014913000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0387c5b90}, {0xc014913000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03e108c00, {0xc0246fb800, 0x400, 0xc03c832d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc041b66d80, {0xc016c3a976, 0x1, 0x7f3320666018?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d1ecf30) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d1ecf30}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03c832f60, {0x3988280, 0xc04085c250}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00feacea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 76915105 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 586273225 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0238e3180}, {0xc035f7fb90, 0x28}, 0xc0343efa40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 717533607 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0408c86e0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03a7c36b0, 0x28}, {0x3999930, 0xc0408c86e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 717531287 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 731861891 [select, 19 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 731860318 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 9515766 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0331b3200, {0x398cc68, 0xc042216a50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 9515520 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 18406067 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc040881380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 18405928 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 95901208 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0320c2a80, {0x398cc68, 0xc03a844230}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 95901116 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 271674371 [IO wait]: -internal/poll.runtime_pollWait(0x7f301aa003b0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc035830700?, 0xc03476c000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc035830700, {0xc03476c000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc035830700, {0xc03476c000?, 0x419e10?, 0xc0030c3aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc033eb64c8, {0xc03476c000?, 0xc052542690?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc035f43740}, {0xc03476c000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc036f8c780, {0xc01587dc00, 0x400, 0xc0030c3d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03ae907e0, {0xc0180c743e, 0x1, 0x7f301847e740?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc037dfc1e0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc037dfc1e0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0030c3f60, {0x3988280, 0xc0146fe570}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01bdde680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 271672873 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 661900054 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03343f130}, {0xc03b45f3e0, 0x28}, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 138325991 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03c9fa8a0, 0x28}, {0x3999930, 0xc035c86370}, {0x398de90, 0xc0410fe4c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 138325924 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 743172613 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 4377733 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0264fc820}, 0xc010b3a000, 0xc02190cfc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 4377584 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 729781670 [select, 22 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc030ac5540}, {0xc03edd4ff0, 0x28}, 0xc033a9f380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 580423 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc040c52910}, 0xc022b79ef0, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 580421 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 16309891 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03c5c3b00, {0x398cc68, 0xc03bf99f40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 16309487 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 138325990 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03c9fa8a0, 0x28}, {0x3999930, 0xc035c86370}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 138325924 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 271674375 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0346b4ab0, 0x28}, {0x3999930, 0xc035e0f810}, {0x398de90, 0xc02266d580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 271672873 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 746525 [select, 1443 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03d9f5560, 0x28}, {0x3999930?, 0xc02f376bb0}, 0xc018453853?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02f376bb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 176777428 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0343420b0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc031907410, 0x28}, {0x3999930, 0xc0343420b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 176777063 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 700825542 [select, 73 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 700748209 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03bc0eb60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 700745538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 20528811 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03aa8cd00, {0x398cc68, 0xc036a2f8b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 20528015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 742819692 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191440, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4be00?, 0xc07f7904f2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4be00, {0xc07f5e0f5a, 0x1b1026, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4be00, {0xc07f5e0f5a?, 0xc0076233d0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449078, {0xc07f5e0f5a?, 0x481718?, 0xc00e287a70?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03b1797c0?}, {0xc07f5e0f5a?, 0x4?, 0xc007623478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03b1797c0, {0xc07f5e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc044da4c80, {0xc07f5e0000, 0x1b1f80, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc051bd6e80, {0xc07f5e0000?, 0xc007623570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc044da4c40, 0x1b1f80, {0xc07f5e0000, 0x1b1f80, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07f5e0000?, {0xc07f5e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc044da4c40}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc044da4c40?}, 0xc0373f4f00?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc044da4c40?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03e8c2a61, 0x9}, {0x3977a90, 0xc044da4c40}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc044da4c40}, 0xc00db31300?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc044da4c40?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc044da4c40}, 0xc00db31300) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e1a0ae0?}, {0x3977a90?, 0xc044da4c40?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287a70, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 690307866 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03b8cf5c0, 0x28}, {0x3999930, 0xc0214f49a0}, {0x398de90, 0xc0423b72c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 690305886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 81416445 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03983ed40, {0x398cc68, 0xc014349950}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 81414031 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 742819544 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e4fa8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc038671700?, 0xc008309000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc038671700, {0xc008309000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc038671700, {0xc008309000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03b23ab10, {0xc008309000?, 0x0?, 0xc051d3bef8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc051d3bef0, {0xc008309000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc02e28e960) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc02e28e960, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00de143f0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 743172670 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 580365 [IO wait]: -internal/poll.runtime_pollWait(0x7f301aa005a0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01bd0be80?, 0xc04ccd4800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01bd0be80, {0xc04ccd4800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01bd0be80, {0xc04ccd4800?, 0x9ed985e7a474c6d2?, 0xc022579c38?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03ecf70a0, {0xc04ccd4800?, 0x25d8c80?, 0xc020ad2270?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc03ecf70a0}, {0xc04ccd4800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01d434a80, {0xc01911dc00, 0x400, 0xc02ef33d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc024e28a80, {0xc0173df585, 0x1, 0x7f30184bd478?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d32f230) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d32f230}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc02ef33f60, {0x3988280, 0xc003fa6340}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc033de8b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 746587 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02df62000}, 0xc02406c0f0, 0xc03c77d780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 746585 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 342686 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc034483380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 342235 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 589917537 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc024f86370}, {0xc035707170, 0x28}, 0xc03c9780c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 276560989 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc042dd7e00}, {0xc03a01af90, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 447664875 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc038ac3e00}, {0xc0036a5bc0, 0x28}, 0xc041070a80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 743090013 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369194988, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d3200?, 0xc02efb72d1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0404d3200, {0xc02efb72d1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0404d3200, {0xc02efb72d1?, 0xc0335adf28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254491c0, {0xc02efb72d1?, 0xc00ee71020?, 0xc013745500?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc02efb72c0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819733 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 18406071 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc020aebef0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0345eb080, 0x28}, {0x3999930, 0xc020aebef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 18405928 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 526540363 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc01c00a5a0}, {0xc043589e30, 0x28}, 0xc033b17000?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 288705291 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03a806210, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc031191ce0, 0x28}, {0x3999930, 0xc03a806210}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 288705284 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 304289531 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc034f71720}, {0xc01831c4b0, 0x28}, 0xc0160fa400?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 240957 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03f43d8c0, 0x28}, {0x3999930, 0xc037f5b290}, {0x398de90, 0xc03abac480}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 240335 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 342400 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0210fef00}, 0xc022913e00, 0xc037583a40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 342707 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 74929939 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0323bb8b0}, 0xc03491f950, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 74929857 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 206435 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc01333e780}, 0xc01db9ad20, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 206224 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 288781495 [select, 353 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02ffb1520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 288780948 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 8947447 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02153a180, {0x398cc68, 0xc02360ed70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 8947354 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 742819558 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ed2c0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4780?, 0xc0663f866a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03e9d4780, {0xc066258f5a, 0x1a4228, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03e9d4780, {0xc066258f5a?, 0x25ecc40?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034492d48, {0xc066258f5a?, 0x481718?, 0xc00e0cc090?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc035152e80?}, {0xc066258f5a?, 0x4?, 0xc0058d3478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc035152e80, {0xc066258000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc03c13a040, {0xc066258000, 0x1a5182, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc03ec42700, {0xc066258000?, 0x0?, 0x0?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc03c13a000, 0x1a5182, {0xc066258000, 0x1a5182, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc066258000?, {0xc066258000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc03c13a000}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc03c13a000?}, 0xc039f8d1a0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc03c13a000?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc02cfea551, 0x9}, {0x3977a90, 0xc03c13a000}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc03c13a000}, 0xc006d12000?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc03c13a000?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc03c13a000}, 0xc006d12000) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0358f6810?}, {0x3977a90?, 0xc03c13a000?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e0cc090, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 4377644 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03bb16b40, {0x398cc68, 0xc02353a190}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 4377579 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 4377581 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0117bb860, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 4377579 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 508975057 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03315d950}, 0xc019295590, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 508975054 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 1637395 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0320044e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 1637182 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 137870144 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02c9c66c0, 0x28}, {0x3999930, 0xc03ca660b0}, {0x398de90, 0xc047501900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 137869931 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 737997264 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc041211950}, 0xc023673e00, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 737997261 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 717533603 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02f46c4e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 717531287 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 742819709 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691922c8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790680?, 0xc0782a1afa?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790680, {0xc0781e0f5a, 0x1fe79d, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790680, {0xc0781e0f5a?, 0x0?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449100, {0xc0781e0f5a?, 0x481718?, 0xc00e2f8480?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc025204080?}, {0xc0781e0f5a?, 0x4?, 0xc001d35478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc025204080, {0xc0781e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc010854900, {0xc0781e0000, 0x1ff6f7, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc0576199c0, {0xc0781e0000?, 0xc001d35570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc0108548c0, 0x1ff6f7, {0xc0781e0000, 0x1ff6f7, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0781e0000?, {0xc0781e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc0108548c0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc0108548c0?}, 0xc02a4f6c30?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc0108548c0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03c411121, 0x9}, {0x3977a90, 0xc0108548c0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc0108548c0}, 0xc00a559c00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc0108548c0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc0108548c0}, 0xc00a559c00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc040da30e0?}, {0x3977a90?, 0xc0108548c0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8480, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 660512453 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc007ef28d0, 0x28}, {0x3999930, 0xc029aada20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 660511838 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 680924326 [select, 107 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 680924246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 278756934 [select, 857 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03214fe90, 0x28}, {0x3999930?, 0xc041f03340}, 0xc01bec2180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc041f03340}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 137870327 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc023cee960}, 0xc00b280c30, 0x9?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 137870408 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 587074422 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03cb8c0a0}, 0xc0202c91d0, 0xc03c2236c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 587074420 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 492438272 [select, 452 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 492438203 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 2727557 [select, 863 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03fce0000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 2726609 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 572646 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02d2f6b90}, 0xc035e2bb30, 0xc048404540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 572645 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 95901210 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03483a2a0, 0x28}, {0x3999930, 0xc037080420}, {0x398de90, 0xc0320c2a80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 95901116 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 44689429 [select, 871 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc021e3aea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 44687772 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 508975231 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc039feed40, {0x398cc68, 0xc024f855e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 508975021 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 680924325 [IO wait]: -internal/poll.runtime_pollWait(0x7f301841e400, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0408b1e00?, 0xc00650a800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0408b1e00, {0xc00650a800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0408b1e00, {0xc00650a800?, 0x419e10?, 0xc0105f3aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc037ee54f8, {0xc00650a800?, 0xc052eacc30?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc04054cae0}, {0xc00650a800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0408b1e80, {0xc01ea35400, 0x400, 0xc0105f3d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03616b620, {0xc01b5551c9, 0x1, 0x7f33237dc640?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dd5eff0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dd5eff0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0105f3f60, {0x3988280, 0xc0367ae290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0188341a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 680924246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 74929924 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02acfc720, 0x28}, {0x3999930, 0xc03b2d3ad0}, {0x398de90, 0xc02577b6c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 74929892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 734053830 [select, 15 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03095a640}, {0xc03629b290, 0x28}, 0xc03bafaf48?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 15487642 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc034ddfbd0}, 0xc02f1be690, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15487640 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 287587225 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0357984b0}, 0xc0188d42d0, 0xc03fdb1a40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 287587224 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 15487172 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03e051b30, 0x28}, {0x3999930, 0xc034cc9130}, {0x398de90, 0xc03dde5d80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 15485990 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 572648 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02d2f6b90}, 0xc035e2bb30, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 572645 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 240961 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02c6135e0}, 0xc033113680, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 240958 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 12419802 [select, 1407 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 12419761 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 15487112 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0357987d0}, {0xc03e051b30, 0x28}, 0xc000bfe180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 342689 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02ca1ddd0, 0x28}, {0x3999930, 0xc03c51f3f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 342235 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 742901991 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc025d2d590}, 0xc0066114a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 742901988 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 706123527 [select, 64 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03d40e780}, {0xc043a2bf20, 0x28}, 0xc039feecc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819559 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ed1c8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4800?, 0xc00e0d4000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03e9d4800, {0xc00e0d4000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03e9d4800, {0xc00e0d4000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492d50, {0xc00e0d4000?, 0x0?, 0xc0358f6908?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc0358f6900, {0xc00e0d4000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc03eb21ec0) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc03eb21ec0, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00e0cc120, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 15487518 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc026efca50, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03001d8f0, 0x28}, {0x3999930, 0xc026efca50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 15487557 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743089966 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ecb00, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03b85c080?, 0xc043865a51?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03b85c080, {0xc043865a51, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03b85c080, {0xc043865a51?, 0xc02203af28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03b23b158, {0xc043865a51?, 0x471cd0?, 0xc01231f500?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc043865a40) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819549 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 726958892 [select, 27 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc04e6be840, 0x28}, {0x3999930?, 0xc022154370}, 0xc01a5f1130?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc022154370}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 1583221 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0039fc660, 0x28}, {0x3999930, 0xc036acb3f0}, {0x398de90, 0xc0265fd380}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 1583074 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 742426798 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc032e291d0}, 0xc01bd61ef0, 0xc044f01440?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 742426796 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 593208732 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02d349e50}, 0xc04331dc20, 0xc030f96600?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 593208731 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 731861879 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc044332e70, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc035c62ea0, 0x28}, {0x3999930, 0xc044332e70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 731860318 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 342706 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02ca1ddd0, 0x28}, {0x3999930, 0xc03c51f3f0}, {0x398de90, 0xc027e22300}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 342235 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 295926 [select, 1445 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 295648 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 410165803 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc04796ed10, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc040f84a20, 0x28}, {0x3999930, 0xc04796ed10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 410165373 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 240953 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc013ed3520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 240335 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 2729103 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03fea7080, 0x28}, {0x3999930, 0xc0400e76b0}, {0x398de90, 0xc0377d0fc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 2728734 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 1193933 [chan receive, 1442 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc00333d638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc040048c50}, 0xc0407ce920) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc040048c50}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 428 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 715471728 [select, 47 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc020514d20}, {0xc043a01110, 0x28}, 0xc01f072880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 228478504 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc041880eb0}, {0xc036c9e390, 0x28}, 0xc005bc4748?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 230117177 [select, 948 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc042dd60f0}, {0xc037f82660, 0x28}, 0xc0254aad80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 18406068 [IO wait]: -internal/poll.runtime_pollWait(0x7f3323fc98a0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01bbf8900?, 0xc03476c800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01bbf8900, {0xc03476c800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01bbf8900, {0xc03476c800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03bc2d6d0, {0xc03476c800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc036badd40}, {0xc03476c800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01978b380, {0xc0057f5000, 0x400, 0xc042dfad18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02453c300, {0xc0176aacbd, 0x1, 0x7f3320691800?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04ddfc600) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04ddfc600}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc042dfaf60, {0x3988280, 0xc04bccd720}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc040881380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 18405928 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 76915910 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03aafa580, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03bbf8ba0, 0x28}, {0x3999930, 0xc03aafa580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 76915105 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 295930 [select, 1445 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc030c46690}, {0xc00d064540, 0x28}, 0xc032524f40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819729 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192e68, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d2c80?, 0xc008cd2000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0404d2c80, {0xc008cd2000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0404d2c80, {0xc008cd2000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254491a0, {0xc008cd2000?, 0x0?, 0xc03e958698?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc03e958690, {0xc008cd2000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc01f4d7260) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc01f4d7260, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00e2f8fc0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 156330548 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03e401f40}, {0xc03915c840, 0x28}, 0xc03c0c74c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 717886243 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02204b9a0}, 0xc01b48a2d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 717886096 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 15506982 [select, 1399 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc036cd4540, 0x28}, {0x3999930?, 0xc03b58cf20}, 0xc01a5a84a0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03b58cf20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 447665049 [select, 537 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0036a5bc0, 0x28}, {0x3999930?, 0xc0421f9340}, 0xc018454100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0421f9340}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 256340457 [select, 899 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02e5eceb0}, {0xc03fecc540, 0x28}, 0xc036acf8c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 295931 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc030c46730}, {0xc00d064540, 0x28}, 0xc044a6a100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 12648177 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc040740d20}, 0xc023295590, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 12648174 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 586695168 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc003eaf040, {0x398cc68, 0xc05b68d310}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 586695243 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 17214849 [select, 1394 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc032c20f50}, {0xc040fd3ef0, 0x28}, 0xc03c77d780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 694502899 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0432208c0, {0x398cc68, 0xc03c7c2730}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 694502642 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 12648176 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc040740d20}, 0xc023295590, 0xc0424e58c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 12648174 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 592426918 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc036ce5260, 0x28}, {0x3999930, 0xc03b8a8000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 592420582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 539742 [select, 1444 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 539484 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 20528809 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc000d5a820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 20528015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 410165804 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc040f84a20, 0x28}, {0x3999930, 0xc04796ed10}, {0x398de90, 0xc0343efac0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 410165373 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 1637404 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03ca664d0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0410d1590, 0x28}, {0x3999930, 0xc03ca664d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 1637182 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 202389377 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03bde0730}, 0xc007f46e10, 0xc03539c900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 202389376 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 10178806 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc000928c80}, 0xc015265b30, 0xc020ae1dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 10178805 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 496634972 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02682f520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 496633339 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 562135669 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc007e9e4c8, 0x28}, {0x3999930, 0xc041055ad0}, {0x398de90, 0xc02ef5bd00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 562135666 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 58627845 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03e4081e0}, 0xc00b282690, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 58627842 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 621972386 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0363785f0}, 0xc01002b770, 0xc02c659c40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 621972336 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 700748283 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02c2efb30}, 0xc0152653b0, 0xc0369cae80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 700748281 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 556410703 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc033fccc80}, 0xc00b7f2870, 0xc0019ce680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 556410702 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 947669 [select, 1443 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc006d2f270}, {0xc03b192300, 0x28}, 0xc0476c5e80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 71863563 [select, 1270 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 71863577 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 731861878 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02dfd6240, {0x398cc68, 0xc000dac4b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 731860318 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 539743 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02e4cea40, {0x398cc68, 0xc006a55c70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 539484 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 586695229 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02633eff0}, {0xc04699dd10, 0x28}, 0xc041f5b740?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 729781560 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0247ae140}, 0xc007ca1d10, 0xc006d33300?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 729781559 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 919983 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc034250320}, 0xc03d7971d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 919980 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 20528368 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02087a3c0}, 0xc025f8f0e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 20528365 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 16309487 [select, 1397 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02447fe00, 0x28}, {0x3999930?, 0xc037f5af20}, 0xc0175948e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc037f5af20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 15487515 [runnable]: -internal/poll.runtime_pollWait(0x7f3323fc9f68, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01514d780?, 0xc0541f0000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01514d780, {0xc0541f0000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01514d780, {0xc0541f0000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03999ce68, {0xc0541f0000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc040453290}, {0xc0541f0000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc018c3db00, {0xc01f52d800, 0x400, 0xc040e17d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02ee24a20, {0xc025c929dc, 0x1, 0x7f3320ead408?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dc63650) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dc63650}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc040e17f60, {0x3988280, 0xc04f15b220}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc005748000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 15487557 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 15474912 [IO wait, 1399 minutes]: -internal/poll.runtime_pollWait(0x7f30181e4738, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01ad85000?, 0xc01b6f6b40?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01ad85000, {0xc01b6f6b40, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01ad85000, {0xc01b6f6b40?, 0x18d?, 0x1f4?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03dbc9070, {0xc01b6f6b40?, 0xc00e8e25a0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03ef29890) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03ef29890}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc025da8ef0, {0x3985c90, 0xc02ecabd80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc00e8e2770?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc00e8e27d0?, 0x15ffb85?, 0xc038523680) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 15474910 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 15483737 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02d8ab400}, {0xc030293ad0, 0x28}, 0xc01f072880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 438981925 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc025619b80}, 0xc03df68a50, 0xc03dde5d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 438981924 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 526540381 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc044a74ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 526540208 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 414186104 [select, 534 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc032a85520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 414183012 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 58627843 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03e4081e0}, 0xc00b282690, 0xc03ff66c80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 58627842 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 279441654 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0083e24d0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0314b36e0, 0x28}, {0x3999930, 0xc0083e24d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 279439232 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 138257713 [chan receive, 1129 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc00ea9b638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc042b1db28}, 0xc0186e2340) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc042b1db28}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 421 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 742819635 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d09a80, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ee80?, 0xc07d0f13a2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035ee80, {0xc07cfe0f5a, 0x1ace2a, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035ee80, {0xc07cfe0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f548, {0xc07cfe0f5a?, 0x481718?, 0xc00ac317a0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0350bc640?}, {0xc07cfe0f5a?, 0x4?, 0xc0032ab478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0350bc640, {0xc07cfe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc0210217e0, {0xc07cfe0000, 0x1add84, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc03b3a1e40, {0xc07cfe0000?, 0xc0032ab570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc0210217a0, 0x1add84, {0xc07cfe0000, 0x1add84, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07cfe0000?, {0xc07cfe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc0210217a0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc0210217a0?}, 0xc03ea34780?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc0210217a0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215b1b1, 0x9}, {0x3977a90, 0xc0210217a0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc0210217a0}, 0xc00e62f600?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc0210217a0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc0210217a0}, 0xc00e62f600) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0468072c0?}, {0x3977a90?, 0xc0210217a0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac317a0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 709147117 [sleep]: -time.Sleep(0x5f5e100) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataForCatchup(0xc00048f980, {0x398cc68, 0xc03b8dd130}, 0xc04d128680, 0xc04c208e60, 0xc03c7e61e0, 0xc03524a000?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:509 +0xa47 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03b8dd130}, 0xc03c7e61e0, 0xc041cb1a80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:586 +0x3e6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 709147115 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 562135344 [IO wait]: -internal/poll.runtime_pollWait(0x7f300f0c4c68, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc000ac4100?, 0xc004783800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc000ac4100, {0xc004783800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc000ac4100, {0xc004783800?, 0x65a868e62dc165a4?, 0xc051b3a138?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0008ad420, {0xc004783800?, 0x25d8c80?, 0xc04b46ba28?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc0008ad420}, {0xc004783800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc04d5f5380, {0xc01e18ac00, 0x400, 0xc002f4fd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01f8e80c0, {0xc018967aca, 0x1, 0x7f3323e9f9f0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c79a210) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c79a210}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc002f4ff60, {0x3988280, 0xc03b23d940}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc047d7b520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 419 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 1583137 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02360e730}, 0xc00b79d3b0, 0xc02b472280?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 1583136 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 15483812 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02957cfa0}, 0xc0029a8870, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15483473 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 52273701 [IO wait]: -internal/poll.runtime_pollWait(0x7f33238ec438, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03bcd6a80?, 0xc0352dc000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03bcd6a80, {0xc0352dc000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03bcd6a80, {0xc0352dc000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03d918c30, {0xc0352dc000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0394f5b30}, {0xc0352dc000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03c248c80, {0xc021726800, 0x400, 0xc03d8c5d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc025bcac00, {0xc0192e649a, 0x1, 0x7f301a7ba110?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03a3b1a40) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03a3b1a40}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03d8c5f60, {0x3988280, 0xc0161a4220}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc044a75040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 52273294 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 558645013 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc040769c20, 0x28}, {0x3999930, 0xc0370360b0}, {0x398de90, 0xc024172a40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 558644892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 920371 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc027ceb380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 920015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 1583152 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc005eb69c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 1583074 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 169057781 [select, 1067 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 169057831 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 497475057 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc032a84000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 497475039 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 580367 [select, 1444 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0311274a8, 0x28}, {0x3999930?, 0xc024f833f0}, 0x2ae?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 256340301 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc04176d380, {0x398cc68, 0xc02495fb30}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 256338785 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 126219392 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0007054f0}, {0xc03ae320c0, 0x28}, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 947568 [runnable]: -internal/poll.runtime_pollWait(0x7f301a9fffd0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc019150500?, 0xc0082c6000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc019150500, {0xc0082c6000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc019150500, {0xc0082c6000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03c697d40, {0xc0082c6000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc04004aa50}, {0xc0082c6000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01c2abd00, {0xc01dd94800, 0x400, 0xc01f686d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc014b365a0, {0xc0173dec31, 0x1, 0x7f3320d7ec00?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c433fb0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c433fb0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01f686f60, {0x3988280, 0xc00b4b29e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00f740820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 947372 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 717533608 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03a7c36b0, 0x28}, {0x3999930, 0xc0408c86e0}, {0x398de90, 0xc025397c80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 717531287 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 4377734 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0264fc820}, 0xc010b3a000, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 4377584 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 13330526 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02f354d40, {0x398cc68, 0xc030746370}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 13330475 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 742901932 [IO wait]: -internal/poll.runtime_pollWait(0x7f33a8040410, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc000b02780?, 0xc01eeaf800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc000b02780, {0xc01eeaf800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc000b02780, {0xc01eeaf800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0358c7c48, {0xc01eeaf800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc038672a50}, {0xc01eeaf800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03bf5c900, {0xc032e11c00, 0x400, 0xc01ca2ad18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc041325800, {0xc01b9bdf28, 0x1, 0x7f3323f86d70?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc032818960) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc032818960}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01ca2af60, {0x3988280, 0xc02e88a030}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0430c9520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 742901525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 230117096 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03b2feb80, {0x398cc68, 0xc03f13ca00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 230116582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 496634971 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02682f520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 496633339 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 16289527 [select, 1397 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03d4aa420, 0x28}, {0x3999930?, 0xc040e38fd0}, 0xc024e370e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc040e38fd0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 700748291 [select, 73 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 700745538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 746543 [select, 1443 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03c40c6e0}, {0xc03d9f5560, 0x28}, 0xc044a6a100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 2729056 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc035a54640}, 0xc039b5a3c0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 2729053 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 731861890 [runnable]: -internal/poll.runtime_pollWait(0x7f30181e4a20, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03c11a180?, 0xc03c65e800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03c11a180, {0xc03c65e800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03c11a180, {0xc03c65e800?, 0x419e10?, 0xc034ee5aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02f819e40, {0xc03c65e800?, 0xc052a122a0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc044ae9200}, {0xc03c65e800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc034dbca00, {0xc03518cc00, 0x400, 0xc034ee5d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03c6916e0, {0xc016d9290e, 0x1, 0x7f3320495318?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04cd36f00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04cd36f00}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc034ee5f60, {0x3988280, 0xc01a3b36f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc035f37520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 731860318 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 4377645 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc024e0fb80, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0208db740, 0x28}, {0x3999930, 0xc024e0fb80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 4377579 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 746545 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02f376bb0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03d9f5560, 0x28}, {0x3999930, 0xc02f376bb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 746525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 10178807 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc000928c80}, 0xc015265b30, 0xc023b12680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 10178805 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 746582 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0243b5040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 746525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 363905815 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02ec52780}, {0xc0468abe30, 0x28}, 0xc043227900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 743090314 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193b00, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790b00?, 0xc03e1a1c01?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790b00, {0xc03e1a1c01, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790b00, {0xc03e1a1c01?, 0xc024852f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449138, {0xc03e1a1c01?, 0xcc52de?, 0xc011ff4e00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e1a1bf0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819716 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 287587230 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc036c0a000, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03be33da0, 0x28}, {0x3999930, 0xc036c0a000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 287587236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743090551 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191c00, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a580?, 0xc03e1a0ca1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a580, {0xc03e1a0ca1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a580, {0xc03e1a0ca1?, 0xc000d3ef28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449038, {0xc03e1a0ca1?, 0xc0574de500?, 0x0?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e1a0c90) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819684 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 271674356 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc021175900}, 0xc01e383ef0, 0xc029c28900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 271674355 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 308631651 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0218a59a0}, {0xc02d4a0f90, 0x28}, 0xc02d57d9c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 287577222 [select, 683 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01fef64e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 287574982 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 585336339 [select, 277 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 419 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 519277361 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc020f99a00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 519277600 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 138325998 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02d4a6050}, {0xc03c9fa8a0, 0x28}, 0xc027e22280?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 1193935 [IO wait, 1442 minutes]: -internal/poll.runtime_pollWait(0x7f30181e4928, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc019a1ba00?, 0xc01b654d94?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc019a1ba00, {0xc01b654d94, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc019a1ba00, {0xc01b654d94?, 0x18e?, 0x1f4?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc040048c50, {0xc01b654d94?, 0xc00e8e15a0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03ed10630) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03ed10630}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03fae6ef0, {0x3985c90, 0xc036fbec40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc00e8e1770?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc00e8e17d0?, 0x15ffb85?, 0xc03e51ca20) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 1193933 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 592426762 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0373ea780}, {0xc036ce5260, 0x28}, 0xc047c22d80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 17214845 [select, 1394 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 17214044 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 279441626 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0427a8550}, 0xc01a66e870, 0xc031a192c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 279441656 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 16309740 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc017ce60f0}, 0xc0133c8e10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16309737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 71863726 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02c8b8dc0}, 0xc00cba6690, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 71863723 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 694502856 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc026477360}, 0xc0109dc780, 0xc03dc1f3c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 694502855 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 8947354 [select, 1417 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc038557e90, 0x28}, {0x3999930?, 0xc03444a000}, 0xc018bcc192?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03444a000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 156330430 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03c886820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 156330133 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 169057782 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03b5f5dc0, {0x398cc68, 0xc0263dedc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 169057831 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 660512466 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03b2217c0}, 0xc0257823c0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 660512175 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 742819710 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691921d0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790700?, 0xc077281dea?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790700, {0xc0771e0f5a, 0x1fd859, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790700, {0xc0771e0f5a?, 0xc01304f880?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449108, {0xc0771e0f5a?, 0x481718?, 0xc00e2f8510?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0350bc540?}, {0xc0771e0f5a?, 0x4?, 0xc0023f3478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0350bc540, {0xc0771e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc041cc59a0, {0xc0771e0000, 0x1fe7b3, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc052907900, {0xc0771e0000?, 0xc0023f3570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc041cc5960, 0x1fe7b3, {0xc0771e0000, 0x1fe7b3, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0771e0000?, {0xc0771e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc041cc5960}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc041cc5960?}, 0xc023313500?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc041cc5960?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc004cbf121, 0x9}, {0x3977a90, 0xc041cc5960}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc041cc5960}, 0xc00d1e5a00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc041cc5960?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc041cc5960}, 0xc00d1e5a00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc046807140?}, {0x3977a90?, 0xc041cc5960?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8510, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 621970267 [select, 212 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0180697a0, 0x28}, {0x3999930?, 0xc0320b4c60}, 0xc018006b10?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0320b4c60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 587074397 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc038550240, {0x398cc68, 0xc04043e780}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 587073538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 595501383 [select, 257 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0160ecd00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 595498724 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 241691117 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc026777540}, 0xc010b3a870, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 241691004 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 16309890 [select, 1397 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 16309487 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 69603724 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0378c1760, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02c75f380, 0x28}, {0x3999930, 0xc0378c1760}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 69603836 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743172659 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 680924339 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0361248c0}, {0xc00d0642a0, 0x28}, 0xc026c0d6a8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 707450143 [chan receive, 61 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc01a887638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc00ee5cb90}, 0xc038810920) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc00ee5cb90}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 8947448 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03444a000, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc038557e90, 0x28}, {0x3999930, 0xc03444a000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 8947354 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 20528840 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02f058500}, {0xc01b7b7b60, 0x28}, 0xc00d5029c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 400671257 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc008113c70}, 0xc02cada780, 0xc02153a100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 400671256 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 18406076 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc01f9b4140}, 0xc0068bba40, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 18406073 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 530754281 [select, 372 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc053648340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 530752920 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 113771016 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc030ac8e10}, 0xc00c9945a0, 0xc0382d4540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 113771014 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 512380647 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03075fa40, 0x28}, {0x3999930, 0xc02867dd90}, {0x398de90, 0xc03fe84f00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 512380310 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 711461518 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc036b30340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 711461147 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 586695277 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03b4ea000}, 0xc00d24c2d0, 0xc023b12680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 586695275 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 279441655 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0314b36e0, 0x28}, {0x3999930, 0xc0083e24d0}, {0x398de90, 0xc04b62b9c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 279439232 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 586695169 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc04699dd10, 0x28}, {0x3999930, 0xc03a8ea0b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 586695243 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 10208060 [select, 277 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03aa4cea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 10207889 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 95901222 [select, 1218 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 95901116 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 288705290 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0340bc900, {0x398cc68, 0xc032266370}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 288705284 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 71863562 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0241229c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 71863577 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 592288595 [select, 264 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc025b20a00}, {0xc03feccd20, 0x28}, 0xc041bed740?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 4377720 [select, 1431 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02cb3ad20}, {0xc0208db740, 0x28}, 0xc044a6a100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 10178619 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01ddf6340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 10178467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 278757834 [select, 857 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02d18e550}, {0xc03214fe90, 0x28}, 0xc034850c00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 16289371 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc038f95860, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 16289527 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 126219804 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc038fcbc30, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03ae320c0, 0x28}, {0x3999930, 0xc038fcbc30}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 126219778 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 18882547 [select, 833 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc002197d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 18882532 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 498393735 [select, 385 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02ddd7520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 498393432 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 711461487 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc001b02b40}, 0xc008d9bef0, 0xc039cdc900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 711461485 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 10484604 [IO wait, 1413 minutes]: -internal/poll.runtime_pollWait(0x7f300f0c4b70, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01800b100?, 0xc01768b6b0?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01800b100, {0xc01768b6b0, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01800b100, {0xc01768b6b0?, 0xc010ddf7a0?, 0x20?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0414dc3c0, {0xc01768b6b0?, 0xc001dffda0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03855cc90) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03855cc90}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc025dadef0, {0x3985c90, 0xc0252955c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc001dfff70?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc001dfffd0?, 0x15ffb85?, 0xc036808c00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 10484602 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 209461403 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0337ed600, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01c2f0690, 0x28}, {0x3999930, 0xc0337ed600}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 209461275 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 12648379 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc035656780}, {0xc031274750, 0x28}, 0xc0476c5e80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 304289567 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01831c4b0, 0x28}, {0x3999930, 0xc034cc9ef0}, {0x398de90, 0xc02d2b68c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 304289635 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 742819695 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191158, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4bf80?, 0xc0807110b2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4bf80, {0xc0805e0f5a, 0x1ac6ed, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4bf80, {0xc0805e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449090, {0xc0805e0f5a?, 0x481718?, 0xc00e287c20?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc047a6eb00?}, {0xc0805e0f5a?, 0x4?, 0xc002c33478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc047a6eb00, {0xc0805e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc009b27540, {0xc0805e0000, 0x1ad647, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05545b940, {0xc0805e0000?, 0xc002c33570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc009b27500, 0x1ad647, {0xc0805e0000, 0x1ad647, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0805e0000?, {0xc0805e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc009b27500}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc009b27500?}, 0xc03e279140?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc009b27500?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0344e0371, 0x9}, {0x3977a90, 0xc009b27500}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc009b27500}, 0xc00f105800?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc009b27500?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc009b27500}, 0xc00f105800) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03ac5a0f0?}, {0x3977a90?, 0xc009b27500?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287c20, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 230117097 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02edbafd0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc037f82660, 0x28}, {0x3999930, 0xc02edbafd0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 230116582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 732964407 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc038cb0410}, 0xc016d6f860, 0xc0402c1f40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 732964405 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 742819561 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ed0d0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4880?, 0xc00db53000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03e9d4880, {0xc00db53000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03e9d4880, {0xc00db53000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492d58, {0xc00db53000?, 0x0?, 0xc03609ee18?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc03609ee10, {0xc00db53000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc03d699d40) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc03d699d40, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00e0cc1b0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 304289635 [select, 808 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc01831c4b0, 0x28}, {0x3999930?, 0xc034cc9ef0}, 0xc017c892b0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc034cc9ef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 512380582 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc01ad2a050}, 0xc03a931770, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 512380579 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 366411902 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0346a4e00, {0x398cc68, 0xc035271310}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 366410509 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 95901221 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03e7b7040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 95901116 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 504068815 [select, 427 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0117ba340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 504065901 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 743172565 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e5480, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc035c5e380?, 0xc03428ff31?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc035c5e380, {0xc03428ff31, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc035c5e380, {0xc03428ff31?, 0xc02ed18728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03c0394e0, {0xc03428ff31?, 0xcc52ca?, 0xc007e74900?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03428ff20) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819482 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 660512176 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03b2217c0}, 0xc0257823c0, 0xc03b2bf140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 660512175 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 10178808 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc000928c80}, 0xc015265b30, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 10178805 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 743172614 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743090348 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d094b0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035f180?, 0xc046807811?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035f180, {0xc046807811, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035f180, {0xc046807811?, 0x40d489?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f578, {0xc046807811?, 0xc0000c8060?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc046807800) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819641 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 308631516 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03ecf2d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 308630947 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 12675012 [select, 1406 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc036b0dcc0}, {0xc03730f6b0, 0x28}, 0xc000da76a8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 113770867 [select, 1180 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03f512510, 0x28}, {0x3999930?, 0xc040e23a20}, 0xc016d1ccb0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc040e23a20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 592426919 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc036ce5260, 0x28}, {0x3999930, 0xc03b8a8000}, {0x398de90, 0xc03aa6b700}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 592420582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 438981888 [select, 553 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 438981712 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 743092425 [runnable]: -internal/poll.runtime_pollWait(0x7f33691946a0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03d872180?, 0xc03e95b000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03d872180, {0xc03e95b000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03d872180, {0xc03e95b000?, 0x4b0765?, 0x7f3369194790?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0349eb600, {0xc03e95b000?, 0x0?, 0x0?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc027d47440, {0xc03e95b000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc039d6fb00) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc039d6fb00, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc015194120, {0x398cc30, 0xc00035b740}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 530 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 15506990 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc04185aa50}, 0xc017ee81e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15506987 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 363905929 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc007821c70}, 0xc0071fed20, 0xc024894ec0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 363905928 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 736718363 [select, 11 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03a2b9b30, 0x28}, {0x3999930?, 0xc021fcc0b0}, 0xc018f476d5?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc021fcc0b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 742819707 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691924b8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790580?, 0xc077c729ba?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790580, {0xc077be0f5a, 0x1fe54f, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790580, {0xc077be0f5a?, 0x635deab6acbf494b?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254490f0, {0xc077be0f5a?, 0x481718?, 0xc00e2f8360?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0320b76c0?}, {0xc077be0f5a?, 0x4?, 0xc0023ed478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0320b76c0, {0xc077be0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc0210212a0, {0xc077be0000, 0x1ff4a9, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc03b3a1b40, {0xc077be0000?, 0xc0023ed570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc021021260, 0x1ff4a9, {0xc077be0000, 0x1ff4a9, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc077be0000?, {0xc077be0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc021021260}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc021021260?}, 0xc03ea341e0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc021021260?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215ad91, 0x9}, {0x3977a90, 0xc021021260}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc021021260}, 0xc00e62f000?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc021021260?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc021021260}, 0xc00e62f000) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc01f568e10?}, {0x3977a90?, 0xc021021260?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8360, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 4377583 [select, 1431 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 4377579 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 191757696 [select, 1022 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc00798ac60, 0x28}, {0x3999930?, 0xc0439026e0}, 0xc019096860?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0439026e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 593208847 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03cbaecc0, 0x28}, {0x3999930, 0xc03a8dd760}, {0x398de90, 0xc041ad3500}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 593208575 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 9515520 [select, 1416 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0320b3dd0, 0x28}, {0x3999930?, 0xc03b58cdc0}, 0xc01a525110?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03b58cdc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 137869931 [select, 1129 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02c9c66c0, 0x28}, {0x3999930?, 0xc03ca660b0}, 0xc029a4ec80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03ca660b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 734183782 [select, 15 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02c75ff50, 0x28}, {0x3999930?, 0xc03b22a840}, 0xc01b4bcd20?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03b22a840}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 26738934 [runnable]: -internal/poll.runtime_pollWait(0x7f33238ecb00, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc037003900?, 0xc0337e9800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc037003900, {0xc0337e9800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc037003900, {0xc0337e9800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0312a4868, {0xc0337e9800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc038edea20}, {0xc0337e9800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc037003980, {0xc0224d4400, 0x400, 0xc0308d1d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03a5fa660, {0xc019baa74d, 0x1, 0x7f3321109208?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d4decc0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d4decc0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0308d1f60, {0x3988280, 0xc01d81fe90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0382ce1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 26738886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 659083016 [select, 146 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 659082963 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 15474910 [chan receive, 1399 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc002a19638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc03dbc9070}, 0xc0185bbb80) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc03dbc9070}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 431 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 492438271 [runnable]: -internal/poll.runtime_pollWait(0x7f301a9ff810, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc041f7b680?, 0xc01925e000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc041f7b680, {0xc01925e000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc041f7b680, {0xc01925e000?, 0x419e10?, 0xc03362caa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03b238598, {0xc01925e000?, 0xc05358fd70?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03c76c6f0}, {0xc01925e000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc033ab1b80, {0xc015246000, 0x400, 0xc03362cd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03e2eb620, {0xc018cb9b2b, 0x1, 0x7f33238740f0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c8c58f0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c8c58f0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03362cf60, {0x3988280, 0xc01d9fae80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc012880d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 492438203 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 408572226 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc04023bc70}, 0xc0146025a0, 0xc04b658540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 408572160 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 69603727 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03ef2f590}, 0xc0143c0000, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 69603726 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 12674908 [IO wait]: -internal/poll.runtime_pollWait(0x7f300f0c4e58, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01735e200?, 0xc03c1a6000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01735e200, {0xc03c1a6000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01735e200, {0xc03c1a6000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025a724a8, {0xc03c1a6000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc040d27770}, {0xc03c1a6000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc032d07e00, {0xc01e7e6400, 0x400, 0xc001d52d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01fc66900, {0xc0189689f0, 0x1, 0x7f33212a8c88?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc035cd28a0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc035cd28a0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc001d52f60, {0x3988280, 0xc0340dae90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0346c7380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 12674689 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 26738886 [select, 1371 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0348b8150, 0x28}, {0x3999930?, 0xc0358940b0}, 0xc01ae2ec81?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0358940b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 742901947 [select]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc047294370}, {0xc0436411a0, 0x28}, 0xc032524640?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 18406075 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc01f9b4140}, 0xc0068bba40, 0xc02e4ce980?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 18406073 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 15487557 [select, 1399 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03001d8f0, 0x28}, {0x3999930?, 0xc026efca50}, 0xc01abec990?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc026efca50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 524586725 [chan receive, 391 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc003fb1638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc02383d578}, 0xc045932f00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc02383d578}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 420 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 10178620 [runnable]: -internal/poll.runtime_pollWait(0x7f301a9ff908, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc016e9a800?, 0xc043f0d800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc016e9a800, {0xc043f0d800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc016e9a800, {0xc043f0d800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0342eee28, {0xc043f0d800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc031c169c0}, {0xc043f0d800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01aa2b700, {0xc021727000, 0x400, 0xc01e018d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01ed511a0, {0xc01ae6e32d, 0x1, 0x7f33692c6768?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d203da0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d203da0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01e018f60, {0x3988280, 0xc04c782aa0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01ddf6340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 10178467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 519277667 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc030434700, {0x398cc68, 0xc042217c70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 519277600 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743172617 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 366411904 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0368fe360, 0x28}, {0x3999930, 0xc024f82790}, {0x398de90, 0xc0346a4e00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 366410509 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 12419776 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03049cd80, 0x28}, {0x3999930, 0xc001f8c370}, {0x398de90, 0xc0382572c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 12419761 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 15506948 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc001a7ed00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 15506982 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 690307577 [select, 91 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc023e46dc0}, {0xc03b8cf5c0, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 12674971 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03db78f50}, {0xc03730f6b0, 0x28}, 0xc03c9780c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 230117222 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc003c1e820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 230116582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 743172611 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 202388955 [select, 1001 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc030fe7040}, {0xc0303465d0, 0x28}, 0xc02478a380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 71863647 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc042520140, {0x398cc68, 0xc00055f270}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 71863577 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 13330527 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc037036630, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01cc381e8, 0x28}, {0x3999930, 0xc037036630}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 13330475 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743089965 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e45f8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4700?, 0xc0438654e1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03e9d4700, {0xc0438654e1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03e9d4700, {0xc0438654e1?, 0xc026c11f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492d40, {0xc0438654e1?, 0xc041a1a4f0?, 0x17f9f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0438654d0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819557 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 742819697 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369190f68, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc058d97200?, 0xc0760a0faa?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc058d97200, {0xc075fe0f5a, 0x1fbf39, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc058d97200, {0xc075fe0f5a?, 0xc004f693d0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254490a0, {0xc075fe0f5a?, 0x481718?, 0xc00e287d40?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc025204300?}, {0xc075fe0f5a?, 0x4?, 0xc004f69478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc025204300, {0xc075fe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc041cc58c0, {0xc075fe0000, 0x1fce93, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc052907880, {0xc075fe0000?, 0xc004f69570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc041cc5880, 0x1fce93, {0xc075fe0000, 0x1fce93, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc075fe0000?, {0xc075fe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc041cc5880}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc041cc5880?}, 0xc0233133e0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc041cc5880?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc004cbf091, 0x9}, {0x3977a90, 0xc041cc5880}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc041cc5880}, 0xc00d1e5900?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc041cc5880?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc041cc5880}, 0xc00d1e5900) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc040da33e0?}, {0x3977a90?, 0xc041cc5880?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287d40, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 717886097 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02204b9a0}, 0xc01b48a2d0, 0xc041f86040?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 717886096 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 69603721 [runnable]: -internal/poll.runtime_pollWait(0x7f300f0c5238, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc017899780?, 0xc01925f000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc017899780, {0xc01925f000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc017899780, {0xc01925f000?, 0x419e10?, 0x7f?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc037175e58, {0xc01925f000?, 0x7f3320400bd8?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc039981fb0}, {0xc01925f000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc017899b80, {0xc0033d7400, 0x400, 0xc010288d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc035feca20, {0xc019baa819, 0x1, 0x7f3321109208?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d4df200) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d4df200}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc010288f60, {0x3988280, 0xc0261240a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc039a409c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 69603836 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 256340562 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0364ba870}, 0xc01b0562d0, 0xc000bfe180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 256340128 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 76915105 [select, 1259 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03bbf8ba0, 0x28}, {0x3999930?, 0xc03aafa580}, 0xc01bdfa9d0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03aafa580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 408572217 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02faeff88, 0x28}, {0x3999930, 0xc02ef18210}, {0x398de90, 0xc036ba78c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 408572214 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 230117350 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc020b4f630}, 0xc0086ec4b0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 230117347 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 156330433 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0348ebbc0, {0x398cc68, 0xc03f9cb090}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 156330133 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 508975369 [select, 421 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02480bea0}, {0xc03b1ecc60, 0x28}, 0xc03fdb1a40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 304289566 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc034cc9ef0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01831c4b0, 0x28}, {0x3999930, 0xc034cc9ef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 304289635 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743172643 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 209461446 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc030fb7090}, 0xc021e1b4a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 209461443 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 660512368 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc031db6cd0}, {0xc007ef28d0, 0x28}, 0xc037028fc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 18405974 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0374b00f0}, {0xc0345eb080, 0x28}, 0xc033e7bc80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 505919257 [select, 414 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02682eb60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 505919076 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 743172675 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 15483717 [select, 1399 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 15483801 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 366411905 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0352713b0}, {0xc0368fe360, 0x28}, 0xc03539c900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 438981970 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc021788000, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01e2b7650, 0x28}, {0x3999930, 0xc021788000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 438981712 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 713249130 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03e2ec140}, 0xc02059a4b0, 0xc03b0e8bc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 713249129 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 13330543 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc036124af0}, 0xc00e477590, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 13330540 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 12419815 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0265d3cc0}, 0xc02171fef0, 0xc01f938b00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 12419813 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 325914870 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02dc54e10}, 0xc00b7f3590, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 325914867 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 742819636 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d09988, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ef00?, 0xc07c7707e2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035ef00, {0xc07c5e0f5a, 0x1a6233, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035ef00, {0xc07c5e0f5a?, 0x2?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f550, {0xc07c5e0f5a?, 0x481718?, 0xc00ac31830?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc04a548040?}, {0xc07c5e0f5a?, 0x4?, 0xc00558b478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc04a548040, {0xc07c5e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc044da49e0, {0xc07c5e0000, 0x1a718d, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc051bd6900, {0xc07c5e0000?, 0xc00558b570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc044da49a0, 0x1a718d, {0xc07c5e0000, 0x1a718d, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07c5e0000?, {0xc07c5e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc044da49a0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc044da49a0?}, 0xc0373f432a?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc044da49a0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03e8c2881, 0x9}, {0x3977a90, 0xc044da49a0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc044da49a0}, 0xc00db31000?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc044da49a0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc044da49a0}, 0xc00db31000) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0423da600?}, {0x3977a90?, 0xc044da49a0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac31830, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 680924324 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0188341a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 680924246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 169057861 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc039960370}, 0xc02110aa50, 0xc03ac18340?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 169057860 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 592426840 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc024258dc0}, 0xc01c0254a0, 0x7?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 592426838 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 16309739 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc017ce60f0}, 0xc0133c8e10, 0xc032f08800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16309737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 288705261 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc01c10dbd0}, 0xc00c9585a0, 0xc041a05280?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 288705260 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 556410556 [IO wait]: -internal/poll.runtime_pollWait(0x7f301b499710, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03f150b00?, 0xc00fd06800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03f150b00, {0xc00fd06800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03f150b00, {0xc00fd06800?, 0x419e10?, 0x7f?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02f8a2808, {0xc00fd06800?, 0x7f3320461498?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc022f6d590}, {0xc00fd06800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03ae31580, {0xc0033d6000, 0x400, 0xc00209cd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc047283680, {0xc01b554800, 0x1, 0x7f3323dea3f0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dd27e90) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dd27e90}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00209cf60, {0x3988280, 0xc039ac7c40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01e3ec820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 556410923 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 2729100 [select, 1437 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 2728734 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 512380646 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02867dd90, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03075fa40, 0x28}, {0x3999930, 0xc02867dd90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 512380310 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 12419816 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0265d3cc0}, 0xc02171fef0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 12419813 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 191757311 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03c2b1810}, 0xc01fcd0e10, 0xc030eee680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 191757309 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 304289565 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02d2b68c0, {0x398cc68, 0xc02f164730}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 304289635 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 554207142 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0238e37c0}, 0xc019207a40, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 554207139 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 743090531 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193628, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791080?, 0xc02fd579f1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a791080, {0xc02fd579f1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a791080, {0xc02fd579f1?, 0xc03c086f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449160, {0xc02fd579f1?, 0xc03681bec0?, 0xc012df0778?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc02fd579e0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819721 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 562135594 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc034cada90}, 0xc00cf52780, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 562135591 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 76915914 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03b3c2730}, 0xc0073a3d10, 0xc01243b880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 76915912 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 497475154 [runnable]: -internal/poll.runtime_pollWait(0x7f301ac06498, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0419e1d00?, 0xc04cfa7800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0419e1d00, {0xc04cfa7800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0419e1d00, {0xc04cfa7800?, 0x419e10?, 0xc03c2d8aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02ffacb98, {0xc04cfa7800?, 0x7f301ac29e08?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03ac69c80}, {0xc04cfa7800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc04a6bc480, {0xc00ebc4400, 0x400, 0xc03c2d8d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03e60a000, {0xc05a0ae824, 0x1, 0x7f3323717510?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04e09d5f0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04e09d5f0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03c2d8f60, {0x3988280, 0xc035f9f5d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc032a84000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 497475039 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 26738938 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0348b8150, 0x28}, {0x3999930, 0xc0358940b0}, {0x398de90, 0xc0369caf00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 26738886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 16289370 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc038f95860, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 16289527 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 742819392 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e4cc0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc040b3d200?, 0xc0794e151a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc040b3d200, {0xc0793e0f5a, 0x1f6d5e, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc040b3d200, {0xc0793e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034492628, {0xc0793e0f5a?, 0x2?, 0xc00deb1a70?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0494280c0?}, {0xc0793e0f5a?, 0x4?, 0xc0069bd478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0494280c0, {0xc0793e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc0108549e0, {0xc0793e0000, 0x1f7cb8, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc057619b40, {0xc0793e0000?, 0x4ff6e10?, 0xc0069bd5a8?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc0108549a0, 0x1f7cb8, {0xc0793e0000, 0x1f7cb8, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0793e0000?, {0xc0793e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc0108549a0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc0108549a0?}, 0xc02a4f6d50?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc0108549a0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03c4111b1, 0x9}, {0x3977a90, 0xc0108549a0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc0108549a0}, 0xc00a559d00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc0108549a0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc0108549a0}, 0xc00a559d00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03bd152c0?}, {0x3977a90?, 0xc0108549a0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00deb1a70, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 17215122 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc032c21090}, {0xc040fd3ef0, 0x28}, 0xc000bfe180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 202388688 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc034e7cea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 202389427 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 693765967 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0382cf1e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 693765007 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 325914750 [select, 766 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc033dfe0f0}, {0xc03210c630, 0x28}, 0xc030eee680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 713249274 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02cde40a0}, {0xc02fec7aa0, 0x28}, 0xc02f2bfcc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 15487516 [select, 1399 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 15487557 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 95901240 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0350e6a00}, 0xc00e5a61e0, 0xc0402c1f40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 95901239 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 9515354 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02d174d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 9515520 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 20528810 [select, 1386 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 20528015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 12419774 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0382572c0, {0x398cc68, 0xc035caa820}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 12419761 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 366412278 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc030da25a0}, 0xc02e6302d0, 0xc036cab840?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 366412277 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 81416270 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0409a6640}, 0xc0086ecc30, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 81416503 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 12419773 [select, 1407 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc035caa730}, {0xc03049cd80, 0x28}, 0xc037028fc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742426737 [select, 1 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02faeff28, 0x28}, {0x3999930?, 0xc030f63340}, 0x23?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 595368782 [IO wait, 259 minutes]: -internal/poll.runtime_pollWait(0x7f33238ecbf8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03d8ed780?, 0xc01ae421cc?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03d8ed780, {0xc01ae421cc, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03d8ed780, {0xc01ae421cc?, 0xc017a9f960?, 0x20?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc014e75f70, {0xc01ae421cc?, 0xc02ed155a0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc041120e70) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc041120e70}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03a358ef0, {0x3985c90, 0xc0356c6400}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc02ed15770?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc02ed157d0?, 0x15ffb85?, 0xc022561560) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 595368780 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 20528366 [sleep]: -time.Sleep(0x5f5e100) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataForCatchup(0xc00048f980, {0x398cc68, 0xc02087a3c0}, 0xc04c8d4000, 0xc04a853220, 0xc025f8f0e0, 0xc038829b20?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:509 +0xa47 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02087a3c0}, 0xc025f8f0e0, 0xc03743c700?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:586 +0x3e6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 20528365 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 308631495 [select, 799 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc01fbf1720}, {0xc02d4a0f90, 0x28}, 0xc04b658540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 176777426 [select, 1051 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 176777063 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 734184729 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc040880820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 734183782 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 138325988 [select, 1128 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 138325924 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 81416444 [select, 1249 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0143498b0}, {0xc0358b89f0, 0x28}, 0xc03ede7200?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 561096942 [select, 322 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0297e15e8, 0x28}, {0x3999930?, 0xc0220afd90}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 10178623 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0349f24d0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02f36b590, 0x28}, {0x3999930, 0xc0349f24d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 10178467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 586695276 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03b4ea000}, 0xc00d24c2d0, 0xc031a53340?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 586695275 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 12419775 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc001f8c370, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03049cd80, 0x28}, {0x3999930, 0xc001f8c370}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 12419761 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 228478423 [IO wait]: -internal/poll.runtime_pollWait(0x7f33231e92d0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04e538180?, 0xc01d8fd800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04e538180, {0xc01d8fd800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04e538180, {0xc01d8fd800?, 0x419e10?, 0x428f9c?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0542ae5e8, {0xc01d8fd800?, 0x4216d6?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0368cc210}, {0xc01d8fd800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03a5d7980, {0xc020f64c00, 0x400, 0xc02f6a1d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc029f90060, {0xc01baa4400, 0x1, 0x7f301a975e98?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc036946240) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc036946240}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc02f6a1f60, {0x3988280, 0xc02ec8e230}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc035784ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 228478388 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 12419761 [select, 1407 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03049cd80, 0x28}, {0x3999930?, 0xc001f8c370}, 0xc01bb8f780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc001f8c370}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 272323929 [select, 870 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc034bdb800, 0x28}, {0x3999930?, 0xc03364ca50}, 0xc01b55a0c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03364ca50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 278757707 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03214fe90, 0x28}, {0x3999930, 0xc041f03340}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 278756934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 76915911 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03bbf8ba0, 0x28}, {0x3999930, 0xc03aafa580}, {0x398de90, 0xc042bd3200}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 76915105 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 743172660 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 742819718 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193910, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790c00?, 0xc07b920f3a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790c00, {0xc07b7e0f5a, 0x1a8a78, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790c00, {0xc07b7e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449148, {0xc07b7e0f5a?, 0x481718?, 0xc00e2f8990?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc042aab740?}, {0xc07b7e0f5a?, 0x4?, 0xc003f37478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc042aab740, {0xc07b7e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc010854ba0, {0xc07b7e0000, 0x1a99d2, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc057619f80, {0xc07b7e0000?, 0xc003f37570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc010854b60, 0x1a99d2, {0xc07b7e0000, 0x1a99d2, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07b7e0000?, {0xc07b7e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc010854b60}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc010854b60?}, 0xc02a4f7410?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc010854b60?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03c411361, 0x9}, {0x3977a90, 0xc010854b60}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc010854b60}, 0xc00a559f00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc010854b60?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc010854b60}, 0xc00a559f00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc046247860?}, {0x3977a90?, 0xc010854b60?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8990, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 12648328 [select, 1406 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0352c4e60}, {0xc031274750, 0x28}, 0xc03ee10480?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 717886063 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc030a6b280, {0x398cc68, 0xc00ac57860}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 717884911 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 12648374 [runnable]: -internal/poll.runtime_pollWait(0x7f301a9ffa00, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01c7d3400?, 0xc015679000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01c7d3400, {0xc015679000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01c7d3400, {0xc015679000?, 0x419e10?, 0xc01ca24aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc022c5bc38, {0xc015679000?, 0xc04d3151a0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc035e8ce70}, {0xc015679000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01c7d3480, {0xc0095ca400, 0x400, 0xc01ca24d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01f2be1e0, {0xc0185a36ff, 0x1, 0x7f3323ed6bf8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d296d20) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d296d20}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01ca24f60, {0x3988280, 0xc040b35a00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc025fc9a00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 12648120 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 595368780 [chan receive, 259 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc0165ed638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc014e75f70}, 0xc03ef88ac0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc014e75f70}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 419 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 682263793 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0308da580, {0x398cc68, 0xc03eccda40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 682263194 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 13330472 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0422ef040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 431 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 743090299 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec530, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ed00?, 0xc037e74221?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035ed00, {0xc037e74221, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035ed00, {0xc037e74221?, 0xc02388b728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f530, {0xc037e74221?, 0x471cd0?, 0xc012b99300?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc037e74210) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819296 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 661899930 [select, 141 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0440fa190}, {0xc03b45f3e0, 0x28}, 0xc00a7c2dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819641 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d094b0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035f180?, 0xc07f281dea?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035f180, {0xc07f1e0f5a, 0x1b08d0, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035f180, {0xc07f1e0f5a?, 0x357a796571346d68?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f578, {0xc07f1e0f5a?, 0x481718?, 0xc00ac31b00?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0350bc840?}, {0xc07f1e0f5a?, 0x4?, 0xc005587478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0350bc840, {0xc07f1e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc02293cba0, {0xc07f1e0000, 0x1b182a, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04e0d5c40, {0xc07f1e0000?, 0xc005587570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc02293cb60, 0x1b182a, {0xc07f1e0000, 0x1b182a, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07f1e0000?, {0xc07f1e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc02293cb60}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc02293cb60?}, 0xc0377af440?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc02293cb60?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc012198761, 0x9}, {0x3977a90, 0xc02293cb60}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc02293cb60}, 0xc00655d400?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc02293cb60?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc02293cb60}, 0xc00655d400) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc046807800?}, {0x3977a90?, 0xc02293cb60?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac31b00, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 20528015 [select, 1386 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc01b7b7b60, 0x28}, {0x3999930?, 0xc03b731970}, 0xc01a23a1b0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03b731970}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 717533484 [select, 44 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0478a3900}, {0xc03a7c36b0, 0x28}, 0xc03c5c3a80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 16289635 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02f44b270}, 0xc02d8f5a40, 0xc040e03d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 16289634 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 9666514 [chan receive, 1415 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc02d0bb638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc042669818}, 0xc03f22bb40) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc042669818}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 430 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 10484602 [chan receive, 1413 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc009239638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc0414dc3c0}, 0xc038e44cc0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc0414dc3c0}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 422 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 17214848 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc040fd3ef0, 0x28}, {0x3999930, 0xc03e8a5340}, {0x398de90, 0xc03c571900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 17214044 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 113770846 [runnable]: -internal/poll.runtime_pollWait(0x7f33231e9e70, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01a6ebd00?, 0xc01029b800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01a6ebd00, {0xc01029b800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01a6ebd00, {0xc01029b800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02419f410, {0xc01029b800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc046668900}, {0xc01029b800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc00bdf7780, {0xc025890000, 0x400, 0xc038510d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc00bfc7d40, {0xc01bbefbb1, 0x1, 0x7f3320ed29f0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04e19a060) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04e19a060}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc038510f60, {0x3988280, 0xc041141c30}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0459f6d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 113770867 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 734184732 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc000730600, {0x398cc68, 0xc03bf86a00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 734183782 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 497475158 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03adf9d60}, 0xc00891eb40, 0xc0242ec2c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 497475156 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 156330432 [select, 1092 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 156330133 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 659082963 [select, 146 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03fb966f0, 0x28}, {0x3999930?, 0xc01d4f0210}, 0xc0259f6980?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc01d4f0210}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 363905926 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0468abe30, 0x28}, {0x3999930, 0xc0355f8f20}, {0x398de90, 0xc035e4e6c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 363905892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 52273294 [select, 1313 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc026a176b0, 0x28}, {0x3999930?, 0xc034cc80b0}, 0xc024e77bb0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc034cc80b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 202388689 [runnable]: -internal/poll.runtime_pollWait(0x7f33231e9d78, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0467a5680?, 0xc02cf57800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0467a5680, {0xc02cf57800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0467a5680, {0xc02cf57800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0414dd5f8, {0xc02cf57800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0304d7980}, {0xc02cf57800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc018f7a880, {0xc016291400, 0x400, 0xc0417d9d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02f16b200, {0xc029c48662, 0x1, 0x7f33204db500?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04da04390) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04da04390}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0417d9f60, {0x3988280, 0xc04fd2e310}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc034e7cea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 202389427 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 76915891 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03e61ad20}, {0xc03bbf8ba0, 0x28}, 0xc020ae1dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 734185237 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc047c21680}, {0xc02c75ff50, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 287587209 [select, 840 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 287587236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 304289527 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03388e9c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 304289635 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 71863561 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0241229c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 71863577 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 561097239 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02633e2d0}, {0xc0297e15e8, 0x28}, 0xc02263a2c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 562135592 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc034cada90}, 0xc00cf52780, 0xc037276b00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 562135591 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 17215125 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc032c21130}, 0xc010390e10, 0xc03dde5d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 17215123 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 256340456 [select, 899 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 256338785 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 17214846 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03c571900, {0x398cc68, 0xc032c20eb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 17214044 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 519277673 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc042217d10}, 0xc0342a0c30, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 519277670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 558644816 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc05f1253b0}, 0xc00866cff0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 558644813 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 256340129 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0364ba870}, 0xc01b0562d0, 0xc03639f200?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 256340128 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 743172647 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 283977582 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0326bc040, {0x398cc68, 0xc035c6c280}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 283977572 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 256340455 [IO wait]: -internal/poll.runtime_pollWait(0x7f33238ec248, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc017ed8b80?, 0xc0535c2000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc017ed8b80, {0xc0535c2000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc017ed8b80, {0xc0535c2000?, 0x419e10?, 0x3f?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03d549bd0, {0xc0535c2000?, 0x7f3320400bd8?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc032482390}, {0xc0535c2000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc017ed8e00, {0xc01e7e6c00, 0x400, 0xc01a825d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0359db500, {0xc0177a8f94, 0x1, 0x7f332339ba00?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d9ca6f0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d9ca6f0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01a825f60, {0x3988280, 0xc02f734980}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01ecc8340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 256338785 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 76915803 [select, 1259 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03a662230}, {0xc03bbf8ba0, 0x28}, 0xc03dca2c80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 660512468 [select, 143 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03b2218b0}, {0xc007ef28d0, 0x28}, 0xc0308bf980?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 554207086 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc035e3b240, {0x398cc68, 0xc030fe7360}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 554206550 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 256340563 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0364ba870}, 0xc01b0562d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 256340128 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 366412280 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc030da25a0}, 0xc02e6302d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 366412277 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 592426884 [select, 264 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc024f47d60}, {0xc036ce5260, 0x28}, 0xc03b0e8bc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 711461467 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03ff2c580, {0x398cc68, 0xc025aaa820}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 711461147 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 512380643 [runnable]: -internal/poll.runtime_pollWait(0x7f300f0c4888, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0477b9180?, 0xc02cf56000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0477b9180, {0xc02cf56000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0477b9180, {0xc02cf56000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc01eef4a58, {0xc02cf56000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0438642d0}, {0xc02cf56000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc04052b680, {0xc0268f5800, 0x400, 0xc03c2e9d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc03924ec00, {0xc0173ded74, 0x1, 0x7f332060d498?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d306930) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d306930}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03c2e9f60, {0x3988280, 0xc00b4b2f10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03eb1a1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 512380310 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 492438032 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc025aa0f00}, 0xc03d3ffd10, 0xc03c2236c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 492438596 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 278757703 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01e3ed380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 278756934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 209461400 [runnable]: -internal/poll.runtime_pollWait(0x7f33a80407f0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc054719a80?, 0xc0232eb000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc054719a80, {0xc0232eb000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc054719a80, {0xc0232eb000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc038bc7ab0, {0xc0232eb000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc035ccccc0}, {0xc0232eb000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc054719b00, {0xc031a75c00, 0x400, 0xc0390cbd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc025b87260, {0xc0299a2ecd, 0x1, 0x7f33bc0459a0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d78d500) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d78d500}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0390cbf60, {0x3988280, 0xc02f550d80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00a556680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 209461275 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 15487039 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02d8b0870}, 0xc021d752c0, 0xc02153a100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15487037 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 287587231 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03be33da0, 0x28}, {0x3999930, 0xc036c0a000}, {0x398de90, 0xc03c366ac0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 287587236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 69603729 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03ef2f590}, 0xc0143c0000, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 69603726 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 410165802 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0343efac0, {0x398cc68, 0xc03ee9a730}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 410165373 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 169057784 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03d9f46c0, 0x28}, {0x3999930, 0xc03c981c30}, {0x398de90, 0xc03b5f5dc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 169057831 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 69603884 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02082bf40}, {0xc02c75f380, 0x28}, 0xc03a06cb40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 283977579 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc026bb4820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 283977572 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 688494063 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc030253290, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc033e3e8a0, 0x28}, {0x3999930, 0xc030253290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 688494325 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 272323580 [select, 870 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 272323929 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 660512452 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02a4fd100, {0x398cc68, 0xc024b2d4a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 660511838 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743090402 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec438, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ed80?, 0xc037e743a1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035ed80, {0xc037e743a1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035ed80, {0xc037e743a1?, 0xc01844f7f8?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f538, {0xc037e743a1?, 0xc00c513fb0?, 0xc00c513f90?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc037e74390) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819297 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 18406069 [select, 1391 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 18405928 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 742819716 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193b00, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790b00?, 0xc079ac180a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790b00, {0xc0799e0f5a, 0x1a3190, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790b00, {0xc0799e0f5a?, 0x8c1ba9d0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449138, {0xc0799e0f5a?, 0x481718?, 0xc00e2f8870?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03e9c6980?}, {0xc0799e0f5a?, 0x4?, 0xc0023f1478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03e9c6980, {0xc0799e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039cdb0e0, {0xc0799e0000, 0x1a40ea, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc02f10c040, {0xc0799e0000?, 0xc0023f1570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039cdb0a0, 0x1a40ea, {0xc0799e0000, 0x1a40ea, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0799e0000?, {0xc0799e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039cdb0a0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039cdb0a0?}, 0xc04155c5a0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039cdb0a0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03b408851, 0x9}, {0x3977a90, 0xc039cdb0a0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039cdb0a0}, 0xc00bc24a00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039cdb0a0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039cdb0a0}, 0xc00bc24a00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e1a1bf0?}, {0x3977a90?, 0xc039cdb0a0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8870, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 304289682 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc01f4c45f0}, 0xc011983d10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 304289439 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 12674967 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03db78e60}, 0xc0204aa780, 0xc03c5fba40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 12674966 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 156330566 [select, 1092 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03825aa00}, {0xc03915c840, 0x28}, 0xc02f235fb8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 709147271 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc024ba6800, {0x398cc68, 0xc031659090}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 709146193 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 554207083 [runnable]: -internal/poll.runtime_pollWait(0x7f301841edb0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03cb2bd00?, 0xc015678000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03cb2bd00, {0xc015678000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03cb2bd00, {0xc015678000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc039ceac28, {0xc015678000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0244ab2f0}, {0xc015678000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03e09b600, {0xc00d6d5800, 0x400, 0xc0388e6d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc035e39b60, {0xc020a17ddc, 0x1, 0x7f3320603078?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d4c9140) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d4c9140}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc0388e6f60, {0x3988280, 0xc01d81ece0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02f188680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 554206550 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 176777152 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03cb0f8b0}, 0xc035e2aff0, 0xc0335bc580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 176777151 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 687644934 [select, 96 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc041e6cbd0, 0x28}, {0x3999930?, 0xc02ef19600}, 0xc01700f1a2?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02ef19600}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 325914765 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc021526320}, {0xc03210c630, 0x28}, 0xc04038fd00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 12674907 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0346c7380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 12674689 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 156330133 [select, 1092 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03915c840, 0x28}, {0x3999930?, 0xc03f3bf760}, 0xc01a52b4e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03f3bf760}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 95901116 [select, 1218 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03483a2a0, 0x28}, {0x3999930?, 0xc037080420}, 0xc0182581d4?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc037080420}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 15487519 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03001d8f0, 0x28}, {0x3999930, 0xc026efca50}, {0x398de90, 0xc03b2bf1c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 15487557 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 228478431 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03b3c3360}, 0xc010d9b590, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 228478428 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 235558835 [select, 938 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 235557816 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 176777429 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc031907410, 0x28}, {0x3999930, 0xc0343420b0}, {0x398de90, 0xc041070b00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 176777063 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 743090338 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec628, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ec80?, 0xc037e740a1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035ec80, {0xc037e740a1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035ec80, {0xc037e740a1?, 0xc024edc728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f528, {0xc037e740a1?, 0xc0000c8060?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc037e74090) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819295 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 737997262 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc041211950}, 0xc023673e00, 0xc03dde5d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 737997261 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 734053860 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02d55d270}, 0xc00cb98c30, 0xc0214186e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 734053859 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 20528813 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01b7b7b60, 0x28}, {0x3999930, 0xc03b731970}, {0x398de90, 0xc03aa8cd00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 20528015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 519277600 [select, 401 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03dcafe00, 0x28}, {0x3999930?, 0xc02edb66e0}, 0xc02994c390?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02edb66e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 508975230 [select, 421 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 508975021 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 717886060 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc030712ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 717884911 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 734053775 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0207f41e0}, {0xc03629b290, 0x28}, 0xc0415f7580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 544659712 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc037d08720, 0x28}, {0x3999930, 0xc04124cbb0}, {0x398de90, 0xc02c83b480}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 544659399 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 554207025 [select, 335 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03ed6a190}, {0xc02447e1b0, 0x28}, 0xc0316d1f00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 734053712 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03629b290, 0x28}, {0x3999930, 0xc042abe6e0}, {0x398de90, 0xc01ee81840}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 734052498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 287587208 [runnable]: -internal/poll.runtime_pollWait(0x7f301b499330, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02f0fb600?, 0xc0146e2800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02f0fb600, {0xc0146e2800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02f0fb600, {0xc0146e2800?, 0x419e10?, 0x428f9c?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc040b784b8, {0xc0146e2800?, 0x4216d6?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc024b91500}, {0xc0146e2800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc02f0fb680, {0xc003f1f800, 0x400, 0xc03588fd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0240c8de0, {0xc019c1fcb8, 0x1, 0x7f33bc16c588?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04de28a80) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04de28a80}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03588ff60, {0x3988280, 0xc01cf32890}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01ef3f6c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 287587236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 16289376 [select, 1397 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc031a4c5f0}, {0xc03d4aa420, 0x28}, 0xc035bd5780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 169057862 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc039960370}, 0xc02110aa50, 0xc040e03d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 169057860 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 621972389 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0363786e0}, {0xc0180697a0, 0x28}, 0xc040b3bb40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 586273069 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0160fa740, {0x398cc68, 0xc039af8820}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 586273047 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 17214843 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc035784680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 17214044 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 126219809 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc020622320}, 0xc02fc99d10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 126219806 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 556410559 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc036d98160, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0159929f0, 0x28}, {0x3999930, 0xc036d98160}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 556410923 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 15487643 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc034ddfbd0}, 0xc02f1be690, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15487640 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 16309892 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc037f5af20, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02447fe00, 0x28}, {0x3999930, 0xc037f5af20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 16309487 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 711461519 [IO wait]: -internal/poll.runtime_pollWait(0x7f33231e97a8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc036667c00?, 0xc015100000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc036667c00, {0xc015100000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc036667c00, {0xc015100000?, 0x419e10?, 0xc01edaaaa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02e93ff50, {0xc015100000?, 0xc0559c77a0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc049e40b10}, {0xc015100000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc019627100, {0xc03348ec00, 0x400, 0xc01edaad18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc040725560, {0xc025c9201c, 0x1, 0x7f301a96b848?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d8e3e00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d8e3e00}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01edaaf60, {0x3988280, 0xc04f15aa80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc036b30340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 711461147 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 15506950 [select, 1399 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 15506982 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 562135668 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc041055ad0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc007e9e4c8, 0x28}, {0x3999930, 0xc041055ad0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 562135666 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 400671258 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc008113c70}, 0xc02cada780, 0xc02478a380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 400671256 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 743090438 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191a10, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a680?, 0xc03e1a0fa1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a680, {0xc03e1a0fa1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a680, {0xc03e1a0fa1?, 0xc0034e3f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449048, {0xc03e1a0fa1?, 0xc0034e3fd0?, 0x9f6e00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e1a0f90) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819686 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 202388956 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0257493c0, {0x398cc68, 0xc030fe70e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 202389427 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 76915908 [select, 1259 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 76915105 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 592426914 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0244d6340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 592420582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 743090272 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d09798, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035f000?, 0xc043e9d121?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035f000, {0xc043e9d121, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035f000, {0xc043e9d121?, 0xc01bc31728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f560, {0xc043e9d121?, 0xc030f11860?, 0xc012445a00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc043e9d110) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819638 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743172630 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 241490170 [select, 811 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0320049c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 241489926 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 729781220 [select, 22 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03edd4ff0, 0x28}, {0x3999930?, 0xc036be7b80}, 0xc017485290?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc036be7b80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 586273071 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc035f7fb90, 0x28}, {0x3999930, 0xc02f83a420}, {0x398de90, 0xc0160fa740}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 586273047 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 276561043 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03a01af90, 0x28}, {0x3999930, 0xc0421f88f0}, {0x398de90, 0xc039d866c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 276559670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 693766019 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc033bd42d0}, {0xc02ecc55f0, 0x28}, 0xc032524640?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 743090374 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193910, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790c00?, 0xc046247871?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790c00, {0xc046247871, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790c00, {0xc046247871?, 0xc03b93af28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449148, {0xc046247871?, 0x471cd0?, 0xc02530c100?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc046247860) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819718 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 15486913 [select, 1399 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 15485990 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 743172494 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 16289372 [select, 1397 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 16289527 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 15487514 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc005748000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 15487557 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 15506988 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc04185aa50}, 0xc017ee81e0, 0xc033500dc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15506987 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 15483716 [runnable]: -internal/poll.runtime_pollWait(0x7f300f0c45a0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01ad61100?, 0xc04ccd4000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01ad61100, {0xc04ccd4000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01ad61100, {0xc04ccd4000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc020beaee8, {0xc04ccd4000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03c787e60}, {0xc04ccd4000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01c392b80, {0xc03501e400, 0x400, 0xc033cc8d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0213f2f00, {0xc01ae6ee6e, 0x1, 0x7f33232bfe10?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d249f20) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d249f20}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc033cc8f60, {0x3988280, 0xc04c783850}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01f4c8340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 15483801 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 26738937 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0358940b0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0348b8150, 0x28}, {0x3999930, 0xc0358940b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 26738886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 525868442 [select, 389 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc040a0b1d0, 0x28}, {0x3999930?, 0xc03509e000}, 0xc0187c36f0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03509e000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 690307861 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02e9f9040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 690305886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 71863648 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc030c8a750, 0x28}, {0x3999930, 0xc0337edb80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 71863577 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743090300 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191728, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a800?, 0xc0423da311?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a800, {0xc0423da311, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a800, {0xc0423da311?, 0xc000da5728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449060, {0xc0423da311?, 0xc0305dd501?, 0xc03badf300?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0423da300) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819689 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 283977583 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00e81fd10, 0x28}, {0x3999930, 0xc0375a42c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 283977572 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 700825543 [select, 73 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc01cc38b98, 0x28}, {0x3999930?, 0xc023e2b3f0}, 0xc0402c1f40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 743090347 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d09890, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ef80?, 0xc0423da491?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035ef80, {0xc0423da491, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035ef80, {0xc0423da491?, 0x40d489?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f558, {0xc0423da491?, 0xc0000c8060?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0423da480) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819637 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 271674358 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc021175900}, 0xc01e383ef0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 271674355 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 18406074 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc01f9b4140}, 0xc0068bba40, 0xc043226b40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 18406073 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 742819293 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec818, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035eb80?, 0xc0767c008a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035eb80, {0xc0765e0f5a, 0x1fc593, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035eb80, {0xc0765e0f5a?, 0x6478456a4d33497a?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f518, {0xc0765e0f5a?, 0x481718?, 0xc00ac31440?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0395de0c0?}, {0xc0765e0f5a?, 0x4?, 0xc0117ed478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0395de0c0, {0xc0765e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc00a3d7000, {0xc0765e0000, 0x1fd4ed, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc053b7cfc0, {0xc0765e0000?, 0xc0117ed570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc00a3d6fc0, 0x1fd4ed, {0xc0765e0000, 0x1fd4ed, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0765e0000?, {0xc0765e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc00a3d6fc0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc00a3d6fc0?}, 0xc02c7878f0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc00a3d6fc0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0087a58d1, 0x9}, {0x3977a90, 0xc00a3d6fc0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc00a3d6fc0}, 0xc00dbdce00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc00a3d6fc0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc00a3d6fc0}, 0xc00dbdce00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc04428fd70?}, {0x3977a90?, 0xc00a3d6fc0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac31440, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 742819518 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d091c8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a080?, 0xc074430272?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a080, {0xc0742e0f5a, 0x1f97a0, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a080, {0xc0742e0f5a?, 0x73466d6470563263?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449008, {0xc0742e0f5a?, 0x481718?, 0xc00e287290?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0422e45c0?}, {0xc0742e0f5a?, 0x4?, 0xc001e0b478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0422e45c0, {0xc0742e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc00a3d6f20, {0xc0742e0000, 0x1fa6fa, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc053b7ca00, {0xc0742e0000?, 0xc001e0b570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc00a3d6ee0, 0x1fa6fa, {0xc0742e0000, 0x1fa6fa, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0742e0000?, {0xc0742e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc00a3d6ee0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc00a3d6ee0?}, 0x41adfe?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc00a3d6ee0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0087a57e1, 0x9}, {0x3977a90, 0xc00a3d6ee0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc00a3d6ee0}, 0xc00dbdcd00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc00a3d6ee0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc00a3d6ee0}, 0xc00dbdcd00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e958210?}, {0x3977a90?, 0xc00a3d6ee0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287290, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 15483811 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02957cfa0}, 0xc0029a8870, 0xc037cc8240?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 15483473 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 81416430 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02cde5310}, {0xc0358b89f0, 0x28}, 0xc041cb1a80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 271674372 [select, 871 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 271672873 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 586273024 [select, 275 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0339f6f00}, {0xc035f7fb90, 0x28}, 0xc03acd1880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 15483677 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0008b00b0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc030293ad0, 0x28}, {0x3999930, 0xc0008b00b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 15483801 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 20528808 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc000d5a820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 20528015 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 17214847 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc040fd3ef0, 0x28}, {0x3999930, 0xc03e8a5340}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 17214044 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743172612 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 137870222 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc024dbe690}, {0xc02c9c66c0, 0x28}, 0x1a?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 16309827 [select, 1397 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc031f64190}, {0xc02447fe00, 0x28}, 0xc02fff9200?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819554 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e4ad0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc040b3d300?, 0xc0804d1692?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc040b3d300, {0xc0803e0f5a, 0x1b2766, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc040b3d300, {0xc0803e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034492638, {0xc0803e0f5a?, 0x481718?, 0xc00deb1b90?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0494281c0?}, {0xc0803e0f5a?, 0x4?, 0xc0117ef478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0494281c0, {0xc0803e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc026b68f20, {0xc0803e0000, 0x1b36c0, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc052630900, {0xc0803e0000?, 0xc0117ef570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc026b68ee0, 0x1b36c0, {0xc0803e0000, 0x1b36c0, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0803e0000?, {0xc0803e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc026b68ee0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc026b68ee0?}, 0xc03dad2ed0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc026b68ee0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc05519b1b1, 0x9}, {0x3977a90, 0xc026b68ee0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc026b68ee0}, 0xc00ec33c00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc026b68ee0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc026b68ee0}, 0xc00ec33c00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03bd154a0?}, {0x3977a90?, 0xc026b68ee0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00deb1b90, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 15487651 [select, 1399 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02a203680}, {0xc03001d8f0, 0x28}, 0xc03ff66c80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 693765968 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0382cf1e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 693765007 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 561096940 [runnable]: -internal/poll.runtime_pollWait(0x7f33238ebf60, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc035c59b80?, 0xc0026ac000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc035c59b80, {0xc0026ac000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc035c59b80, {0xc0026ac000?, 0x89b36111c5cf4c61?, 0xc04bf5d500?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc04769c558, {0xc0026ac000?, 0x25d8c80?, 0xc036f6a180?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc04769c558}, {0xc0026ac000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc035722880, {0xc01fd5e800, 0x400, 0xc03fbf0d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02ea02720, {0xc0299a3e5d, 0x1, 0x7f3011f09ef0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dff5ec0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dff5ec0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03fbf0f60, {0x3988280, 0xc0210198d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0265d6ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 688494061 [select, 94 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 688494325 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 694502857 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc026477360}, 0xc0109dc780, 0xc035bf7fc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 694502855 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 18406072 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0345eb080, 0x28}, {0x3999930, 0xc020aebef0}, {0x398de90, 0xc04b659b80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 18405928 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 742819705 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691926a8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790480?, 0xc00e9b0000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790480, {0xc00e9b0000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790480, {0xc00e9b0000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490e0, {0xc00e9b0000?, 0x0?, 0xc0430b3dd8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc0430b3dd0, {0xc00e9b0000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc033d6f380) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc033d6f380, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00e2f8240, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 241691030 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc04333fc70}, {0xc03564af60, 0x28}, 0xc040e03d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 659083015 [runnable]: -internal/poll.runtime_pollWait(0x7f33231e9b88, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc05e9ac080?, 0xc01029a800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc05e9ac080, {0xc01029a800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc05e9ac080, {0xc01029a800?, 0x419e10?, 0xc00336caa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc030ea42a8, {0xc01029a800?, 0xc0559c77a0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc054d53470}, {0xc01029a800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc05e9ac100, {0xc0268f5400, 0x400, 0xc00336cd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc023622ae0, {0xc053af82af, 0x1, 0x7f301b5a7fc8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04ce49620) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04ce49620}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00336cf60, {0x3988280, 0xc051d502e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc021e3ab60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 659082963 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 26738846 [select, 1371 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc040c53ef0}, {0xc0348b8150, 0x28}, 0xc000730c80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 126219778 [select, 1154 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03ae320c0, 0x28}, {0x3999930?, 0xc038fcbc30}, 0xc019bb8ae0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc038fcbc30}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 137870329 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc023cee960}, 0xc00b280c30, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 137870408 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 259431678 [select, 788 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03388eb60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 259431639 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 230116582 [select, 948 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc037f82660, 0x28}, {0x3999930?, 0xc02edbafd0}, 0xc017ea1990?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02edbafd0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 742901933 [select]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 742901525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 464964237 [select, 442 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc04113dba0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 464964234 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 466226953 [select, 433 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02f319040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 466226896 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 16309893 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02447fe00, 0x28}, {0x3999930, 0xc037f5af20}, {0x398de90, 0xc03c5c3b00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 16309487 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 17215124 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc032c21130}, 0xc010390e10, 0xc033b17000?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 17215123 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 76915913 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03b3c2730}, 0xc0073a3d10, 0xc048404540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 76915912 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 585336193 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03f0d4e00, {0x398cc68, 0xc0078fd900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 585336192 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 561097250 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0220afd90, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0297e15e8, 0x28}, {0x3999930, 0xc0220afd90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 561096942 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 271674370 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01bdde680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 271672873 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 743090298 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d093b8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03752ad80?, 0xc032971f01?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03752ad80, {0xc032971f01, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03752ad80, {0xc032971f01?, 0xc022806f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025448ff8, {0xc032971f01?, 0xc015b175e0?, 0x17f9f80?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc032971ef0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819516 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 235558836 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03dd6bf00, {0x398cc68, 0xc0339f65f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 235557816 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 273013449 [select, 868 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc021e3a1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 273010652 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 17214044 [select, 1394 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc040fd3ef0, 0x28}, {0x3999930?, 0xc03e8a5340}, 0xc01a7229b4?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03e8a5340}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 731861907 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0331e1900}, 0xc012b28870, 0xc04851ef80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 731861753 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 688494562 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02374d540}, {0xc033e3e8a0, 0x28}, 0xc035bd5780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 275607001 [select, 861 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc021d32b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 275605639 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 512380658 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02d409590}, {0xc03075fa40, 0x28}, 0xc040cdd940?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 737997404 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03dbb7ec0, 0x28}, {0x3999930, 0xc0375fe160}, {0x398de90, 0xc0349a80c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 737995467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 272323579 [IO wait]: -internal/poll.runtime_pollWait(0x7f30181e3e80, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01f770500?, 0xc0412b0000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01f770500, {0xc0412b0000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01f770500, {0xc0412b0000?, 0x419e10?, 0x17f?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc030fc88a0, {0xc0412b0000?, 0x7f3320967558?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0366e7920}, {0xc0412b0000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0329c9300, {0xc030b44400, 0x400, 0xc01065cd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc033dce240, {0xc0188f0abb, 0x1, 0x7f30184ec0e8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc0527932c0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc0527932c0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01065cf60, {0x3988280, 0xc032143f70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc030408820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 272323929 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 95900912 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0443b3b30}, {0xc03483a2a0, 0x28}, 0xc03ee10480?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 586695163 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0221c6000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 586695243 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 743172639 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 558644814 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc05f1253b0}, 0xc00866cff0, 0xc042bd3180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 558644813 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 743090169 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192a88, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03854db00?, 0xc0394c7031?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03854db00, {0xc0394c7031, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03854db00, {0xc0394c7031?, 0xc00f6def28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490c0, {0xc0394c7031?, 0xc033839130?, 0x17f9f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0394c7020) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819701 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 58627844 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03e4081e0}, 0xc00b282690, 0xc034692580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 58627842 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 74929925 [select, 1263 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc042c60d70}, {0xc02acfc720, 0x28}, 0xc0216c06e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 66323443 [select, 834 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01ef8d520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 66322048 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 137870219 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc030aae4e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 137869931 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 26738933 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0382ce1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 26738886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 525869165 [select, 389 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 525868442 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 278757704 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01e3ed380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 278756934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 126219807 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc020622320}, 0xc02fc99d10, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 126219806 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 593208575 [select, 263 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03cbaecc0, 0x28}, {0x3999930?, 0xc03a8dd760}, 0xc0257a56a0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03a8dd760}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 74929892 [select, 1263 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02acfc720, 0x28}, {0x3999930?, 0xc03b2d3ad0}, 0xc0173c4c63?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03b2d3ad0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 52273709 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02d3f8af0}, 0xc01533c3c0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 52273706 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 156330534 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03f9cb130}, 0xc008c32f00, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 156330580 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 209461335 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc020838aa0}, {0xc01c2f0690, 0x28}, 0xc048760480?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 447665286 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc04125e6e0}, 0xc0213d91d0, 0xc03ae41180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 447665245 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 621972254 [select, 212 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 621970267 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 113770845 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0459f6d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 113770867 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 585336280 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc031c10e60}, {0xc006965368, 0x28}, 0xc037cc4680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 680924358 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02c624870}, 0xc0354122d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 680924355 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 287587229 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03c366ac0, {0x398cc68, 0xc0357985a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 287587236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 688494413 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02211a5a0}, 0xc01ac210e0, 0xc03aa8cc80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 688494411 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 138326000 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02d4a60a0}, 0xc00d373b30, 0x25?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 138325999 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 496634976 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0458415f0, 0x28}, {0x3999930, 0xc034342790}, {0x398de90, 0xc0452da200}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 496633339 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 71863722 [select, 1270 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02c8b8cd0}, {0xc030c8a750, 0x28}, 0xc03b0e8bc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 126219803 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc04851f000, {0x398cc68, 0xc020622280}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 126219778 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 737997403 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0375fe160, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03dbb7ec0, 0x28}, {0x3999930, 0xc0375fe160}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 737995467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 52273702 [select, 1313 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 52273294 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 308631517 [IO wait]: -internal/poll.runtime_pollWait(0x7f301ac05fc0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc036e23e00?, 0xc01928c000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc036e23e00, {0xc01928c000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc036e23e00, {0xc01928c000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03acea030, {0xc01928c000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0371b0060}, {0xc01928c000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc036e23e80, {0xc01c968000, 0x400, 0xc009b60d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0335ccd80, {0xc040a7cf56, 0x1, 0x7f3368cdae10?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04cc462a0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04cc462a0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc009b60f60, {0x3988280, 0xc031706b10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03ecf2d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 308630947 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 525869189 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc040a0b1d0, 0x28}, {0x3999930, 0xc03509e000}, {0x398de90, 0xc047e89080}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 525868442 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 694502860 [select, 84 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc026477450}, {0xc03f0456e0, 0x28}, 0xc039dc8380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 743089866 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d091c8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a080?, 0xc03e958221?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a080, {0xc03e958221, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a080, {0xc03e958221?, 0xc035453728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449008, {0xc03e958221?, 0x205?, 0x3970f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e958210) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819518 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 156330431 [runnable]: -internal/poll.runtime_pollWait(0x7f301ac05be0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01bb8a000?, 0xc00e178000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01bb8a000, {0xc00e178000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01bb8a000, {0xc00e178000?, 0x419e10?, 0xc00b8f8aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03c697be0, {0xc00e178000?, 0xc052542690?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0400c5020}, {0xc00e178000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01bb8a600, {0xc01ff9f400, 0x400, 0xc00b8f8d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01e17b7a0, {0xc0178e24e2, 0x1, 0x7f33205e5708?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04de3cff0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04de3cff0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00b8f8f60, {0x3988280, 0xc01cf32f20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03c886820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 156330133 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 325914868 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02dc54e10}, 0xc00b7f3590, 0xc024894ec0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 325914867 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 272324117 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03ead6500}, 0xc00cab9680, 0xc02f2bfcc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 272324116 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 278757837 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02d18e5f0}, 0xc0095321e0, 0xc04166d780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 278757835 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 735799920 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc043227380, {0x398cc68, 0xc034dde8c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 735799472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743172627 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 589917813 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01bdde820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 589917700 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 690307578 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc023e46fa0}, {0xc03b8cf5c0, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 682263791 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03eccd950}, 0xc005b48ff0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 682263788 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 561097251 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0297e15e8, 0x28}, {0x3999930, 0xc0220afd90}, {0x398de90, 0xc0461d0040}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 561096942 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 126219808 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc020622320}, 0xc02fc99d10, 0xc040d5bd00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 126219806 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 209461288 [select, 987 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02ff4ccd0}, {0xc01c2f0690, 0x28}, 0xc03c571880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 235556999 [chan receive, 938 minutes]: -github.com/tendermint/tendermint/internal/libs/async.Parallel({0xc00aba1638, 0x2, 0x0?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:172 +0x205 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey({0x7f33bc2967f0?, 0xc03de48e80}, 0xc011591da0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:304 +0x10d -github.com/tendermint/tendermint/internal/p2p/conn.MakeSecretConnection({0x7f33bc2967c0?, 0xc03de48e80}, {0x3994980, 0xc000012f60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:103 +0xc5 -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).handshake(_, {_, _}, {{0x8, 0xb, 0x0}, {0xc00f1ffd40, 0x28}, {0xc0005795f0, 0x13}, ...}, ...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:336 +0x12b -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:298 +0x108 -created by github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).Handshake in goroutine 425 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:289 +0x225 - -goroutine 74929713 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0323bb8b0}, 0xc03491f950, 0xc03ae41180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 74929857 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 283977572 [select, 847 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc00e81fd10, 0x28}, {0x3999930?, 0xc0375a42c0}, 0xc017ef4870?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0375a42c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 734053862 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02d55d270}, 0xc00cb98c30, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 734053859 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 507499084 [select, 419 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01d6a7380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 507496990 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 735799921 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03001d530, 0x28}, {0x3999930, 0xc0339f9ef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 735799472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 400671255 [select, 622 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0081139f0}, {0xc04699d530, 0x28}, 0xc02c659c40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 218692524 [select, 861 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00177fd40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 218692415 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 737997263 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc041211950}, 0xc023673e00, 0xc03539c900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 737997261 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 742819685 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191b08, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a600?, 0xc07d6b1982?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a600, {0xc07d5e0f5a, 0x1a6027, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a600, {0xc07d5e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449040, {0xc07d5e0f5a?, 0x481718?, 0xc00e287680?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03b1799c0?}, {0xc07d5e0f5a?, 0x4?, 0xc03fd6d478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03b1799c0, {0xc07d5e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc02293c9e0, {0xc07d5e0000, 0x1a6f81, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04e0d5a40, {0xc07d5e0000?, 0xc03fd6d570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc02293c9a0, 0x1a6f81, {0xc07d5e0000, 0x1a6f81, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07d5e0000?, {0xc07d5e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc02293c9a0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc02293c9a0?}, 0xc0377aedb0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc02293c9a0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc012198641, 0x9}, {0x3977a90, 0xc02293c9a0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc02293c9a0}, 0xc00655d200?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc02293c9a0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc02293c9a0}, 0xc00655d200) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03e1a0e10?}, {0x3977a90?, 0xc02293c9a0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287680, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 742819683 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d08cf0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a300?, 0xc075040c4a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a300, {0xc074ee0f5a, 0x1f9eed, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a300, {0xc074ee0f5a?, 0x14?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449030, {0xc074ee0f5a?, 0x481718?, 0xc00e287560?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc042aaaf40?}, {0xc074ee0f5a?, 0x4?, 0xc00ec69478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc042aaaf40, {0xc074ee0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039ac3460, {0xc074ee0000, 0x1fae47, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc0466f4640, {0xc074ee0000?, 0xc00ec69570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039ac3420, 0x1fae47, {0xc074ee0000, 0x1fae47, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc074ee0000?, {0xc074ee0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039ac3420}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039ac3420?}, 0xc032298240?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039ac3420?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc035bff421, 0x9}, {0x3977a90, 0xc039ac3420}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039ac3420}, 0xc00765f300?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039ac3420?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039ac3420}, 0xc00765f300) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc046246d50?}, {0x3977a90?, 0xc039ac3420?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287560, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 554207082 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02f188680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 554206550 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 589917815 [select, 269 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 589917700 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 690307580 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc023e46b90}, 0xc04409ac30, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 690307576 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 492438033 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc025aa0f00}, 0xc03d3ffd10, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 492438596 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 58627813 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03fc10600, 0x28}, {0x3999930, 0xc041f03290}, {0x398de90, 0xc04741d400}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 58627739 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 660511838 [select, 143 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc007ef28d0, 0x28}, {0x3999930?, 0xc029aada20}, 0xc01a3e5030?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc029aada20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 526540359 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc01c00a4b0}, 0xc02196c690, 0xc03dc1f3c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 526540358 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 74929807 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03ee14ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 74929892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 156330533 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03f9cb130}, 0xc008c32f00, 0xc03adf0540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 156330580 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 74929808 [IO wait]: -internal/poll.runtime_pollWait(0x7f300f0c4f50, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc027e7af80?, 0xc0547ce800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc027e7af80, {0xc0547ce800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc027e7af80, {0xc0547ce800?, 0x419e10?, 0xc02ed68aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03344ffa0, {0xc0547ce800?, 0xc056391a70?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0413af3b0}, {0xc0547ce800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc027e7b000, {0xc02124bc00, 0x400, 0xc02ed68d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc034e92000, {0xc0179e5e1b, 0x1, 0x7f3323dc1188?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc0493a8db0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc0493a8db0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc02ed68f60, {0x3988280, 0xc01f322bd0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03ee14ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 74929892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 694502861 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc026477540}, {0xc03f0456e0, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 693765007 [select, 85 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc02ecc55f0, 0x28}, {0x3999930?, 0xc03cbaa420}, 0xc01751ed62?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03cbaa420}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 715471815 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc043a01110, 0x28}, {0x3999930, 0xc0349f3340}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 715471083 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 525869167 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03d8a8190}, 0xc0063cbe00, 0xc02448e940?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 525869166 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 589917826 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc030d7d6d0}, 0xc0229134a0, 0xc032524640?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 589917520 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 508975395 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03315da40}, {0xc03b1ecc60, 0x28}, 0xc039cdc900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 508975056 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03315d950}, 0xc019295590, 0xc03c9780c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 508975054 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 283977580 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc026bb4820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 283977572 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 26739005 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc022c6e9b0}, 0xc00511fa40, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 26739002 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 717533485 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0478a39a0}, {0xc03a7c36b0, 0x28}, 0xc040b94580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 558645011 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc024172a40, {0x398cc68, 0xc03da6de00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 558644892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 138326001 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02d4a60a0}, 0xc00d373b30, 0x24?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 138325999 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 81416269 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0409a6640}, 0xc0086ecc30, 0xc0394ebe00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 81416503 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 288705240 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc01c10ddb0}, {0xc031191ce0, 0x28}, 0xc033bb1900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 176777427 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc041070b00, {0x398cc68, 0xc035c835e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 176777063 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 52273648 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03e1eee10}, {0xc026a176b0, 0x28}, 0xc041cb1a80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 687646463 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02cd965a0}, 0xc03b17af00, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 687646551 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 209461444 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc030fb7090}, 0xc021e1b4a0, 0xc031a12700?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 209461443 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 283977468 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc024b7ca50}, 0xc02f1be960, 0xc0379b6b80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 283977466 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 731861880 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc035c62ea0, 0x28}, {0x3999930, 0xc044332e70}, {0x398de90, 0xc02dfd6240}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 731860318 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 521310449 [select, 396 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc040dba4e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 521308692 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819723 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193438, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791180?, 0xc07a6a0faa?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a791180, {0xc07a5e0f5a, 0x1a759e, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a791180, {0xc07a5e0f5a?, 0x2533a9f?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449170, {0xc07a5e0f5a?, 0x481718?, 0xc00e2f8c60?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc037535180?}, {0xc07a5e0f5a?, 0x4?, 0xc002861478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc037535180, {0xc07a5e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc010854ac0, {0xc07a5e0000, 0x1a84f8, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc057619f00, {0xc07a5e0000?, 0xc002861570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc010854a80, 0x1a84f8, {0xc07a5e0000, 0x1a84f8, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07a5e0000?, {0xc07a5e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc010854a80}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc010854a80?}, 0xc02a4f7320?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc010854a80?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03c4112a1, 0x9}, {0x3977a90, 0xc010854a80}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc010854a80}, 0xc00a559e00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc010854a80?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc010854a80}, 0xc00a559e00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc02efb75c0?}, {0x3977a90?, 0xc010854a80?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8c60, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 700825451 [select, 73 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0543ac1e0}, {0xc01cc38b98, 0x28}, 0xc03c5c3a80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 659082734 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03e6d8d70}, 0xc018303590, 0xc03639f200?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 659082732 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 680924328 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02ef19ad0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00d0642a0, 0x28}, {0x3999930, 0xc02ef19ad0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 680924246 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 713249383 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0379b7100, {0x398cc68, 0xc039a8f720}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 713247603 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743172673 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 709147113 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03b8dd0e0}, {0xc0327f61b0, 0x28}, 0xc041947780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 736718616 [select, 11 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 736718363 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 400671252 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0316d1f80, {0x398cc68, 0xc008113900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 400671054 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 593208733 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02d349e50}, 0xc04331dc20, 0xc001cf6820?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 593208731 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 276559670 [select, 861 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03a01af90, 0x28}, {0x3999930?, 0xc0421f88f0}, 0xc0251b8a90?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0421f88f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 586273047 [select, 275 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc035f7fb90, 0x28}, {0x3999930?, 0xc02f83a420}, 0xc01afb43a3?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02f83a420}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 660512454 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc007ef28d0, 0x28}, {0x3999930, 0xc029aada20}, {0x398de90, 0xc02a4fd100}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 660511838 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 256340302 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0352dad10, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03fecc540, 0x28}, {0x3999930, 0xc0352dad10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 256338785 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 408572213 [select, 607 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 561097236 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02633e190}, 0xc01109fc20, 0xc02263a2c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 561097234 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 734185088 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc047c214a0}, 0xc00680be00, 0xc035e3af40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 734185087 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 400671054 [select, 622 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc04699d530, 0x28}, {0x3999930?, 0xc0370364d0}, 0xc02a17e4f0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0370364d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 508975232 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc033176840, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03b1ecc60, 0x28}, {0x3999930, 0xc033176840}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 508975021 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 700748295 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03367aaf0}, {0xc03279d500, 0x28}, 0xc03982ad40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 52273708 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02d3f8af0}, 0xc01533c3c0, 0xc02d529da0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 52273706 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 709147275 [select, 58 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0316591d0}, {0xc0327f61b0, 0x28}, 0xc036ff5d40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742426952 [select, 1 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 76915915 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03b3c2730}, 0xc0073a3d10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 76915912 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 688494414 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02211a5a0}, 0xc01ac210e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 688494411 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 209461399 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc00a556680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 209461275 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 497475159 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03adf9d60}, 0xc00891eb40, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 497475156 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 69603723 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc036cab8c0, {0x398cc68, 0xc03ef2f4a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 69603836 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 706123570 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc05dd078b0}, 0xc00f3f9770, 0xc003eae880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 706122960 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 700748266 [select, 73 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc032b32370}, {0xc03279d500, 0x28}, 0xc043226b40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 714663512 [select]: -github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker.func1() - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/vfs/disk_health.go:171 +0xcb -created by github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker in goroutine 212 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/vfs/disk_health.go:166 +0x58 - -goroutine 508975021 [select, 421 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03b1ecc60, 0x28}, {0x3999930?, 0xc033176840}, 0xc01a5f20e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc033176840}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 734185089 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc047c214a0}, 0xc00680be00, 0xc0320161c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 734185087 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 525869169 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03d8a8190}, 0xc0063cbe00, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 525869166 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 58627792 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0214831e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 58627739 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 513411177 [select, 400 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01dcd8000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 513409713 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 520627220 [select, 394 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03388e820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 520627204 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742426982 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0310651d0}, {0xc02faeff28, 0x28}, 0xc041070a80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 743172634 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 230117224 [select, 948 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 230116582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 743172671 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 308631521 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02d4a0f90, 0x28}, {0x3999930, 0xc03a8ea160}, {0x398de90, 0xc036ff5dc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 308630947 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 447665223 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc036bc9d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 447665049 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 71863724 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02c8b8dc0}, 0xc00cba6690, 0xc04166d780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 71863723 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 715471814 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03ee05280, {0x398cc68, 0xc02abd38b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 715471083 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 271672873 [select, 871 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0346b4ab0, 0x28}, {0x3999930?, 0xc035e0f810}, 0xc019973990?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc035e0f810}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 743090305 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ecde8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e882780?, 0xc02ed4cbb1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03e882780, {0xc02ed4cbb1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03e882780, {0xc02ed4cbb1?, 0xc030db7728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034c872d8, {0xc02ed4cbb1?, 0x471cd0?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc02ed4cba0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819525 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 276560957 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03b920be0}, 0xc013c08a50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 276560895 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 438981889 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02cdfaf00, {0x398cc68, 0xc035c6d900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 438981712 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 58627814 [select, 1299 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0304793b0}, {0xc03fc10600, 0x28}, 0xc033bb1900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 743172633 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 408572227 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc04023bc70}, 0xc0146025a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 408572160 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 438981886 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc035780b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 438981712 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 556410558 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc032016240, {0x398cc68, 0xc025c848c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 556410923 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 742819701 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192a88, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03854db00?, 0xc07a8b0e32?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03854db00, {0xc07a7e0f5a, 0x1a2256, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03854db00, {0xc07a7e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254490c0, {0xc07a7e0f5a?, 0x481718?, 0xc00e2f8000?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0218cb9c0?}, {0xc07a7e0f5a?, 0x4?, 0xc001e11478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0218cb9c0, {0xc07a7e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc009b27380, {0xc07a7e0000, 0x1a31b0, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc0547a9ec0, {0xc07a7e0000?, 0xc001e11570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc009b27340, 0x1a31b0, {0xc07a7e0000, 0x1a31b0, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07a7e0000?, {0xc07a7e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc009b27340}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc009b27340?}, 0xc0457233e0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc009b27340?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0344e0221, 0x9}, {0x3977a90, 0xc009b27340}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc009b27340}, 0xc00f105500?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc009b27340?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc009b27340}, 0xc00f105500) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0394c7020?}, {0x3977a90?, 0xc009b27340?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8000, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 202389458 [select, 1001 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 202389427 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 492438611 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0438cd110, 0x28}, {0x3999930, 0xc0393a2d10}, {0x398de90, 0xc02688f1c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 492438203 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 737997177 [select, 8 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc04af5f040}, {0xc03dbb7ec0, 0x28}, 0xc03b2bf140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 69603725 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02c75f380, 0x28}, {0x3999930, 0xc0378c1760}, {0x398de90, 0xc036cab8c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 69603836 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 81416501 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00660e340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 81414031 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 688494059 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc030adb6c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 688494325 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 525869187 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc047e89080, {0x398cc68, 0xc000704370}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 525868442 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 228478426 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc032052dc0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc036c9e390, 0x28}, {0x3999930, 0xc032052dc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 228478388 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 74929926 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc042c60e60}, {0xc02acfc720, 0x28}, 0xc03639f200?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 700825329 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0360e8500}, 0xc02f7512c0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 700825326 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 202389427 [select, 1001 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0303465d0, 0x28}, {0x3999930?, 0xc0375ff4a0}, 0xc017eefae0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0375ff4a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 469041663 [select, 484 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc012c66680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 469041667 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 71863577 [select, 1270 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc030c8a750, 0x28}, {0x3999930?, 0xc0337edb80}, 0xc0182231c5?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0337edb80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 345328770 [select, 676 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0408804e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 345327226 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 743172642 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 74929923 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03b2d3ad0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02acfc720, 0x28}, {0x3999930, 0xc03b2d3ad0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 74929892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 325914753 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03210c630, 0x28}, {0x3999930, 0xc0224cce70}, {0x398de90, 0xc02a7655c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 325914361 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 661900101 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03d56a000}, 0xc00d2b7e00, 0xc037eec980?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 661900099 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 247846578 [select, 701 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0315a2340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 247846467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 496634973 [select, 445 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 496633339 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 138257875 [IO wait, 1129 minutes]: -internal/poll.runtime_pollWait(0x7f33231e96b0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0416ce580?, 0xc01b721c90?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0416ce580, {0xc01b721c90, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0416ce580, {0xc01b721c90?, 0xc00e8dfd30?, 0x4705ce?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc042b1db28, {0xc01b721c90?, 0xc00e8dfda0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc0403eadb0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc0403eadb0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc02220aef0, {0x3985c90, 0xc037276c00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc00e8dff70?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc00e8dffd0?, 0x15ffb85?, 0xc02cce7bc0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 138257713 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 138326018 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02d4a60a0}, 0xc00d373b30, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 138325999 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 113771013 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc030ac8d70}, {0xc03f512510, 0x28}, 0xc04166d780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 544659711 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc037d08720, 0x28}, {0x3999930, 0xc04124cbb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 544659399 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 325914869 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02dc54e10}, 0xc00b7f3590, 0xc0369cae80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 325914867 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 743172662 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 71863781 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc040177b80}, {0xc030c8a750, 0x28}, 0xc01c2666a8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 447665330 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0421f9340, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0036a5bc0, 0x28}, {0x3999930, 0xc0421f9340}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 447665049 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 235558834 [runnable]: -internal/poll.runtime_pollWait(0x7f33a80406f8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc037fc1c80?, 0xc03fe88800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc037fc1c80, {0xc03fe88800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc037fc1c80, {0xc03fe88800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03dbc8440, {0xc03fe88800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc007f11740}, {0xc03fe88800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc008de7580, {0xc036702c00, 0x400, 0xc03baa9d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc012b4f1a0, {0xc01a52b27b, 0x1, 0x7f33687a97d8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc0517b1e60) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc0517b1e60}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03baa9f60, {0x3988280, 0xc0268a8a60}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02682e1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 235557816 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 661900075 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc043e660b0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03b45f3e0, 0x28}, {0x3999930, 0xc043e660b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 661900069 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 742819696 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191060, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02d6d6380?, 0xc077e81dea?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc02d6d6380, {0xc077de0f5a, 0x1fe36f, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc02d6d6380, {0xc077de0f5a?, 0x6b6deeebc080c1a?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449098, {0xc077de0f5a?, 0x481718?, 0xc00e287cb0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0218cbbc0?}, {0xc077de0f5a?, 0x4?, 0xc002669478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0218cbbc0, {0xc077de0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc014dae040, {0xc077de0000, 0x1ff2c9, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04ecbfc00, {0xc077de0000?, 0xc002669570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc014dae000, 0x1ff2c9, {0xc077de0000, 0x1ff2c9, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc077de0000?, {0xc077de0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc014dae000}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc014dae000?}, 0xc041dc2ff0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc014dae000?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03de1f901, 0x9}, {0x3977a90, 0xc014dae000}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc014dae000}, 0xc00dd18f00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc014dae000?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc014dae000}, 0xc00dd18f00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0394c7410?}, {0x3977a90?, 0xc014dae000?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287cb0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 176777430 [select, 1051 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc035c83680}, {0xc031907410, 0x28}, 0xc03acd1880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 278757838 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02d18e5f0}, 0xc0095321e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 278757835 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 743090390 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d09988, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ef00?, 0xc0423da611?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035ef00, {0xc0423da611, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035ef00, {0xc0423da611?, 0x40d489?, 0x473c92?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f550, {0xc0423da611?, 0x471cd0?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0423da600) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819636 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 52273707 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02d3f8af0}, 0xc01533c3c0, 0xc023b12680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 52273706 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 743172628 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 58627739 [select, 1299 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03fc10600, 0x28}, {0x3999930?, 0xc041f03290}, 0xc02560bb10?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc041f03290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 113771058 [select, 1180 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc029a50e10}, {0xc03f512510, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 731860318 [select, 19 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc035c62ea0, 0x28}, {0x3999930?, 0xc044332e70}, 0xc0199b0740?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc044332e70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 137870220 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc030aae4e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 137869931 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 209461401 [select, 987 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 209461275 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 280684202 [select, 847 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0019b89c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 280684135 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 241690961 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03638cac0, {0x398cc68, 0xc024348aa0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 241690737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 512380642 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03eb1a1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 512380310 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 58627793 [runnable]: -internal/poll.runtime_pollWait(0x7f300f0c4698, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0422a5400?, 0xc053427000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0422a5400, {0xc053427000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0422a5400, {0xc053427000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03344ee00, {0xc053427000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc041b82690}, {0xc053427000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc03ef50480, {0xc015247400, 0x400, 0xc033cbad18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02553dec0, {0xc01af67b61, 0x1, 0x7f3323312208?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d938960) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d938960}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc033cbaf60, {0x3988280, 0xc023b76920}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0214831e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 58627739 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 587074396 [select, 274 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 587073538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 621972257 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0180697a0, 0x28}, {0x3999930, 0xc0320b4c60}, {0x398de90, 0xc03d99ba00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 621970267 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 176777063 [select, 1051 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc031907410, 0x28}, {0x3999930?, 0xc0343420b0}, 0xc01a3c27d0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0343420b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 556410705 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc033fccc80}, 0xc00b7f2870, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 556410702 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 736718626 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03bf3f090}, 0xc0234d0a50, 0xc0394ebe00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 736718496 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 74929938 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0323bb8b0}, 0xc03491f950, 0xc0039f8d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 74929857 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 202388957 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0375ff4a0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0303465d0, 0x28}, {0x3999930, 0xc0375ff4a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 202389427 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 558644892 [select, 326 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc040769c20, 0x28}, {0x3999930?, 0xc0370360b0}, 0xc024e76e05?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0370360b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 661900074 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc01fa65240, {0x398cc68, 0xc01cc21ea0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 661900069 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 113771015 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc030ac8e10}, 0xc00c9945a0, 0xc027e22280?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 113771014 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 561097237 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc02633e190}, 0xc01109fc20, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 561097234 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 585336354 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc006965368, 0x28}, {0x3999930, 0xc040ab2160}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 585336192 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 191757806 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00798ac60, 0x28}, {0x3999930, 0xc0439026e0}, {0x398de90, 0xc02c853080}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 191757696 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 241691123 [select, 926 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 241690737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 682263194 [select, 105 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0193e9500, 0x28}, {0x3999930?, 0xc036dbb290}, 0xc01aca25b0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc036dbb290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 400671176 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc023d882d0}, {0xc04699d530, 0x28}, 0xc008113900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 58627812 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc041f03290, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03fc10600, 0x28}, {0x3999930, 0xc041f03290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 58627739 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743090344 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191ee8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790880?, 0xc02fd57cf1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790880, {0xc02fd57cf1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790880, {0xc02fd57cf1?, 0x40d489?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449120, {0xc02fd57cf1?, 0xc0000c8060?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc02fd57ce0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819713 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 74929922 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02577b6c0, {0x398cc68, 0xc042c60c80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 74929892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 95901220 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc03e7b7040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 95901116 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 176777313 [IO wait]: -internal/poll.runtime_pollWait(0x7f300f0c5140, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01628fc80?, 0xc035000000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01628fc80, {0xc035000000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01628fc80, {0xc035000000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03344ee48, {0xc035000000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc035f05b90}, {0xc035000000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc01628fe00, {0xc0246fb000, 0x400, 0xc03c799d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02fc25da0, {0xc01a9546ba, 0x1, 0x7f301b49fb18?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc0452a0030) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc0452a0030}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03c799f60, {0x3988280, 0xc026676580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03b9161a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 176777063 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 81416446 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0358b89f0, 0x28}, {0x3999930, 0xc041f02000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 81414031 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743090016 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192b80, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03854da00?, 0xc03ef0eeb1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03854da00, {0xc03ef0eeb1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03854da00, {0xc03ef0eeb1?, 0xc01c26a728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490b8, {0xc03ef0eeb1?, 0xc02d749620?, 0xc01002c400?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03ef0eea0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819700 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 235558711 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc032cd4ff0}, 0xc01230b680, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 235558708 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 743090473 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e50a0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc038670280?, 0xc051d3bcc1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc038670280, {0xc051d3bcc1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc038670280, {0xc051d3bcc1?, 0xc001856728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03b23aac8, {0xc051d3bcc1?, 0xc0000c8060?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc051d3bcb0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819543 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 410166004 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0437c8f00}, 0xc0152131d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 410165745 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 477010448 [select, 481 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02f272820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 477009586 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 736718618 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc021fcc0b0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03a2b9b30, 0x28}, {0x3999930, 0xc021fcc0b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 736718363 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 276828114 [select, 859 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0439acb60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 276825964 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 726960385 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc032c82c80}, 0xc0194f4b40, 0xc013ce1720?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 726960383 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 734184731 [select, 15 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 734183782 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 726960530 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc04e6be840, 0x28}, {0x3999930, 0xc022154370}, {0x398de90, 0xc0354b8780}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 726958892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 74929809 [select, 1263 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 74929892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 729781595 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc036be7b80, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03edd4ff0, 0x28}, {0x3999930, 0xc036be7b80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 729781220 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 659082733 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03e6d8d70}, 0xc018303590, 0xc00d6167b8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 659082732 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 308631520 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03a8ea160, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02d4a0f90, 0x28}, {0x3999930, 0xc03a8ea160}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 308630947 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 706123530 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc043a2bf20, 0x28}, {0x3999930, 0xc036c0b8c0}, {0x398de90, 0xc033ab4a00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 706122561 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 126219805 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03ae320c0, 0x28}, {0x3999930, 0xc038fcbc30}, {0x398de90, 0xc04851f000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 126219778 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 191757310 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03c2b1810}, 0xc01fcd0e10, 0xc0335bc580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 191757309 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 589917521 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc030d7d6d0}, 0xc0229134a0, 0xc03aa55e40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 589917520 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 526540402 [select, 388 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc041881220}, {0xc043589e30, 0x28}, 0xc02cdfae80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742426797 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc032e291d0}, 0xc01bd61ef0, 0xc035f74800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 742426796 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 137870328 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc023cee960}, 0xc00b280c30, 0xc0402c1f40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 137870408 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 287587210 [select, 840 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0261a3590}, {0xc03be33da0, 0x28}, 0xc03d2d9380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742901786 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0436411a0, 0x28}, {0x3999930, 0xc03e4a5550}, {0x398de90, 0xc033ac4480}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 742901525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 742426957 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc030f63340, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02faeff28, 0x28}, {0x3999930, 0xc030f63340}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 742426737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 496633339 [select, 445 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0458415f0, 0x28}, {0x3999930?, 0xc034342790}, 0xc01b730df0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc034342790}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 271674360 [select, 871 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc021175ae0}, {0xc0346b4ab0, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 592288479 [select, 264 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 592282861 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 271674357 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc021175900}, 0xc01e383ef0, 0xc0379b6b80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 271674355 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 700748292 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc033a9f400, {0x398cc68, 0xc03367aa50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 700745538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 556410560 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0159929f0, 0x28}, {0x3999930, 0xc036d98160}, {0x398de90, 0xc032016240}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 556410923 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 191757802 [IO wait]: -internal/poll.runtime_pollWait(0x7f301a9ffde0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc01b324300?, 0xc02374f800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc01b324300, {0xc02374f800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc01b324300, {0xc02374f800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc00aca76e0, {0xc02374f800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc02cc369c0}, {0xc02374f800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc043004980, {0xc025f0e800, 0x400, 0xc02ead1d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02f8012c0, {0xc0173c29e0, 0x1, 0x7f3369000208?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d7e13e0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d7e13e0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc02ead1f60, {0x3988280, 0xc033efcab0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc033de81a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 191757696 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 717886065 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03c9b4e40, 0x28}, {0x3999930, 0xc02c6e6f20}, {0x398de90, 0xc030a6b280}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 717884911 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 288705292 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc031191ce0, 0x28}, {0x3999930, 0xc03a806210}, {0x398de90, 0xc0340bc900}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 288705284 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 742426951 [runnable]: -internal/poll.runtime_pollWait(0x7f301b499618, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02ccd8780?, 0xc02fa78000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02ccd8780, {0xc02fa78000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02ccd8780, {0xc02fa78000?, 0xc5288924751c21b4?, 0xc02f770c60?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03f09e980, {0xc02fa78000?, 0x25d8c80?, 0xc05f5d32d8?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc03f09e980}, {0xc02fa78000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc022b52580, {0xc00f3afc00, 0x400, 0xc00af4fd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0384e9500, {0xc0177a9014, 0x1, 0x7f332339ba00?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d9ca930) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d9ca930}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc00af4ff60, {0x3988280, 0xc02f734a90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02f272ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 743172666 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 235558710 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc032cd4ff0}, 0xc01230b680, 0xc03be03140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 235558708 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 593208736 [select, 263 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc023f86000}, {0xc03cbaecc0, 0x28}, 0xc037cc4680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 717886198 [select, 43 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0363fe6e0}, {0xc03c9b4e40, 0x28}, 0xc04b659b00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 496634974 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0452da200, {0x398cc68, 0xc035444410}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 496633339 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 707450145 [IO wait, 61 minutes]: -internal/poll.runtime_pollWait(0x7f33a80408e8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03fdae680?, 0xc01a6a7170?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03fdae680, {0xc01a6a7170, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03fdae680, {0xc01a6a7170?, 0xc02484fd30?, 0x4705ce?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc00ee5cb90, {0xc01a6a7170?, 0xc02484fda0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc02a276810) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc02a276810}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01d0bfef0, {0x3985c90, 0xc0466f49c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0x17fa00b?, 0x15ffb85?, 0xc035c39140) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 707450143 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 169057779 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc054e221a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 169057831 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 366411900 [runnable]: -internal/poll.runtime_pollWait(0x7f300f0c5048, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02f47a480?, 0xc0233a0000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02f47a480, {0xc0233a0000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02f47a480, {0xc0233a0000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03d34a868, {0xc0233a0000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03edab0b0}, {0xc0233a0000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc02f47a500, {0xc0102b5800, 0x400, 0xc03c833d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02d601e00, {0xc019003d4e, 0x1, 0x7f3018608df8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc040567aa0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc040567aa0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03c833f60, {0x3988280, 0xc02e7f6220}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc012c66d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 366410509 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742901526 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc22d98, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc019db8800?, 0x1b7?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Accept(0xc019db8800) - /usr/local/go/src/internal/poll/fd_unix.go:611 +0x2ac -net.(*netFD).accept(0xc019db8800) - /usr/local/go/src/net/fd_unix.go:172 +0x29 -net.(*TCPListener).accept(0xc031603ac0) - /usr/local/go/src/net/tcpsock_posix.go:152 +0x1e -net.(*TCPListener).Accept(0xc031603ac0) - /usr/local/go/src/net/tcpsock.go:315 +0x30 -golang.org/x/net/netutil.(*limitListener).Accept(0xc01bb2a870) - /root/go/pkg/mod/golang.org/x/net@v0.25.0/netutil/listen.go:63 +0x85 -github.com/tendermint/tendermint/internal/p2p.(*MConnTransport).Accept.func1() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:144 +0x65 -created by github.com/tendermint/tendermint/internal/p2p.(*MConnTransport).Accept in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:143 +0x11f - -goroutine 169057863 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc039960370}, 0xc02110aa50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 169057860 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 308631667 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc023f3b0e0}, 0xc0223764b0, 0xc036acf8c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 308631666 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 191757805 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0439026e0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00798ac60, 0x28}, {0x3999930, 0xc0439026e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 191757696 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 700745538 [select, 73 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03279d500, 0x28}, {0x3999930?, 0xc040ab2bb0}, 0xc01b251f40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc040ab2bb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 742819520 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d08fd8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a180?, 0xc07d281dea?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a180, {0xc07d1e0f5a, 0x1aa857, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a180, {0xc07d1e0f5a?, 0x6f424d486d464532?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449018, {0xc07d1e0f5a?, 0x481718?, 0xc00e2873b0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc042aab040?}, {0xc07d1e0f5a?, 0x4?, 0xc001d05478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc042aab040, {0xc07d1e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc017049460, {0xc07d1e0000, 0x1ab7b1, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc052e51e40, {0xc07d1e0000?, 0xc001d05570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc017049420, 0x1ab7b1, {0xc07d1e0000, 0x1ab7b1, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07d1e0000?, {0xc07d1e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc017049420}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc017049420?}, 0xc049afd7a0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc017049420?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc039777e71, 0x9}, {0x3977a90, 0xc017049420}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc017049420}, 0xc00ee82d00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc017049420?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc017049420}, 0xc00ee82d00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc046246ed0?}, {0x3977a90?, 0xc017049420?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2873b0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 736718614 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc041273860, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 736718363 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 508975233 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03b1ecc60, 0x28}, {0x3999930, 0xc033176840}, {0x398de90, 0xc039feed40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 508975021 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 742819354 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e5198, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02efcb580?, 0xc02222d000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02efcb580, {0xc02222d000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02efcb580, {0xc02222d000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc036795828, {0xc02222d000?, 0x0?, 0xc051d3bbc8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc051d3bbc0, {0xc02222d000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc02e28e600) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc02e28e600, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00c8790e0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 126219801 [runnable]: -internal/poll.runtime_pollWait(0x7f33238ec150, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc039861800?, 0xc016ea4000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc039861800, {0xc016ea4000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc039861800, {0xc016ea4000?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc020e6dcc0, {0xc016ea4000?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc038ca0d80}, {0xc016ea4000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0478a8880, {0xc035bcb800, 0x400, 0xc01cd26d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02ece93e0, {0xc019bab211, 0x1, 0x7f30184bdbb0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dad0570) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dad0570}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc01cd26f60, {0x3988280, 0xc026125110}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02ea2c9c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 126219778 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 586273164 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc024c81380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 586273047 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 271730987 [select, 869 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01d65ba00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 271729093 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819637 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d09890, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ef80?, 0xc07e0a1faa?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035ef80, {0xc07dfe0f5a, 0x1a8de3, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035ef80, {0xc07dfe0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f558, {0xc07dfe0f5a?, 0x481718?, 0xc00ac318c0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc00d441f40?}, {0xc07dfe0f5a?, 0x4?, 0xc005589478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc00d441f40, {0xc07dfe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc02293cac0, {0xc07dfe0000, 0x1a9d3d, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04e0d5ac0, {0xc07dfe0000?, 0xc005589570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc02293ca80, 0x1a9d3d, {0xc07dfe0000, 0x1a9d3d, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07dfe0000?, {0xc07dfe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc02293ca80}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc02293ca80?}, 0xc0377aeea0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc02293ca80?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0121986d1, 0x9}, {0x3977a90, 0xc02293ca80}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc02293ca80}, 0xc00655d300?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc02293ca80?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc02293ca80}, 0xc00655d300) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0423da480?}, {0x3977a90?, 0xc02293ca80?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac318c0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 586695278 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03b4ea000}, 0xc00d24c2d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 586695275 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 736718521 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc036290690}, {0xc03a2b9b30, 0x28}, 0xc03aa55e40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 700748293 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc040ab2bb0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03279d500, 0x28}, {0x3999930, 0xc040ab2bb0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 700745538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 621972255 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03d99ba00, {0x398cc68, 0xc02ab08d20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 621970267 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 156330579 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03915c840, 0x28}, {0x3999930, 0xc03f3bf760}, {0x398de90, 0xc0348ebbc0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 156330133 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 497475039 [select, 443 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc036991230, 0x28}, {0x3999930?, 0xc01e9a91e0}, 0xc0195bb5e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc01e9a91e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 587073538 [select, 274 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0363935f0, 0x28}, {0x3999930?, 0xc03c680000}, 0xc0198d9690?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03c680000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 283977467 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc024b7ca50}, 0xc02f1be960, 0xc040d56580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 283977466 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 589917700 [select, 269 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc035707170, 0x28}, {0x3999930?, 0xc040ab38c0}, 0xc018aa3bd0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc040ab38c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 235558709 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc032cd4ff0}, 0xc01230b680, 0xc029c28900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 235558708 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 487540032 [select, 389 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc037ee1ba0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 487539144 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 137870221 [select, 1129 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 137869931 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 700748290 [IO wait]: -internal/poll.runtime_pollWait(0x7f33bdc228c0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc022d87900?, 0xc053cf0800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc022d87900, {0xc053cf0800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc022d87900, {0xc053cf0800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc04ca14c38, {0xc053cf0800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc02421b050}, {0xc053cf0800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc035d2e080, {0xc015623c00, 0x400, 0xc040e15d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc007376780, {0xc0185a331c, 0x1, 0x7f3018913dd8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04caa9560) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04caa9560}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc040e15f60, {0x3988280, 0xc040b35790}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03bc0eb60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 700745538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 734053861 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02d55d270}, 0xc00cb98c30, 0xc05459a2c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 734053859 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 743090389 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e49d8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc040b3d380?, 0xc03bd155a1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc040b3d380, {0xc03bd155a1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc040b3d380, {0xc03bd155a1?, 0x40d489?, 0x473c92?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492640, {0xc03bd155a1?, 0x471cd0?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03bd15590) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819555 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 447665285 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc04125e6e0}, 0xc0213d91d0, 0xc03d2d9380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 447665245 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 308750964 [select, 758 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc018e489c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 308748633 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 492438270 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc012880d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 492438203 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 169057672 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc032f21720}, {0xc03d9f46c0, 0x28}, 0xc056326900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 126219802 [select, 1154 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 126219778 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 732964410 [select, 17 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc038cb0500}, {0xc016ba4f60, 0x28}, 0xc041f86040?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 512380580 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc01ad2a050}, 0xc03a931770, 0xc033677140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 512380579 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 492438628 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc027e03950}, {0xc0438cd110, 0x28}, 0xc007d757b8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 278757706 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc039cf8b40, {0x398cc68, 0xc026424b90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 278756934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 235557816 [select, 938 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0447a2a50, 0x28}, {0x3999930?, 0xc03be82840}, 0xc01b562fa0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03be82840}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 245278072 [select, 850 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0343a6d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 245276863 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742901784 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc033ac4480, {0x398cc68, 0xc0355d3e00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 742901525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 228478430 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03b3c3360}, 0xc010d9b590, 0xc0212f7400?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 228478428 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 544659858 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc029df51d0}, 0xc00cfc2a50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 544659842 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 466493780 [select, 491 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0343a6000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 466492068 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 544659809 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc029df51d0}, 0xc00cfc2a50, 0xc032524640?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 544659842 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 526540382 [select, 388 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 526540208 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 512380627 [select, 414 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc037321950}, {0xc03075fa40, 0x28}, 0xc03352c300?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 743090303 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d09a80, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ee80?, 0xc0468072d1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035ee80, {0xc0468072d1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035ee80, {0xc0468072d1?, 0xc016cabf28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f548, {0xc0468072d1?, 0x16?, 0x9f0100?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0468072c0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819635 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 169057780 [runnable]: -internal/poll.runtime_pollWait(0x7f3323fc94c0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc05ae22580?, 0xc0245e6000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc05ae22580, {0xc0245e6000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc05ae22580, {0xc0245e6000?, 0x419e10?, 0xff?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc056e32710, {0xc0245e6000?, 0x7f3320976de8?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc04cd8f1a0}, {0xc0245e6000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc040854a00, {0xc032e10000, 0x400, 0xc003366d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc037e0d6e0, {0xc017ea3098, 0x1, 0x7f3019b92b30?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04deee330) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04deee330}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc003366f60, {0x3988280, 0xc036987450}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc054e221a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 169057831 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 209461445 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc030fb7090}, 0xc021e1b4a0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 209461443 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 287587227 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0357984b0}, 0xc0188d42d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 287587224 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 279441651 [IO wait]: -internal/poll.runtime_pollWait(0x7f301841e4f8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc032b74280?, 0xc053554800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc032b74280, {0xc053554800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc032b74280, {0xc053554800?, 0x419e10?, 0xc03de71aa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc027011908, {0xc053554800?, 0xc04a559050?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc024a5f200}, {0xc053554800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc019444700, {0xc016291c00, 0x400, 0xc03de71d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc020132660, {0xc0173bb79c, 0x1, 0x7f33bc288228?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04e282ab0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04e282ab0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03de71f60, {0x3988280, 0xc026cd1c30}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc034f23d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 279439232 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819708 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691923c0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790600?, 0xc080b0122a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790600, {0xc0809e0f5a, 0x1aeb54, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790600, {0xc0809e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254490f8, {0xc0809e0f5a?, 0x481718?, 0xc00e2f83f0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc042aab3c0?}, {0xc0809e0f5a?, 0x4?, 0xc002c31478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc042aab3c0, {0xc0809e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc01d37a740, {0xc0809e0000, 0x1afaae, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc052d85840, {0xc0809e0000?, 0xc002c31570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc01d37a700, 0x1afaae, {0xc0809e0000, 0x1afaae, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0809e0000?, {0xc0809e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc01d37a700}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc01d37a700?}, 0xc0265a5350?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc01d37a700?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03839fc31, 0x9}, {0x3977a90, 0xc01d37a700}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc01d37a700}, 0xc002faef00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc01d37a700?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc01d37a700}, 0xc002faef00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc046247380?}, {0x3977a90?, 0xc01d37a700?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f83f0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 525869203 [select, 389 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03d8a8280}, {0xc040a0b1d0, 0x28}, 0xc0394ebe00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 659083019 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03fb966f0, 0x28}, {0x3999930, 0xc01d4f0210}, {0x398de90, 0xc039c28140}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 659082963 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 743090297 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691924b8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790580?, 0xc01f568e21?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790580, {0xc01f568e21, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790580, {0xc01f568e21?, 0x3480?, 0x4ff9340?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490f0, {0xc01f568e21?, 0xc0459b2fc0?, 0xc012b99498?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc01f568e10) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819707 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 592288555 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc040ed9bd0}, 0xc01da0b2c0, 0xc040cddf80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 592288554 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 589917814 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01bdde820, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 589917700 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 593208704 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0412731e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 593208575 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 366412279 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc030da25a0}, 0xc02e6302d0, 0xc04b658540?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 366412277 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 732964406 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc038cb0410}, 0xc016d6f860, 0xc03fe84e40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 732964405 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 300256307 [select, 774 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0430caea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 300256182 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819698 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369190e70, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03854c700?, 0xc079cf13a2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03854c700, {0xc079be0f5a, 0x1a8524, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03854c700, {0xc079be0f5a?, 0x501a488?, 0x428e65?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254490a8, {0xc079be0f5a?, 0x481718?, 0xc00e287dd0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc025204180?}, {0xc079be0f5a?, 0x4?, 0xc0023ef478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc025204180, {0xc079be0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc044da4820, {0xc079be0000, 0x1a947e, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc051bd6380, {0xc079be0000?, 0xc0023ef570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc044da47e0, 0x1a947e, {0xc079be0000, 0x1a947e, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc079be0000?, {0xc079be0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc044da47e0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc044da47e0?}, 0xc02f89be30?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc044da47e0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03e8c2761, 0x9}, {0x3977a90, 0xc044da47e0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc044da47e0}, 0xc00db30e00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc044da47e0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc044da47e0}, 0xc00db30e00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc040da3260?}, {0x3977a90?, 0xc044da47e0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287dd0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 241691114 [select, 926 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02f2aebe0}, {0xc03564af60, 0x28}, 0xc032f08800?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819355 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e48e0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02efcbb00?, 0xc0769a037a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc02efcbb00, {0xc0767e0f5a, 0x1fc3bd, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc02efcbb00, {0xc0767e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc036795908, {0xc0767e0f5a?, 0x481718?, 0xc00c879320?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc033ae1200?}, {0xc0767e0f5a?, 0x4?, 0xc011691478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc033ae1200, {0xc0767e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc041cc5700, {0xc0767e0000, 0x1fd317, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04ff70dc0, {0xc0767e0000?, 0xc011691570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc041cc56c0, 0x1fd317, {0xc0767e0000, 0x1fd317, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0767e0000?, {0xc0767e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc041cc56c0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc041cc56c0?}, 0xc023312630?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc041cc56c0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc004cbef71, 0x9}, {0x3977a90, 0xc041cc56c0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc041cc56c0}, 0xc00d1e5700?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc041cc56c0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc041cc56c0}, 0xc00d1e5700) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc039f0e000?}, {0x3977a90?, 0xc041cc56c0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00c879320, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 202388958 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0303465d0, 0x28}, {0x3999930, 0xc0375ff4a0}, {0x398de90, 0xc0257493c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 202389427 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 363905927 [select, 691 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0078215e0}, {0xc0468abe30, 0x28}, 0xc01f072880?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819706 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691925b0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790500?, 0xc07fab1982?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790500, {0xc07f9e0f5a, 0x1b294d, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790500, {0xc07f9e0f5a?, 0x25ecc40?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254490e8, {0xc07f9e0f5a?, 0x481718?, 0xc00e2f82d0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc042aab640?}, {0xc07f9e0f5a?, 0x4?, 0xc002667478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc042aab640, {0xc07f9e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc021021d20, {0xc07f9e0000, 0x1b38a7, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc048de2440, {0xc07f9e0000?, 0xc002667570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc021021ce0, 0x1b38a7, {0xc07f9e0000, 0x1b38a7, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07f9e0000?, {0xc07f9e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc021021ce0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc021021ce0?}, 0xc03ea35080?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc021021ce0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215b721, 0x9}, {0x3977a90, 0xc021021ce0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc021021ce0}, 0xc00e62fa00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc021021ce0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc021021ce0}, 0xc00e62fa00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0462476b0?}, {0x3977a90?, 0xc021021ce0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f82d0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 176777431 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc035c83720}, {0xc031907410, 0x28}, 0xc03a06cb40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 688494563 [select, 94 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02374d590}, {0xc033e3e8a0, 0x28}, 0xc035bd5780?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 737995467 [select, 8 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03dbb7ec0, 0x28}, {0x3999930?, 0xc0375fe160}, 0xc01a3c3aa0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0375fe160}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 544659808 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc029df51d0}, 0xc00cfc2a50, 0xc0406ec940?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 544659842 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 743090302 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191630, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4aa80?, 0xc036b8ff31?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4aa80, {0xc036b8ff31, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4aa80, {0xc036b8ff31?, 0xc0111a2f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449068, {0xc036b8ff31?, 0x16?, 0xc0000c0100?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc036b8ff20) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819690 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743172672 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 283977584 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc00e81fd10, 0x28}, {0x3999930, 0xc0375a42c0}, {0x398de90, 0xc0326bc040}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 283977572 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 735799472 [select, 12 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03001d530, 0x28}, {0x3999930?, 0xc0339f9ef0}, 0xc01af4a4e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0339f9ef0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 743172665 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 169057831 [select, 1067 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03d9f46c0, 0x28}, {0x3999930?, 0xc03c981c30}, 0xc054361160?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03c981c30}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 593208737 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc023f860a0}, {0xc03cbaecc0, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 156366212 [select, 871 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc035b7e000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 156364024 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 497474929 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc02c8b9040}, {0xc036991230, 0x28}, 0xc03c9780c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 742819541 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e5388, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc038670180?, 0xc0778423ca?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc038670180, {0xc0777e0f5a, 0x1fe128, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc038670180, {0xc0777e0f5a?, 0x0?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc03b23aab8, {0xc0777e0f5a?, 0x481718?, 0xc00de141b0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03c131f00?}, {0xc0777e0f5a?, 0x4?, 0xc004c79478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03c131f00, {0xc0777e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc044da4660, {0xc0777e0000, 0x1ff082, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04c76b9c0, {0xc0777e0000?, 0xc004c79570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc044da4620, 0x1ff082, {0xc0777e0000, 0x1ff082, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0777e0000?, {0xc0777e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc044da4620}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc044da4620?}, 0xc02f89a570?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc044da4620?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03e8c2641, 0x9}, {0x3977a90, 0xc044da4620}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc044da4620}, 0xc00db30c00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc044da4620?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc044da4620}, 0xc00db30c00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc03bd15020?}, {0x3977a90?, 0xc044da4620?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00de141b0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 447665287 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc04125e6e0}, 0xc0213d91d0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 447665245 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 729781591 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc037cf8680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 729781220 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 687646549 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02ef19600, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc041e6cbd0, 0x28}, {0x3999930, 0xc02ef19600}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 687644934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743172635 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 138325989 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0410fe4c0, {0x398cc68, 0xc0209ddd10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 138325924 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 661900073 [select, 141 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 661900069 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 711461469 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03a6f0d50, 0x28}, {0x3999930, 0xc023063080}, {0x398de90, 0xc03ff2c580}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 711461147 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 228478424 [select, 951 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 228478388 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 490960909 [select, 428 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00c2b6000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 490960857 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819390 [IO wait]: -internal/poll.runtime_pollWait(0x7f30181e4168, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc040b3cd00?, 0xc02485b000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc040b3cd00, {0xc02485b000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc040b3cd00, {0xc02485b000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492598, {0xc02485b000?, 0x0?, 0xc03bd14e18?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc03bd14e10, {0xc02485b000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc024a8b380) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc024a8b380, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00deb1830, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 525869204 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03d8a8320}, {0xc040a0b1d0, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 561096945 [runnable]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0461d0040, {0x398cc68, 0xc036a2f180}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 561096942 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 586273165 [runnable]: -internal/poll.runtime_pollWait(0x7f301841e118, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc034adc500?, 0xc00cf74000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc034adc500, {0xc00cf74000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc034adc500, {0xc00cf74000?, 0x419e10?, 0x428f9c?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0420fc3a0, {0xc00cf74000?, 0x4216d6?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc01f8c98c0}, {0xc00cf74000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc042d3d080, {0xc023a43c00, 0x400, 0xc043f38d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc032292600, {0xc01af674cf, 0x1, 0x7f3321493498?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d92d170) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d92d170}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc043f38f60, {0x3988280, 0xc023b761c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc024c81380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 586273047 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 525869168 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03d8a8190}, 0xc0063cbe00, 0xc040155ec0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 525869166 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 288705284 [select, 838 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc031191ce0, 0x28}, {0x3999930?, 0xc03a806210}, 0xc016cdcbc7?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03a806210}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 700825392 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01cc38b98, 0x28}, {0x3999930, 0xc023e2b3f0}, {0x398de90, 0xc0382d4a40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 700825543 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 682263774 [select, 105 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 682263194 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 176777442 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03cb0f8b0}, 0xc035e2aff0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 176777151 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 742819425 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e47e8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0442ce080?, 0xc00dbf0000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0442ce080, {0xc00dbf0000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0442ce080, {0xc00dbf0000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc00e73a680, {0xc00dbf0000?, 0x0?, 0xc043139658?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc043139650, {0xc00dbf0000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc03ecc2600) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc03ecc2600, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00dbe4120, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 693765979 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc031387630}, 0xc00626c2d0, 0xc0369253c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 693765977 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 256338785 [select, 899 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03fecc540, 0x28}, {0x3999930?, 0xc0352dad10}, 0xc016d80480?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0352dad10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 372895505 [select, 673 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc030aaf1e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 372894122 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 694502900 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02f83bd90, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03f0456e0, 0x28}, {0x3999930, 0xc02f83bd90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 694502642 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 363905930 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc007821c70}, 0xc0071fed20, 0xc03a0a5900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 363905928 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 693765969 [select, 85 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 693765007 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 438981830 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc040243c70}, {0xc01e2b7650, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 283977434 [select, 847 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc00515a1e0}, {0xc00e81fd10, 0x28}, 0xc03c0c74c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 586695243 [select, 274 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc04699dd10, 0x28}, {0x3999930?, 0xc03a8ea0b0}, 0xc020a16650?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03a8ea0b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 273059524 [select, 866 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc034e7da00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 273058578 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 713249384 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc026951a20, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02fec7aa0, 0x28}, {0x3999930, 0xc026951a20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 713247603 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 661900069 [select, 141 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03b45f3e0, 0x28}, {0x3999930?, 0xc043e660b0}, 0xc01bf002e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc043e660b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 743090202 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193248, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791880?, 0xc02efb78d1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a791880, {0xc02efb78d1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a791880, {0xc02efb78d1?, 0xc000796728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449180, {0xc02efb78d1?, 0xc0481986c0?, 0xc01c47bd00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc02efb78c0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819725 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 694502898 [select, 84 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 694502642 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 519277668 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03dcafe00, 0x28}, {0x3999930, 0xc02edb66e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 519277600 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 496635049 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03095a050}, 0xc00c53a1e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 496635046 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 559777780 [select, 306 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03e85c000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 419 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 228478425 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03dc1f440, {0x398cc68, 0xc03b3c32c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 228478388 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743090342 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192d70, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d3080?, 0xc03e958821?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0404d3080, {0xc03e958821, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0404d3080, {0xc03e958821?, 0x40d489?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254491a8, {0xc03e958821?, 0xc0000c8060?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e958810) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819730 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 241690945 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc020c7bd40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 241690737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 558644833 [runnable]: -internal/poll.runtime_pollWait(0x7f301a9ffaf8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc024037280?, 0xc0547ce000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc024037280, {0xc0547ce000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc024037280, {0xc0547ce000?, 0x419e10?, 0xc04140eaa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc042ed3ec0, {0xc0547ce000?, 0xc04d3151a0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc04e608720}, {0xc0547ce000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc024037300, {0xc008d77000, 0x400, 0xc04140ed18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01fc76c60, {0xc040a7d56d, 0x1, 0x7f3018918748?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04cc62720) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04cc62720}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc04140ef60, {0x3988280, 0xc031707870}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02e6d01a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 558644892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 731861860 [select, 19 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc0348ed590}, {0xc035c62ea0, 0x28}, 0xc039cdc900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 713249385 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02fec7aa0, 0x28}, {0x3999930, 0xc026951a20}, {0x398de90, 0xc0379b7100}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 713247603 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 544659708 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc018e48d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 544659399 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 715471812 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02e6d0680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 715471083 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 526540383 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03aa55f00, {0x398cc68, 0xc041881130}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 526540208 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 298301148 [select, 817 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc037dc81a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 298299024 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 519277669 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03dcafe00, 0x28}, {0x3999930, 0xc02edb66e0}, {0x398de90, 0xc030434700}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 519277600 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 519277672 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc042217d10}, 0xc0342a0c30, 0xc033bb1900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 519277670 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 408572211 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc031596d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 429 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 585336338 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc033d4c000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 419 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 438981926 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc025619b80}, 0xc03df68a50, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 438981924 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 524889063 [select, 388 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01d45f380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 524887989 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 621972337 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0363785f0}, 0xc01002b770, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 621972336 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 743172615 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 288705417 [select, 838 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 288705284 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 680924246 [select, 107 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc00d0642a0, 0x28}, {0x3999930?, 0xc02ef19ad0}, 0xc02a3894d0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02ef19ad0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 717886062 [select, 43 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 717884911 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 717886064 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02c6e6f20, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03c9b4e40, 0x28}, {0x3999930, 0xc02c6e6f20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 717884911 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 726960111 [IO wait]: -internal/poll.runtime_pollWait(0x7f33a8040220, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0372d0500?, 0xc0259c8800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0372d0500, {0xc0259c8800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0372d0500, {0xc0259c8800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc039fa93b0, {0xc0259c8800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03afb0ae0}, {0xc0259c8800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc0372d0580, {0xc02eb9e400, 0x400, 0xc03e2f6d18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc01ed56d80, {0xc01beea8d3, 0x1, 0x7f33202b3518?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc03090d410) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc03090d410}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03e2f6f60, {0x3988280, 0xc01bdb05d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03ecf31e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 726958892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 592426916 [select, 264 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 592420582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 709146193 [select, 58 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc0327f61b0, 0x28}, {0x3999930?, 0xc035c86210}, 0xc01b148231?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc035c86210}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 235558820 [select, 938 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc000b1c690}, {0xc0447a2a50, 0x28}, 0xc033e7bc80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 593208845 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc041ad3500, {0x398cc68, 0xc039723b30}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 593208575 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 410165489 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0096a1bd0}, {0xc040f84a20, 0x28}, 0xc03dde5d00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 743166454 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191820, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a780?, 0xc0423da161?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a780, {0xc0423da161, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a780, {0xc0423da161?, 0xc01d94a728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449058, {0xc0423da161?, 0x0?, 0x0?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0423da150) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819688 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 742819557 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e45f8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4700?, 0xc077140c4a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03e9d4700, {0xc076fe0f5a, 0x1fd8fc, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03e9d4700, {0xc076fe0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034492d40, {0xc076fe0f5a?, 0x481718?, 0xc00e0cc000?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc039f48040?}, {0xc076fe0f5a?, 0x4?, 0xc0045d3478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc039f48040, {0xc076fe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc014b9de00, {0xc076fe0000, 0x1fe856, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04ecbfb00, {0xc076fe0000?, 0xc0045d3570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc014b9ddc0, 0x1fe856, {0xc076fe0000, 0x1fe856, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc076fe0000?, {0xc076fe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc014b9ddc0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc014b9ddc0?}, 0xc041dc2e10?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc014b9ddc0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03de1f7b1, 0x9}, {0x3977a90, 0xc014b9ddc0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc014b9ddc0}, 0xc00dd18d00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc014b9ddc0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc014b9ddc0}, 0xc00dd18d00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0438654d0?}, {0x3977a90?, 0xc014b9ddc0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e0cc000, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 717884911 [select, 43 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03c9b4e40, 0x28}, {0x3999930?, 0xc02c6e6f20}, 0xc019fca7a3?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02c6e6f20}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 659083021 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc038b8d0e0}, {0xc03fb966f0, 0x28}, 0xc02faeca00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 276560880 [select, 861 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc043e50960}, {0xc03a01af90, 0x28}, 0xc03539c900?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 700825328 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0360e8500}, 0xc02f7512c0, 0xc03c2236c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 700825326 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 743090372 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e4cc0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc040b3d200?, 0xc03bd152d1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc040b3d200, {0xc03bd152d1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc040b3d200, {0xc03bd152d1?, 0xc01924af28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492628, {0xc03bd152d1?, 0xc03c8f1800?, 0xc037a99000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03bd152c0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819392 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 554207088 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02447e1b0, 0x28}, {0x3999930, 0xc0228e09a0}, {0x398de90, 0xc035e3b240}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 554206550 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 734053711 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03629b290, 0x28}, {0x3999930, 0xc042abe6e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:907 +0x4f7 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 734052498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 278398205 [select, 856 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc00b650ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 278395717 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 497475157 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03adf9d60}, 0xc00891eb40, 0xc0335bc580?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 497475156 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 732964457 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc031597a00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 732963389 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 416209301 [IO wait, 594 minutes]: -internal/poll.runtime_pollWait(0x7f33a8040318, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc034bcab00?, 0xc0176eca00?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc034bcab00, {0xc0176eca00, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc034bcab00, {0xc0176eca00?, 0x20?, 0x20?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03fff7198, {0xc0176eca00?, 0xc001dfc5a0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc0396092c0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc0396092c0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03de72ef0, {0x3985c90, 0xc045ceb780}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc001dfc770?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc001dfc7d0?, 0x15ffb85?, 0xc0405b9ce0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 416209299 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 687646550 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc041e6cbd0, 0x28}, {0x3999930, 0xc02ef19600}, {0x398de90, 0xc0376c9680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 687644934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 743172495 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 562135597 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc034cadc70}, {0xc007e9e4c8, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 287587207 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01ef3f6c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 287587236 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 279441650 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc034f23d40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 279439232 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 700825327 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0360e8500}, 0xc02f7512c0, 0xc035ff6680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 700825326 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 209461404 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc01c2f0690, 0x28}, {0x3999930, 0xc0337ed600}, {0x398de90, 0xc02c488440}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 209461275 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 525869188 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03509e000, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc040a0b1d0, 0x28}, {0x3999930, 0xc03509e000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 525868442 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 230117098 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc037f82660, 0x28}, {0x3999930, 0xc02edbafd0}, {0x398de90, 0xc03b2feb80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 230116582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 228478427 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc036c9e390, 0x28}, {0x3999930, 0xc032052dc0}, {0x398de90, 0xc03dc1f440}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 228478388 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 729781638 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc026cc8140}, {0xc03edd4ff0, 0x28}, 0xc034da5300?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 700825540 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc033d4c340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 363905924 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc035e4e6c0, {0x398cc68, 0xc007821360}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 363905892 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 743089870 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d095a8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035f100?, 0xc046807451?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035f100, {0xc046807451, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035f100, {0xc046807451?, 0xc032170f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f570, {0xc046807451?, 0x471cd0?, 0xc01002c200?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc046807440) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819640 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 592426917 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03aa6b700, {0x398cc68, 0xc0206ec640}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 592420582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 717531287 [select, 44 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03a7c36b0, 0x28}, {0x3999930?, 0xc0408c86e0}, 0xc017ba37c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0408c86e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 726960384 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc032c82c80}, 0xc0194f4b40, 0xc013ce1720?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 726960383 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 209461402 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02c488440, {0x398cc68, 0xc027f3fb80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 209461275 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 693766210 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc040b94600, {0x398cc68, 0xc0343cc870}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 693765007 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 734052498 [select, 15 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03629b290, 0x28}, {0x3999930?, 0xc042abe6e0}, 0xc019189530?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc042abe6e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 736718627 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03bf3f090}, 0xc0234d0a50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 736718496 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 447665226 [select, 537 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc04255b810}, {0xc0036a5bc0, 0x28}, 0xc040155ec0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 659082735 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03e6d8d70}, 0xc018303590, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 659082732 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 711461521 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc042978320}, {0xc03a6f0d50, 0x28}, 0xc02d5db140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 235558837 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03be82840, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0447a2a50, 0x28}, {0x3999930, 0xc03be82840}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 235557816 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743090396 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192990, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790000?, 0xc046247511?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790000, {0xc046247511, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790000, {0xc046247511?, 0xc03b93cf28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490c8, {0xc046247511?, 0xc0000c8060?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc046247500) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819702 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 366411899 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc012c66d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 366410509 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 742819640 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d095a8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035f100?, 0xc07dad1692?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035f100, {0xc07d9e0f5a, 0x1a6ef6, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035f100, {0xc07d9e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f570, {0xc07d9e0f5a?, 0x481718?, 0xc00ac31a70?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0350bc740?}, {0xc07d9e0f5a?, 0x4?, 0xc004c67478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0350bc740, {0xc07d9e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc00a3d71c0, {0xc07d9e0000, 0x1a7e50, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05352e800, {0xc07d9e0000?, 0xc004c67570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc00a3d7180, 0x1a7e50, {0xc07d9e0000, 0x1a7e50, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07d9e0000?, {0xc07d9e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc00a3d7180}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc00a3d7180?}, 0xc03c63b800?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc00a3d7180?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03206a6d1, 0x9}, {0x3977a90, 0xc00a3d7180}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc00a3d7180}, 0xc00dbdd000?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc00a3d7180?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc00a3d7180}, 0xc00dbdd000) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc046807440?}, {0x3977a90?, 0xc00a3d7180?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac31a70, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 743172638 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 693766212 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02ecc55f0, 0x28}, {0x3999930, 0xc03cbaa420}, {0x398de90, 0xc040b94600}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 693765007 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 228478429 [sleep]: -time.Sleep(0x5f5e100) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataForCatchup(0xc00048f980, {0x398cc68, 0xc03b3c3360}, 0xc052285d40, 0xc04aaa6f00, 0xc010d9b590, 0xc02e8e9110?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:509 +0xa47 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03b3c3360}, 0xc010d9b590, 0xc01bda2100?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:586 +0x3e6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 228478428 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 496635048 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03095a050}, 0xc00c53a1e0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 496635046 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 366411903 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc024f82790, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0368fe360, 0x28}, {0x3999930, 0xc024f82790}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 366410509 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 304289440 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc01f4c45f0}, 0xc011983d10, 0xc024894ec0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 304289439 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 742426958 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02faeff28, 0x28}, {0x3999930, 0xc030f63340}, {0x398de90, 0xc03e482740}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 742426737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 272323809 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03a55ac80, {0x398cc68, 0xc039c2efa0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 272323929 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 680924356 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc02c624870}, 0xc0354122d0, 0xc04223ad00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 680924355 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 256340565 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0364ba960}, {0xc03fecc540, 0x28}, 0xc037b0acc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 408572126 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc03aaeff90}, {0xc02faeff88, 0x28}, 0xc0234cac60?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 400671254 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc04699d530, 0x28}, {0x3999930, 0xc0370364d0}, {0x398de90, 0xc0316d1f80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 400671054 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 235558641 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02682e1a0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 235557816 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 275062707 [select, 863 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01ef8d380, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 275061232 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 709147119 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc03b8dd130}, 0xc03c7e61e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 709147115 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 241691139 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03564af60, 0x28}, {0x3999930, 0xc03340b810}, {0x398de90, 0xc03638cac0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 241690737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 544659710 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02c83b480, {0x398cc68, 0xc02faff270}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 544659399 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 438981927 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc025619b80}, 0xc03df68a50, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 438981924 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 272324131 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc034bdb800, 0x28}, {0x3999930, 0xc03364ca50}, {0x398de90, 0xc03a55ac80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 272323929 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 621972253 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0019b8b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 621970267 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819391 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e4db8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc040b3d180?, 0xc07ceb1982?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc040b3d180, {0xc07cde0f5a, 0x1b0f02, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc040b3d180, {0xc07cde0f5a?, 0x8f?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034492620, {0xc07cde0f5a?, 0x481718?, 0xc00deb19e0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc02fc59ac0?}, {0xc07cde0f5a?, 0x4?, 0xc0045b9478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc02fc59ac0, {0xc07cde0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039cdb2a0, {0xc07cde0000, 0x1b1e5c, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc02f10c540, {0xc07cde0000?, 0xc0045b9570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039cdb260, 0x1b1e5c, {0xc07cde0000, 0x1b1e5c, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07cde0000?, {0xc07cde0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039cdb260}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039cdb260?}, 0xc04155c870?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039cdb260?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03b408971, 0x9}, {0x3977a90, 0xc039cdb260}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039cdb260}, 0xc00bc24c00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039cdb260?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039cdb260}, 0xc00bc24c00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc04838ec60?}, {0x3977a90?, 0xc039cdb260?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00deb19e0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 717533606 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc025397c80, {0x398cc68, 0xc0463443c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 717531287 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 593208705 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0412731e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 593208575 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 554207141 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc0238e37c0}, 0xc019207a40, 0xc030434680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 554207139 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 706123528 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc033ab4a00, {0x398cc68, 0xc0372aa5f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 706122561 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 742819486 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685eccf0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03094a400?, 0xc07fd50ad2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03094a400, {0xc07fbe0f5a, 0x1b2b5a, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03094a400, {0xc07fbe0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc03c039c30, {0xc07fbe0f5a?, 0x481718?, 0xc00db0afc0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0367552c0?}, {0xc07fbe0f5a?, 0x4?, 0xc00eb2b478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0367552c0, {0xc07fbe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc00a3d72a0, {0xc07fbe0000, 0x1b3ab4, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05352e900, {0xc07fbe0000?, 0xc00eb2b570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc00a3d7260, 0x1b3ab4, {0xc07fbe0000, 0x1b3ab4, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07fbe0000?, {0xc07fbe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc00a3d7260}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc00a3d7260?}, 0xc03c63b8f0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc00a3d7260?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03206a761, 0x9}, {0x3977a90, 0xc00a3d7260}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc00a3d7260}, 0xc00dbdd100?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc00a3d7260?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc00a3d7260}, 0xc00dbdd100) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc02ed4cd50?}, {0x3977a90?, 0xc00a3d7260?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00db0afc0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 742819295 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec628, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ec80?, 0xc0754b1982?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035ec80, {0xc0753e0f5a, 0x1fa174, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035ec80, {0xc0753e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f528, {0xc0753e0f5a?, 0x481718?, 0xc00ac31560?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0395de2c0?}, {0xc0753e0f5a?, 0x4?, 0xc0034ad478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0395de2c0, {0xc0753e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc02293c200, {0xc0753e0000, 0x1fb0ce, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc036924a40, {0xc0753e0000?, 0xc0034ad570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc02293c1c0, 0x1fb0ce, {0xc0753e0000, 0x1fb0ce, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0753e0000?, {0xc0753e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc02293c1c0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc02293c1c0?}, 0xc039e49980?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc02293c1c0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc01dc63e41, 0x9}, {0x3977a90, 0xc02293c1c0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc02293c1c0}, 0xc00655c800?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc02293c1c0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc02293c1c0}, 0xc00655c800) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc037e74090?}, {0x3977a90?, 0xc02293c1c0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac31560, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 526540360 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc01c00a4b0}, 0xc02196c690, 0xc04518f440?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 526540358 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 400671253 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc0370364d0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc04699d530, 0x28}, {0x3999930, 0xc0370364d0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 400671054 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 476629118 [select, 481 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01bae4000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 476626894 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 732963389 [select, 17 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc016ba4f60, 0x28}, {0x3999930?, 0xc02fc3e0b0}, 0xc019bbcf10?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02fc3e0b0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 524586727 [IO wait, 391 minutes]: -internal/poll.runtime_pollWait(0x7f33231e94c0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc031733400?, 0xc01b5e655c?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc031733400, {0xc01b5e655c, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc031733400, {0xc01b5e655c?, 0xc02203f530?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc02383d578, {0xc01b5e655c?, 0xc02203f5a0?, 0x4142a5?}) - /usr/local/go/src/net/net.go:179 +0x45 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04efb4c30) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04efb4c30}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc038d38ef0, {0x3985c90, 0xc036b4a3c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.shareEphPubKey.func2(0xc02203f770?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:315 +0xe5 -github.com/tendermint/tendermint/internal/libs/async.Parallel.func1(0xc02203f7d0?, 0x15ffb85?, 0xc03fe8cf00) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:158 +0x71 -created by github.com/tendermint/tendermint/internal/libs/async.Parallel in goroutine 524586725 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/async/async.go:141 +0x7c - -goroutine 271674373 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc02266d580, {0x398cc68, 0xc020f963c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 271672873 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 737997401 [select, 8 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 737995467 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 592426915 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc0244d6340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 592420582 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 660512451 [select, 143 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 660511838 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 743090346 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191b08, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a600?, 0xc03e1a0e21?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a600, {0xc03e1a0e21, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a600, {0xc03e1a0e21?, 0x40d489?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449040, {0xc03e1a0e21?, 0xc0000c8060?, 0xc0000c80b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e1a0e10) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819685 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 325914718 [runnable]: -internal/poll.runtime_pollWait(0x7f3323fc97a8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02fc45280?, 0xc054924800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02fc45280, {0xc054924800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02fc45280, {0xc054924800?, 0x419e10?, 0x481718?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc033668a18, {0xc054924800?, 0x15fff17?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0341183c0}, {0xc054924800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc025a4c480, {0xc0268f4800, 0x400, 0xc03850dd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc026fac9c0, {0xc01889de01, 0x1, 0x7f30116af178?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04c6b0030) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04c6b0030}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03850df60, {0x3988280, 0xc01e0dc9e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc021e3bba0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 325914361 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 587074398 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03c680000, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0363935f0, 0x28}, {0x3999930, 0xc03c680000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 587073538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 732964461 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc016ba4f60, 0x28}, {0x3999930, 0xc02fc3e0b0}, {0x398de90, 0xc038257a40}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 732963389 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 496635047 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc03095a050}, 0xc00c53a1e0, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 496635046 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 272897608 [select, 867 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc01bdd89c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 272895454 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 408572215 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc036ba78c0, {0x398cc68, 0xc04f422140}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 408572214 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 366412119 [select, 686 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc03c237400}, {0xc0368fe360, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 497475115 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc01e9a91e0, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc036991230, 0x28}, {0x3999930, 0xc01e9a91e0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 497475039 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743172618 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 585336343 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc021c5f220}, 0xc011032ff0, 0xc042bd3180?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 585336323 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 682263772 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc033c29040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 682263194 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 713249275 [select, 51 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02cde40f0}, {0xc02fec7aa0, 0x28}, 0xc03ac18340?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 280668809 [select, 840 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc027f404e0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 280666618 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819690 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191630, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4aa80?, 0xc07c350ad2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4aa80, {0xc07c1e0f5a, 0x1b00c8, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4aa80, {0xc07c1e0f5a?, 0x25ecc40?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449068, {0xc07c1e0f5a?, 0x481718?, 0xc00e287950?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc00d4419c0?}, {0xc07c1e0f5a?, 0x4?, 0xc002c2d478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc00d4419c0, {0xc07c1e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc021021700, {0xc07c1e0000, 0x1b1022, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc03b3a1dc0, {0xc07c1e0000?, 0xc002c2d570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc0210216c0, 0x1b1022, {0xc07c1e0000, 0x1b1022, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07c1e0000?, {0xc07c1e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc0210216c0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc0210216c0?}, 0xc03ea34690?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc0210216c0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215b0f1, 0x9}, {0x3977a90, 0xc0210216c0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc0210216c0}, 0xc00e62f500?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc0210216c0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc0210216c0}, 0xc00e62f500) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc036b8ff20?}, {0x3977a90?, 0xc0210216c0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e287950, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 408572216 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc02ef18210, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02faeff88, 0x28}, {0x3999930, 0xc02ef18210}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 408572214 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 410165373 [select, 605 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc040f84a20, 0x28}, {0x3999930?, 0xc04796ed10}, 0xc025928e80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc04796ed10}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 742819703 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192898, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790080?, 0xc07acb1982?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a790080, {0xc07abe0f5a, 0x1a2a14, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a790080, {0xc07abe0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc0254490d0, {0xc07abe0f5a?, 0x481718?, 0xc00e2f8120?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc03a1b9e00?}, {0xc07abe0f5a?, 0x4?, 0xc0034df478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc03a1b9e00, {0xc07abe0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039cdb1c0, {0xc07abe0000, 0x1a396e, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc02f10c0c0, {0xc07abe0000?, 0xc0034df570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039cdb180, 0x1a396e, {0xc07abe0000, 0x1a396e, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07abe0000?, {0xc07abe0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039cdb180}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039cdb180?}, 0xc04155c690?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039cdb180?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03b4088e1, 0x9}, {0x3977a90, 0xc039cdb180}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039cdb180}, 0xc00bc24b00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039cdb180?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039cdb180}, 0xc00bc24b00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0430b3f50?}, {0x3977a90?, 0xc039cdb180?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8120, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 743090045 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193530, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791100?, 0xc02efb7451?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a791100, {0xc02efb7451, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a791100, {0xc02efb7451?, 0xc014152f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449168, {0xc02efb7451?, 0x471cd0?, 0xc0127c7f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc02efb7440) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819722 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 283977469 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc024b7ca50}, 0xc02f1be960, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 283977466 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 742426956 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc03e482740, {0x398cc68, 0xc035ad0230}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 742426737 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 410166002 [sleep]: -time.Sleep(0x5f5e100) - /usr/local/go/src/runtime/time.go:195 +0x125 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataForCatchup(0xc00048f980, {0x398cc68, 0xc0437c8f00}, 0xc04b2fa270, 0xc03a0a1400, 0xc0152131d0, 0xc030926000?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:509 +0xa47 -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc0437c8f00}, 0xc0152131d0, 0xc047184c40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:586 +0x3e6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 410165745 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 717886242 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc02204b9a0}, 0xc01b48a2d0, 0xc041070a80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 717886096 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 742819720 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193720, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791000?, 0xc07caa264a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a791000, {0xc07c9e0f5a, 0x1aa618, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a791000, {0xc07c9e0f5a?, 0x737834656c633837?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449158, {0xc07c9e0f5a?, 0x481718?, 0xc00e2f8ab0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0320b7a00?}, {0xc07c9e0f5a?, 0x4?, 0xc004c75478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0320b7a00, {0xc07c9e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc01d37a580, {0xc07c9e0000, 0x1ab572, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc054740380, {0xc07c9e0000?, 0xc004c75570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc01d37a540, 0x1ab572, {0xc07c9e0000, 0x1ab572, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07c9e0000?, {0xc07c9e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc01d37a540}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc01d37a540?}, 0xc0357a9c20?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc01d37a540?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03839fa21, 0x9}, {0x3977a90, 0xc01d37a540}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc01d37a540}, 0xc002faec00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc01d37a540?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc01d37a540}, 0xc002faec00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc01f5691a0?}, {0x3977a90?, 0xc01d37a540?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8ab0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 732964411 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc038cb05a0}, {0xc016ba4f60, 0x28}, 0x0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 715471880 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc01fbf1090}, {0xc043a01110, 0x28}, 0xc0239d7fb8?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 659083018 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc01d4f0210, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03fb966f0, 0x28}, {0x3999930, 0xc01d4f0210}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 659082963 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 562135666 [select, 320 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc007e9e4c8, 0x28}, {0x3999930?, 0xc041055ad0}, 0xc04e5fd340?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 419 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 272324130 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03364ca50, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc034bdb800, 0x28}, {0x3999930, 0xc03364ca50}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 272323929 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 621972387 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0363785f0}, 0xc01002b770, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 621972336 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 709147272 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc035c86210, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0327f61b0, 0x28}, {0x3999930, 0xc035c86210}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 709146193 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 592288556 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc040ed9bd0}, 0xc01da0b2c0, 0xc0019ce680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 592288554 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 533225506 [select, 374 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).onReceive(...) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:395 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02258ad00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:565 +0x4a4 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 533225358 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 438981957 [select, 553 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc01f932f00}, {0xc01e2b7650, 0x28}, 0xc033677140?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 690307862 [runnable]: -internal/poll.runtime_pollWait(0x7f33a8040030, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02f94bc80?, 0xc04f6c724c?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02f94bc80, {0xc04f6c724c, 0x1c8, 0x5b4}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02f94bc80, {0xc04f6c724c?, 0x419e10?, 0xc03e0bfaa0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc030a1a7b0, {0xc04f6c724c?, 0xc052a122a0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc03187e480}, {0xc04f6c7000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc026c66780, {0xc014ab8c00, 0x400, 0xc03e0bfd18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc0423cd7a0, {0xc019baa8e7, 0x1, 0x7f3019e82e28?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04dab4510) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04dab4510}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03e0bff60, {0x3988280, 0xc0261248f0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc02e9f9040, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 690305886 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 512380581 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc01ad2a050}, 0xc03a931770, 0xc03ff66c80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 512380579 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 694502848 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02dedd6c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 694502642 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 732964458 [select, 17 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 732963389 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 743090316 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e4db8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc040b3d180?, 0xc04838ec71?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc040b3d180, {0xc04838ec71, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc040b3d180, {0xc04838ec71?, 0xc001852f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492620, {0xc04838ec71?, 0xc02e02eb40?, 0xc01352dd00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc04838ec60) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819391 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743172637 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743089962 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ecee0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4980?, 0xc0358f6ac1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03e9d4980, {0xc0358f6ac1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03e9d4980, {0xc0358f6ac1?, 0xc03b93bf28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492d68, {0xc0358f6ac1?, 0x471cd0?, 0xc01231ee00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0358f6ab0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819563 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 742819691 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191538, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4ab00?, 0xc07ff20f3a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4ab00, {0xc07fde0f5a, 0x1afec2, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4ab00, {0xc07fde0f5a?, 0x14?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449070, {0xc07fde0f5a?, 0x481718?, 0xc00e2879e0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0320b75c0?}, {0xc07fde0f5a?, 0x4?, 0xc001b19478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0320b75c0, {0xc07fde0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc009b27700, {0xc07fde0000, 0x1b0e1c, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05545bf00, {0xc07fde0000?, 0xc001b19570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc009b276c0, 0x1b0e1c, {0xc07fde0000, 0x1b0e1c, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07fde0000?, {0xc07fde0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc009b276c0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc009b276c0?}, 0xc03e279bf0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc009b276c0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0344e04c1, 0x9}, {0x3977a90, 0xc009b276c0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc009b276c0}, 0xc00f105a00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc009b276c0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc009b276c0}, 0xc00f105a00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc01f568c90?}, {0x3977a90?, 0xc009b276c0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2879e0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 558644815 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc05f1253b0}, 0xc00866cff0, 0xc03dd6be80?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 558644813 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 525869164 [IO wait]: -internal/poll.runtime_pollWait(0x7f33231e9998, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc046a82400?, 0xc02c8ff000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc046a82400, {0xc02c8ff000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc046a82400, {0xc02c8ff000?, 0x419e10?, 0x3f?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc030fc8f48, {0xc02c8ff000?, 0x7f3320981bb0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc0387b9da0}, {0xc02c8ff000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc024afed80, {0xc0246fac00, 0x400, 0xc035c4ed18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc033806ae0, {0xc017a2c25c, 0x1, 0x7f3320bad6f8?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc051a2f8c0) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc051a2f8c0}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc035c4ef60, {0x3988280, 0xc018c32ec0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc03880bd40, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 525868442 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 743090171 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191158, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4bf80?, 0xc03ac5a101?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4bf80, {0xc03ac5a101, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4bf80, {0xc03ac5a101?, 0xc00f6e3728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449090, {0xc03ac5a101?, 0xc00f6e37b0?, 0xc00f6e3700?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03ac5a0f0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819695 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743172616 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 735799964 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc037321630}, 0xc02406d0e0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 735799961 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 715471811 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02e6d0680, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 715471083 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 526540385 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc043589e30, 0x28}, {0x3999930, 0xc035886a50}, {0x398de90, 0xc03aa55f00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 526540208 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 711461147 [select, 54 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03a6f0d50, 0x28}, {0x3999930?, 0xc023063080}, 0xc018fa91e0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc023063080}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 562135596 [select, 320 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc034cadbd0}, {0xc007e9e4c8, 0x28}, 0xc02f2bfcc0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 694502858 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc026477360}, 0xc0109dc780, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 694502855 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 519277482 [select, 401 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc024998320}, {0xc03dcafe00, 0x28}, 0xc000053680?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 706123556 [select, 64 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 706122561 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 711461602 [select, 54 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc042978370}, {0xc03a6f0d50, 0x28}, 0xc04741d380?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 735800066 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03001d530, 0x28}, {0x3999930, 0xc0339f9ef0}, {0x398de90, 0xc043227380}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 735799472 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 585336192 [select, 277 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc006965368, 0x28}, {0x3999930?, 0xc040ab2160}, 0xc044f01440?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -created by github.com/tendermint/tendermint/internal/p2p.(*Router).connectPeer in goroutine 419 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:680 +0xc69 - -goroutine 687646433 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0430ca000, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 687644934 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 661900076 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03b45f3e0, 0x28}, {0x3999930, 0xc043e660b0}, {0x398de90, 0xc01fa65240}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 661900069 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 592282861 [select, 264 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03feccd20, 0x28}, {0x3999930?, 0xc0222c5b80}, 0xc01b3c1bf2?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0222c5b80}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 742819393 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e4bc8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc040b3d280?, 0xc00deb4000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc040b3d280, {0xc00deb4000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc040b3d280, {0xc00deb4000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492630, {0xc00deb4000?, 0x0?, 0xc03bd153b8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc03bd153b0, {0xc00deb4000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc024a8b980) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc024a8b980, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00deb1b00, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 680924340 [select, 107 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc036124960}, {0xc00d0642a0, 0x28}, 0xc02b472280?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 742819725 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193248, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791880?, 0xc07b731912?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a791880, {0xc07b5e0f5a, 0x1aaf01, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a791880, {0xc07b5e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449180, {0xc07b5e0f5a?, 0x481718?, 0xc00e2f8d80?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0375355c0?}, {0xc07b5e0f5a?, 0x4?, 0xc001d33478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0375355c0, {0xc07b5e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc01d37a4a0, {0xc07b5e0000, 0x1abe5b, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc054740300, {0xc07b5e0000?, 0xc001d33570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc01d37a460, 0x1abe5b, {0xc07b5e0000, 0x1abe5b, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07b5e0000?, {0xc07b5e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc01d37a460}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc01d37a460?}, 0xc0357a9b00?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc01d37a460?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03839f961, 0x9}, {0x3977a90, 0xc01d37a460}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc01d37a460}, 0xc002faeb00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc01d37a460?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc01d37a460}, 0xc002faeb00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc02efb78c0?}, {0x3977a90?, 0xc01d37a460?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8d80, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 717886197 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0363fe690}, {0xc03c9b4e40, 0x28}, 0xc0377d0f40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 742426799 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc032e291d0}, 0xc01bd61ef0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 742426796 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 694502901 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03f0456e0, 0x28}, {0x3999930, 0xc02f83bd90}, {0x398de90, 0xc0432208c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 694502642 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 587074394 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc039fe16c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 587073538 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 592288557 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc040ed9bd0}, 0xc01da0b2c0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 592288554 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 592426841 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc024258dc0}, 0xc01c0254a0, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 592426838 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 742819512 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685eca08, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02f5b4b80?, 0xc00e124000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02f5b4b80, {0xc00e124000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02f5b4b80, {0xc00e124000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025448c18, {0xc00e124000?, 0x0?, 0xc02ed4cde8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc02ed4cde0, {0xc00e124000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc0210da5a0) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc0210da5a0, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00d0395f0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 621972252 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0019b8b60, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 621970267 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 742819634 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d09b78, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ee00?, 0xc079ea1afa?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035ee00, {0xc079de0f5a, 0x1a28e7, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035ee00, {0xc079de0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f540, {0xc079de0f5a?, 0x481718?, 0xc00ac31710?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0395de600?}, {0xc079de0f5a?, 0x4?, 0xc002665478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0395de600, {0xc079de0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc014dae200, {0xc079de0000, 0x1a3841, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04ecbfd00, {0xc079de0000?, 0xc002665570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc014dae1c0, 0x1a3841, {0xc079de0000, 0x1a3841, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc079de0000?, {0xc079de0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc014dae1c0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc014dae1c0?}, 0xc041dc31d0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc014dae1c0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03de1fa21, 0x9}, {0x3977a90, 0xc014dae1c0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc014dae1c0}, 0xc00dd19100?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc014dae1c0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc014dae1c0}, 0xc00dd19100) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc037e74510?}, {0x3977a90?, 0xc014dae1c0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac31710, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 742819563 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ecee0, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4980?, 0xc0756c180a?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03e9d4980, {0xc0755e0f5a, 0x1fa6e3, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03e9d4980, {0xc0755e0f5a?, 0x17f1e61db08fa6d0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034492d68, {0xc0755e0f5a?, 0x481718?, 0xc00e0cc2d0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc035152f80?}, {0xc0755e0f5a?, 0x4?, 0xc0133cd478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc035152f80, {0xc0755e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc014b9db60, {0xc0755e0000, 0x1fb63d, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc050b57c40, {0xc0755e0000?, 0xc0133cd570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc014b9db20, 0x1fb63d, {0xc0755e0000, 0x1fb63d, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0755e0000?, {0xc0755e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc014b9db20}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc014b9db20?}, 0xc041dc28a0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc014b9db20?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03de1f5d1, 0x9}, {0x3977a90, 0xc014b9db20}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc014b9db20}, 0xc00dd18a00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc014b9db20?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc014b9db20}, 0xc00dd18a00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0358f6ab0?}, {0x3977a90?, 0xc014b9db20?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e0cc2d0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 688494060 [IO wait]: -internal/poll.runtime_pollWait(0x7f33231e93c8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0261f6e80?, 0xc01b6eb800?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0261f6e80, {0xc01b6eb800, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0261f6e80, {0xc01b6eb800?, 0x419e10?, 0x7f?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025741df8, {0xc01b6eb800?, 0x7f332098c7a0?, 0x481718?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x7f33a80f8fd0, 0xc038ec98f0}, {0xc01b6eb800, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc050073c80, {0xc008d77400, 0x400, 0xc03358ed18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc033a24600, {0xc0251368fa, 0x1, 0x7f3321679210?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc044b15620) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc044b15620}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03358ef60, {0x3988280, 0xc034c5ebf0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc030adb6c0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 688494325 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 690305886 [select, 91 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03b8cf5c0, 0x28}, {0x3999930?, 0xc0214f49a0}, 0xc018a61a90?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc0214f49a0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 729781594 [select]: -github.com/tendermint/tendermint/internal/p2p.(*simpleQueue).run(0xc0328e5e00, {0x398cc68, 0xc02480bc70}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:63 +0x2fc -created by github.com/tendermint/tendermint/internal/p2p.newSimplePriorityQueue in goroutine 729781220 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/rqueue.go:36 +0x18d - -goroutine 734053707 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc01ddf6d00, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 734052498 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 743172610 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 742819724 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193340, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a791800?, 0xc07a3110b2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc03a791800, {0xc07a1e0f5a, 0x1a2970, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc03a791800, {0xc07a1e0f5a?, 0x0?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449178, {0xc07a1e0f5a?, 0x481718?, 0xc00e2f8cf0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc037535340?}, {0xc07a1e0f5a?, 0x4?, 0xc0034af478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc037535340, {0xc07a1e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc039ac3700, {0xc07a1e0000, 0x1a38ca, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc05479e800, {0xc07a1e0000?, 0xc0034af570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc039ac36c0, 0x1a38ca, {0xc07a1e0000, 0x1a38ca, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07a1e0000?, {0xc07a1e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc039ac36c0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc039ac36c0?}, 0xc0411db0e0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc039ac36c0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc035bffc31, 0x9}, {0x3977a90, 0xc039ac36c0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc039ac36c0}, 0xc00765f600?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc039ac36c0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc039ac36c0}, 0xc00765f600) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc02efb7740?}, {0x3977a90?, 0xc039ac36c0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2f8cf0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 742819689 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191728, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a800?, 0xc07a471f62?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a800, {0xc07a3e0f5a, 0x1a49fc, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a800, {0xc07a3e0f5a?, 0x18dbbd47740d6dda?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449060, {0xc07a3e0f5a?, 0x481718?, 0xc00e2878c0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc00d441e40?}, {0xc07a3e0f5a?, 0x4?, 0xc003d87478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc00d441e40, {0xc07a3e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc021021540, {0xc07a3e0000, 0x1a5956, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc03b3a1cc0, {0xc07a3e0000?, 0xc003d87570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc021021500, 0x1a5956, {0xc07a3e0000, 0x1a5956, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07a3e0000?, {0xc07a3e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc021021500}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc021021500?}, 0xc03ea344b0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc021021500?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc04215afd1, 0x9}, {0x3977a90, 0xc021021500}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc021021500}, 0xc00e62f300?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc021021500?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc021021500}, 0xc00e62f300) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0423da300?}, {0x3977a90?, 0xc021021500?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2878c0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 743090167 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369193818, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790c80?, 0xc0394c75a1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790c80, {0xc0394c75a1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790c80, {0xc0394c75a1?, 0xc000c1e728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449150, {0xc0394c75a1?, 0xc0357455c0?, 0xc0128ebbb8?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0394c7590) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819719 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 660512241 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02e6d1ba0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 660511838 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 717533605 [select, 44 minutes]: -github.com/tendermint/tendermint/libs/service.(*BaseService).Start.func1({0x398cc68, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:129 +0x90 -created by github.com/tendermint/tendermint/libs/service.(*BaseService).Start in goroutine 717531287 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/libs/service/service.go:128 +0x35b - -goroutine 682263790 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipVotesRoutine(0xc00048f980, {0x398cc68, 0xc03eccd950}, 0xc005b48ff0, 0xc036cab840?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:817 +0x4a6 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 682263788 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1005 +0x1e5 - -goroutine 737997427 [select]: -github.com/tendermint/tendermint/internal/mempool.(*Reactor).broadcastTxRoutine(0xc000cc2280, {0x398cc68?, 0xc0359abd10}, {0xc03dbb7ec0, 0x28}, 0xc0316d1f00?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:348 +0x599 -created by github.com/tendermint/tendermint/internal/mempool.(*Reactor).processPeerUpdate in goroutine 441 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/mempool/reactor.go:254 +0x3c8 - -goroutine 592420582 [select, 264 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc036ce5260, 0x28}, {0x3999930?, 0xc03b8a8000}, 0xc01b7144b5?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc03b8a8000}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 742819694 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191250, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4bf00?, 0xc008d6a000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4bf00, {0xc008d6a000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4bf00, {0xc008d6a000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449088, {0xc008d6a000?, 0x0?, 0xc03925df58?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc03925df50, {0xc008d6a000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc039937140) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc039937140, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00e287b90, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 726960113 [select, 27 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc029575d10}, {0xc04e6be840, 0x28}, 0xc043226b40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 621972402 [select, 212 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc02ff4c0a0}, {0xc0180697a0, 0x28}, 0xc000c0d7c0?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 694502642 [select, 84 minutes]: -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer(0xc000491b80, {0x398cc68?, 0xc000053680}, {0xc03f0456e0, 0x28}, {0x3999930?, 0xc02f83bd90}, 0xc01b734707?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:841 +0x54d -github.com/tendermint/tendermint/internal/p2p.(*Router).openConnection(0xc000491b80, {0x398cc68, 0xc000053680}, {0x3999930?, 0xc02f83bd90}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:580 +0xb67 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).acceptPeers in goroutine 406 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:525 +0x52e - -goroutine 736718619 [select]: -github.com/tendermint/tendermint/internal/p2p.(*Router).sendPeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc03a2b9b30, 0x28}, {0x3999930, 0xc021fcc0b0}, {0x398de90, 0xc03c7d80c0}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:930 +0x1cc -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func3() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:835 +0x56 -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 736718363 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:833 +0x4d6 - -goroutine 743090010 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d08cf0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a300?, 0xc046246d61?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a300, {0xc046246d61, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a300, {0xc046246d61?, 0x2680?, 0x4ff8540?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449030, {0xc046246d61?, 0xc03847b140?, 0xc022055378?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc046246d50) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819683 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 682263970 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc036dbb290, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0193e9500, 0x28}, {0x3999930, 0xc036dbb290}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 682263194 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 731861681 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc035f37520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 731860318 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 714663513 [sync.Cond.Wait]: -sync.runtime_notifyListWait(0xc0177cc0a0, 0x1c4) - /usr/local/go/src/runtime/sema.go:527 +0x159 -sync.(*Cond).Wait(0xc1ae0bb7aa44be85?) - /usr/local/go/src/sync/cond.go:70 +0x85 -github.com/cockroachdb/pebble/record.(*flusherCond).Wait(...) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/record/log_writer.go:204 -github.com/cockroachdb/pebble/record.(*LogWriter).flushLoop(0xc0177cc000, {0x260fb80, 0x5020b20}) - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/record/log_writer.go:436 +0x67c -runtime/pprof.Do({0x398c7c0?, 0x5020b20?}, {{0xc000197f80?, 0x0?, 0xc0109b2f80?}}, 0xc0109b2fc0) - /usr/local/go/src/runtime/pprof/runtime.go:51 +0x9d -github.com/cockroachdb/pebble/record.NewLogWriter.func2() - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/record/log_writer.go:355 +0x56 -created by github.com/cockroachdb/pebble/record.NewLogWriter in goroutine 212 - /root/go/pkg/mod/github.com/cockroachdb/pebble@v0.0.0-20230928194634-aa077af62593/record/log_writer.go:354 +0x416 - -goroutine 693765978 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).gossipDataRoutine(0xc00048f980, {0x398cc68, 0xc031387630}, 0xc00626c2d0, 0xc04817bc40?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:526 +0x1d8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 693765977 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1004 +0x157 - -goroutine 742819297 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec438, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ed80?, 0xc07ae620da?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035ed80, {0xc07ade0f5a, 0x1a4230, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035ed80, {0xc07ade0f5a?, 0x14?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f538, {0xc07ade0f5a?, 0x481718?, 0xc00ac31680?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc0395de500?}, {0xc07ade0f5a?, 0x4?, 0xc001b17478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc0395de500, {0xc07ade0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc014dae2e0, {0xc07ade0000, 0x1a518a, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc04ecbfd80, {0xc07ade0000?, 0xc001b17570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc014dae2a0, 0x1a518a, {0xc07ade0000, 0x1a518a, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07ade0000?, {0xc07ade0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc014dae2a0}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc014dae2a0?}, 0xc041dc32c0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc014dae2a0?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc03de1fae1, 0x9}, {0x3977a90, 0xc014dae2a0}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc014dae2a0}, 0xc00dd19200?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc014dae2a0?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc014dae2a0}, 0xc00dd19200) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc037e74390?}, {0x3977a90?, 0xc014dae2a0?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac31680, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 700825541 [runnable]: -internal/poll.runtime_pollWait(0x7f300f0c4790, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02ea2b580?, 0xc03762b000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02ea2b580, {0xc03762b000, 0x414, 0x800}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02ea2b580, {0xc03762b000?, 0x1060529075ab003e?, 0xc02daf87e0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc006ec03c8, {0xc03762b000?, 0x25d8c80?, 0xc04bd0c6c0?}) - /usr/local/go/src/net/net.go:179 +0x45 -io.ReadAtLeast({0x396c360, 0xc006ec03c8}, {0xc03762b000, 0x414, 0x800}, 0x414) - /usr/local/go/src/io/io.go:335 +0x90 -io.ReadFull(...) - /usr/local/go/src/io/io.go:354 -github.com/tendermint/tendermint/internal/p2p/conn.(*SecretConnection).Read(0xc019a1a780, {0xc008f05c00, 0x400, 0xc03e0bed18?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/secret_connection.go:246 +0x26b -bufio.(*Reader).Read(0xc02f2061e0, {0xc053af8995, 0x1, 0x7f3323387db0?}) - /usr/local/go/src/bufio/bufio.go:244 +0x197 -github.com/tendermint/tendermint/internal/libs/protoio.(*byteReader).ReadByte(0xc04d59a180) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/io.go:93 +0x2f -encoding/binary.ReadUvarint({0x396d400, 0xc04d59a180}) - /usr/local/go/src/encoding/binary/varint.go:136 +0x82 -github.com/tendermint/tendermint/internal/libs/protoio.(*varintReader).ReadMsg(0xc03e0bef60, {0x3988280, 0xc051d51c00}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/libs/protoio/reader.go:68 +0xd8 -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).recvRoutine(0xc033d4c340, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:504 +0x208 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 423 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:213 +0x28b - -goroutine 742819638 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d09798, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035f000?, 0xc07eab24d2?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc04035f000, {0xc07e9e0f5a, 0x1ab71b, 0x1ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc04035f000, {0xc07e9e0f5a?, 0x2?, 0x9125a0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc034f6f560, {0xc07e9e0f5a?, 0x481718?, 0xc00ac31950?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc034271980?}, {0xc07e9e0f5a?, 0x4?, 0xc0058d1478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc034271980, {0xc07e9e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc026b68e40, {0xc07e9e0000, 0x1ac675, 0x200000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc00f21d040, {0xc07e9e0000?, 0xc0058d1570?, 0x45369f?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc026b68e00, 0x1ac675, {0xc07e9e0000, 0x1ac675, 0x200000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc07e9e0000?, {0xc07e9e0000?, 0x200000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc026b68e00}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc026b68e00?}, 0xc03dad2de0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc026b68e00?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc05519b121, 0x9}, {0x3977a90, 0xc026b68e00}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc026b68e00}, 0xc00ec33b00?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc026b68e00?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc026b68e00}, 0xc00ec33b00) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc043e9d110?}, {0x3977a90?, 0xc026b68e00?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00ac31950, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 742441977 [select, 1 minutes]: -net.(*netFD).connect.func2() - /usr/local/go/src/net/fd_unix.go:118 +0x7a -created by net.(*netFD).connect in goroutine 418 - /usr/local/go/src/net/fd_unix.go:117 +0x399 - -goroutine 742426981 [select, 1 minutes]: -github.com/tendermint/tendermint/internal/evidence.(*Reactor).broadcastEvidenceLoop(0xc01d0b0580, {0x398cc68, 0xc031065130}, {0xc02faeff28, 0x28}, 0xc036cab840?) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:274 +0x177 -created by github.com/tendermint/tendermint/internal/evidence.(*Reactor).processPeerUpdate in goroutine 436 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/evidence/reactor.go:209 +0x38e - -goroutine 743090315 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192898, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790080?, 0xc0430b3f61?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790080, {0xc0430b3f61, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790080, {0xc0430b3f61?, 0xc007d74728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490d0, {0xc0430b3f61?, 0xc042ca1d80?, 0x17f9f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0430b3f50) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819703 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743172661 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 734184733 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03b22a840, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc02c75ff50, 0x28}, {0x3999930, 0xc03b22a840}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 734183782 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743172676 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 742819682 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d08de8, 0x77) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a280?, 0xc081891c72?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitWrite(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 -internal/poll.(*FD).Write(0xc020f4a280, {0xc0817e0f5a, 0x2072e6, 0x3ff0a6}) - /usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6 -net.(*netFD).Write(0xc020f4a280, {0xc0817e0f5a?, 0x0?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:96 +0x25 -net.(*conn).Write(0xc025449028, {0xc0817e0f5a?, 0x2?, 0xc00e2874d0?}) - /usr/local/go/src/net/net.go:191 +0x45 -net/http.checkConnErrorWriter.Write({0xc042aab280?}, {0xc0817e0f5a?, 0x4?, 0xc00285b478?}) - /usr/local/go/src/net/http/server.go:3599 +0x2d -bufio.(*Writer).Write(0xc042aab280, {0xc0817e0000?, 0x29baf89?, 0x4?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*chunkWriter).Write(0xc009b272a0, {0xc0817e0000, 0x208240, 0x400000}) - /usr/local/go/src/net/http/server.go:388 +0x106 -bufio.(*Writer).Write(0xc0547a8d40, {0xc0817e0000?, 0x0?, 0x0?}) - /usr/local/go/src/bufio/bufio.go:682 +0xea -net/http.(*response).write(0xc009b27260, 0x208240, {0xc0817e0000, 0x208240, 0x400000}, {0x0, 0x0}) - /usr/local/go/src/net/http/server.go:1648 +0x22a -net/http.(*response).Write(0xc0817e0000?, {0xc0817e0000?, 0x400000?, 0x906f01?}) - /usr/local/go/src/net/http/server.go:1606 +0x2a -runtime/pprof.writeGoroutineStacks({0x396a240, 0xc009b27260}) - /usr/local/go/src/runtime/pprof/pprof.go:714 +0xa5 -runtime/pprof.writeGoroutine({0x396a240?, 0xc009b27260?}, 0xc038f8dce0?) - /usr/local/go/src/runtime/pprof/pprof.go:692 +0x25 -runtime/pprof.(*Profile).WriteTo(0x27bf120?, {0x396a240?, 0xc009b27260?}, 0xc?) - /usr/local/go/src/runtime/pprof/pprof.go:329 +0x146 -net/http/pprof.handler.ServeHTTP({0xc0344e0191, 0x9}, {0x3977a90, 0xc009b27260}, 0x1?) - /usr/local/go/src/net/http/pprof/pprof.go:267 +0x4a8 -net/http/pprof.Index({0x3977a90?, 0xc009b27260}, 0xc00f105400?) - /usr/local/go/src/net/http/pprof/pprof.go:384 +0xe5 -net/http.HandlerFunc.ServeHTTP(0x44a3c0?, {0x3977a90?, 0xc009b27260?}, 0x90d9ba?) - /usr/local/go/src/net/http/server.go:2136 +0x29 -net/http.(*ServeMux).ServeHTTP(0x5020b20?, {0x3977a90, 0xc009b27260}, 0xc00f105400) - /usr/local/go/src/net/http/server.go:2514 +0x142 -net/http.serverHandler.ServeHTTP({0xc0462471d0?}, {0x3977a90?, 0xc009b27260?}, 0x6?) - /usr/local/go/src/net/http/server.go:2938 +0x8e -net/http.(*conn).serve(0xc00e2874d0, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2009 +0x5f4 -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 743172497 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743143469 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ed2c0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03e9d4780?, 0xc0358f6821?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03e9d4780, {0xc0358f6821, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03e9d4780, {0xc0358f6821?, 0xc03544ff28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492d48, {0xc0358f6821?, 0xc0000c8060?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0358f6810) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819558 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 742901931 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc0430c9520, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 742901525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 742426950 [select]: -github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).sendRoutine(0xc02f272ea0, {0x398cc68?, 0xc000053680}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:344 +0x295 -created by github.com/tendermint/tendermint/internal/p2p/conn.(*MConnection).OnStart in goroutine 418 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/conn/connection.go:212 +0x225 - -goroutine 743090042 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192c78, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d3100?, 0xc03e9583a1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0404d3100, {0xc03e9583a1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0404d3100, {0xc03e9583a1?, 0xc00c9caf28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254491b0, {0xc03e9583a1?, 0xc00c9cafb0?, 0xc00c9caf00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e958390) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819731 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743090015 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d092c0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a000?, 0xc03e9580a1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a000, {0xc03e9580a1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a000, {0xc03e9580a1?, 0xc016537728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449000, {0xc03e9580a1?, 0xcc52de?, 0xc016537700?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e958090) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819517 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 742819353 [IO wait]: -internal/poll.runtime_pollWait(0x7f33a803fd48, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02efcb500?, 0xc01f164000?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02efcb500, {0xc01f164000, 0x1000, 0x1000}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02efcb500, {0xc01f164000?, 0x4b0765?, 0x0?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc036795820, {0xc01f164000?, 0x0?, 0xc04838e548?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).Read(0xc04838e540, {0xc01f164000, 0x1000, 0x1000}) - /usr/local/go/src/net/http/server.go:791 +0x14b -bufio.(*Reader).fill(0xc01f908b40) - /usr/local/go/src/bufio/bufio.go:113 +0x103 -bufio.(*Reader).Peek(0xc01f908b40, 0x4) - /usr/local/go/src/bufio/bufio.go:151 +0x53 -net/http.(*conn).serve(0xc00c879050, {0x398cc30, 0xc000c02270}) - /usr/local/go/src/net/http/server.go:2044 +0x75c -created by net/http.(*Server).Serve in goroutine 15 - /usr/local/go/src/net/http/server.go:3086 +0x5cb - -goroutine 729781562 [select]: -github.com/tendermint/tendermint/internal/consensus.(*Reactor).queryMaj23Routine(0xc00048f980, {0x398cc68, 0xc0247ae140}, 0xc007ca1d10, 0xc01bb2a900) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:839 +0x1c8 -created by github.com/tendermint/tendermint/internal/consensus.(*Reactor).processPeerUpdate.func1 in goroutine 729781559 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/consensus/reactor.go:1006 +0x270 - -goroutine 743172631 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743090387 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec720, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035ec00?, 0xc04428ff01?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035ec00, {0xc04428ff01, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035ec00, {0xc04428ff01?, 0xc000da8f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f520, {0xc04428ff01?, 0xc039ef97a0?, 0x0?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc04428fef0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819294 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743090218 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369190f68, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc058d97200?, 0xc040da33f1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc058d97200, {0xc040da33f1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc058d97200, {0xc040da33f1?, 0xc00f7aa728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490a0, {0xc040da33f1?, 0x16?, 0xc00f7a0100?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc040da33e0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819697 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 742901785 [select]: -github.com/tendermint/tendermint/internal/p2p.(*mConnConnection).ReceiveMessage(0xc03e4a5550, {0x398cc68?, 0xc000053680?}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/transport_mconn.go:444 +0x107 -github.com/tendermint/tendermint/internal/p2p.(*Router).receivePeer(0xc000491b80, {0x398cc68, 0xc000053680}, {0xc0436411a0, 0x28}, {0x3999930, 0xc03e4a5550}) - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:876 +0x82 -github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer.func2() - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:828 +0x4e -created by github.com/tendermint/tendermint/internal/p2p.(*Router).routePeer in goroutine 742901525 - /root/go/pkg/mod/github.com/sei-protocol/sei-tendermint@v0.3.6/internal/p2p/router.go:826 +0x3b9 - -goroutine 743090168 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d08de8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a280?, 0xc0462471e1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a280, {0xc0462471e1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a280, {0xc0462471e1?, 0xc024850728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449028, {0xc0462471e1?, 0xc0248507b0?, 0xc024850700?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0462471d0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819682 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743090301 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d090d0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a100?, 0xc032971d81?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a100, {0xc032971d81, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a100, {0xc032971d81?, 0xc01ed19f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449010, {0xc032971d81?, 0xc0574de500?, 0x0?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc032971d70) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819519 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743172645 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743090170 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369192f60, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc0404d2680?, 0xc03e958521?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc0404d2680, {0xc03e958521, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc0404d2680, {0xc03e958521?, 0xc00f6e1728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449198, {0xc03e958521?, 0x471cd0?, 0xc0000c8000?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03e958510) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819728 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743090532 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691923c0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790600?, 0xc046247391?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790600, {0xc046247391, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790600, {0xc046247391?, 0xc000795728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490f8, {0xc046247391?, 0xc03c400e20?, 0x17f9f80?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc046247380) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819708 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743172667 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743090549 [IO wait]: -internal/poll.runtime_pollWait(0x7f33691925b0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc03a790500?, 0xc0462476c1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc03a790500, {0xc0462476c1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc03a790500, {0xc0462476c1?, 0xc019251728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc0254490e8, {0xc0462476c1?, 0x471c01?, 0xc00055f900?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0462476b0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819706 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743172417 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743089867 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685ec818, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc04035eb80?, 0xc04428fd81?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc04035eb80, {0xc04428fd81, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc04035eb80, {0xc04428fd81?, 0xc000d3cf28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034f6f518, {0xc04428fd81?, 0xc036ac80c0?, 0xc028be0100?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc04428fd70) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819293 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743090044 [IO wait]: -internal/poll.runtime_pollWait(0x7f3368d08fd8, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc020f4a180?, 0xc046246ee1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc020f4a180, {0xc046246ee1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc020f4a180, {0xc046246ee1?, 0xc035c42728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449018, {0xc046246ee1?, 0xc035900370?, 0x17f9f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc046246ed0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819520 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743172649 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743172663 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743172644 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743090273 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e4ad0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc040b3d300?, 0xc03bd154b1?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc040b3d300, {0xc03bd154b1, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc040b3d300, {0xc03bd154b1?, 0xc01e8a1f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc034492638, {0xc03bd154b1?, 0x0?, 0x0?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc03bd154a0) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819554 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743089963 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e5290, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc038670200?, 0xc051d3bb71?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc038670200, {0xc051d3bb71, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc038670200, {0xc051d3bb71?, 0xc0202b5f28?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc03b23aac0, {0xc051d3bb71?, 0xc03f3052e0?, 0x0?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc051d3bb60) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819542 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743089967 [IO wait]: -internal/poll.runtime_pollWait(0x7f3369191060, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02d6d6380?, 0xc0394c7421?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02d6d6380, {0xc0394c7421, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02d6d6380, {0xc0394c7421?, 0xc03b93b728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc025449098, {0xc0394c7421?, 0x471cd0?, 0xc01352d900?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc0394c7410) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819696 - /usr/local/go/src/net/http/server.go:679 +0xba - -goroutine 743172496 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743172636 [runnable]: -github.com/tendermint/tendermint/internal/libs/timer.(*ThrottleTimer).fireRoutine-fm() - :1 -runtime.goexit() - /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 -created by time.goFunc - /usr/local/go/src/time/sleep.go:176 +0x2d - -goroutine 743090216 [IO wait]: -internal/poll.runtime_pollWait(0x7f33685e48e0, 0x72) - /usr/local/go/src/runtime/netpoll.go:343 +0x85 -internal/poll.(*pollDesc).wait(0xc02efcbb00?, 0xc039f0e011?, 0x0) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 -internal/poll.(*pollDesc).waitRead(...) - /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 -internal/poll.(*FD).Read(0xc02efcbb00, {0xc039f0e011, 0x1, 0x1}) - /usr/local/go/src/internal/poll/fd_unix.go:164 +0x27a -net.(*netFD).Read(0xc02efcbb00, {0xc039f0e011?, 0xc014151728?, 0x15ff865?}) - /usr/local/go/src/net/fd_posix.go:55 +0x25 -net.(*conn).Read(0xc036795908, {0xc039f0e011?, 0x205?, 0x3970f00?}) - /usr/local/go/src/net/net.go:179 +0x45 -net/http.(*connReader).backgroundRead(0xc039f0e000) - /usr/local/go/src/net/http/server.go:683 +0x37 -created by net/http.(*connReader).startBackgroundRead in goroutine 742819355 - /usr/local/go/src/net/http/server.go:679 +0xba - -