[DiscordArchive] is there any good way to find what is causing the server to crash/restart when running on docker?
[DiscordArchive] is there any good way to find what is causing the server to crash/restart when running on docker?
Archived author: thatbloodyshark • Posted: 2025-04-29T16:36:43.835000+00:00
Original source
is there any good way to find what is causing the server to crash/restart when running on docker?
Archived author: Rymercyble • Posted: 2025-04-29T16:48:50.225000+00:00
Original source
attach debugger..not sure how when its with docker
Archived author: metallinos • Posted: 2025-04-29T17:19:12.582000+00:00
Original source
GDB is your friend
Archived author: metallinos • Posted: 2025-04-29T17:19:30.419000+00:00
Original source
It's quite simple to set up, you should also make an alias command to retrieve the crash logs or mount the dir that it writes to
Archived author: metallinos • Posted: 2025-04-29T17:19:59.947000+00:00
Original source
See section "How to run the worldserver with gdb" under https://www.azerothcore.org/wiki/install-with-docker
[Embed: Install with Docker]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/install-with-docker
Archived author: thatbloodyshark • Posted: 2025-04-29T17:26:09.888000+00:00
Original source
thanks i'll take a look
Archived author: Prelina • Posted: 2025-04-29T20:03:06.814000+00:00
Original source
Did you get the problem that the worldserver is continually restarting and repeating? You can also see the log of it, maybe have something useful