[DiscordArchive] Please tell me, is it possible to somehow see the error line on a pure server ubuntu without a docke
[DiscordArchive] Please tell me, is it possible to somehow see the error line on a pure server ubuntu without a docke
Archived author: Massive Projects • Posted: 2022-02-27T19:39:50.889000+00:00
Original source
Please tell me, is it possible to somehow see the error line on a pure server ubuntu without a docker and without a development environment?
Archived author: Massive Projects • Posted: 2022-02-27T19:40:50.060000+00:00
Original source
Now I see only Segmentation fault without any hints if server crashes
Archived author: Kitzunu • Posted: 2022-02-27T20:24:02.569000+00:00
Original source
https://www.azerothcore.org/wiki/how-to-...ssplatform
[Embed: AzerothCore]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/how-to-...-and-debug
Archived author: Massive Projects • Posted: 2022-02-27T20:30:39.997000+00:00
Original source
Does it help to see the crash in any line? Or only where logging is written in the code?
Archived author: Massive Projects • Posted: 2022-02-27T20:31:32.929000+00:00
Original source
DebugLog is not available everywhere
Archived author: Massive Projects • Posted: 2022-02-27T21:01:00.638000+00:00
Original source
Or do you not know for sure?
Archived author: Kitzunu • Posted: 2022-02-27T21:11:18.979000+00:00
Original source
If you get a Seg Fault the core will dump a crashlog which you can use to debug where the crash occured
Archived author: Massive Projects • Posted: 2022-02-27T21:35:11.957000+00:00
Original source
So I did not understand how good a dump would be, and whether it would show errors in the core that I could make when coding my mods. But I'll try this thing. Thanks.