Results 1 to 1 of 1
-
04-02-2010, 14:09 #1
-= TeamSpeak Team =-
- Join Date
- Jul 2002
- Location
- Germany
- Posts
- 2,836
How to report crashes or hangs on linux properly
Hello,
here I will explain which information you should post when your ts3server crashed or hangs up. You can create a new thread with your problem then.
(1) Make sure your system is configured to write core dumps when applications crash. You can enable this by running something like
You can put this in your ts3 server startscript to make sure it is set on every startupCode:ulimit -c 500000
(2) When the server crashes it will now write a file called "core" or "core.NUMBER"
If the server is in a hung up state (it is not reacting to serverquery or normal client connections anymore) you can force the server to write a core by running "killall -SIGQUIT ts3server_linux_amd64" (use _x86 for x86 servers)
(3) The core alone is no use, what is also needed is a few libraries from your system, a script I wrote will gather them and put them in an archive. The script is attached [1], running it will look something like this:
The file "core_environment.tar.gz" is created by the script. It contains the needed libraries.Code:tss3@laurel:~$ ./make_core_environment.sh ts3/ core_environment/ core_environment/usr/ core_environment/usr/lib/ core_environment/usr/lib/libstdc++.so.6 core_environment/lib/ core_environment/lib/libdl.so.2 core_environment/lib/libgcc_s.so.1 core_environment/lib/libc.so.6 core_environment/lib/libm.so.6 core_environment/lib/librt.so.1 core_environment/lib/libpthread.so.0 core_environment/lib64/ core_environment/lib64/ld-linux-x86-64.so.2 tss3@laurel:~$
(4) Provide the log file of the incident, provide any other information you know (what was being done with the server etc.). Can you reproduce the problem? If so, tell us the steps.
(5) Bundle the core file(s), the core_environment.tar.gz in an archive an upload it to somewhere. Post a link in your report.
[1] http://ftp.4players.de/pub/hosted/ts...environment.shLast edited by Peter; 03-11-2011 at 15:49.
You think my answer is stupid ? Read This:
http://www.catb.org/~esr/faqs/smart-...ons.html#intro
In a world without fences and walls - who needs windows and gates ?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[BETA]Powerful Teamspeak3 Server Startscript for Linux with "AUTOMATIC"UPDATE!
By /dev/null/ in forum ToolsReplies: 100Last Post: 17-08-2012, 19:38 -
Observation on the latest linux server/client build
By Budal-IL in forum [TeamSpeak 2] Client SupportReplies: 2Last Post: 13-07-2003, 19:11 -
TS2 client for linux hangs in one specific situation.
By forever in forum [TeamSpeak 2] Client SupportReplies: 0Last Post: 14-05-2003, 10:37 -
Linux Client?
By kauschovar in forum [TeamSpeak 2] General QuestionsReplies: 3Last Post: 04-07-2002, 01:49


