openimsdk / open-im-server

IM Chat
https://openim.io
Apache License 2.0
13.79k stars 2.43k forks source link

[BUG] net/http.(*Server).Shutdown(panic: runtime error: invalid memory address or nil pointer dereferencepanic #2471

Open volencez opened 1 month ago

volencez commented 1 month ago

OpenIM Server Version

main

Operating System and CPU Architecture

Linux (ARM)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

  1. cd open-im-server
  2. docker compose up -d 启动组件
  3. mage start 4.nohup mage start >> _output/logs/openim.log 2>&1 &

Screenshots Link

image image

kubbot commented 1 month ago

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Join slack 🤖 to connect and communicate with our developers.

volencez commented 1 month ago

openim.log The log is in the attachment, I hope it can help you