• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

crash dump

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hmm its still the same crash since 1.3.26^^
Well thought I might got rid of it... but no.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
I've asked you that 100 times I guess, but you're using the web client/TS3 client/TeaClient etc?

---- Automatically Merged Double Post ----

How often does the server fall?
As well it would be helpfull to get the raw console output (not the log!)
The last line should contain a crash message which could be helpfull.
May start the server via this command: ./TeaSpeakServer &> console_output.txt &
 
Last edited:

farhadhelix

TeaFanatic
I've asked you that 100 times I guess, but you're using the web client/TS3 client/TeaClient etc?

---- Automatically Merged Double Post ----

How often does the server fall?
As well it would be helpfull to get the raw console output (not the log!)
The last line should contain a crash message which could be helpfull.
May start the server via this command: ./TeaSpeakServer &> console_output.txt &
i will update server to 1.4.8b(latest) tonight and will set an output for the console output log and will let you on crashes
the crashed are random. sometimes its 2 days . sometimes 1 day . sometimes more than 2 day.

all my clients using ts3 client

---- Automatically Merged Double Post ----

./teaspeak.sh start &> console_output.txt & will do the trick?
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Yes or even better screen -S TeaSpeak -L -Logfile output.txt ./TeaSpeakServer
 

farhadhelix

TeaFanatic
Yes or even better screen -S TeaSpeak -L -Logfile output.txt ./TeaSpeakServer
will let you know on next crash

---- Automatically Merged Double Post ----

@WolverinDEV
Hello bro
server crashed after 3 days
here is crash dump file



and here is the last lines of console output

its strange


^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m^M[23:17:44] [^[[0;33mWARNING ^[[0m] ^[[1;30m 587 | ^[[0mCommand handling of command ftgetfilelist needs 25ms.^[[K
^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m^M[23:17:44] [^[[0;33mWARNING ^[[0m] ^[[1;30m 587 | ^[[0mCommand handling of command ftgetfilelist needs 40ms.^[[K
^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m^M[23:17:45] [^[[0;33mWARNING ^[[0m] ^[[1;30m 668 | ^[[0mCommand handling of command ftgetfilelist needs 25ms.^[[K
^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m^M[23:17:45] [^[[0;31m^[[1m^[[7mCRITICAL^[[0m] ^[[1;30m GEN | ^[[0mCould not shutdown server within 30 seconds! (Hangup!)^[[K
^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m^M[23:17:45] [^[[0;31m^[[1m^[[7mCRITICAL^[[0m] ^[[1;30m GEN | ^[[0mKilling server!^[[K
^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m

---- Automatically Merged Double Post ----

why server should kill itself by its own?
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Thats just because of the line above (Could not shutdown server within 30 seconds! (Hangup!))
 

farhadhelix

TeaFanatic
why should such thing happens?

---- Automatically Merged Double Post ----

Thats just because of the line above (Could not shutdown server within 30 seconds! (Hangup!))
yea i see the reason. i just dont know why server has to shutdown itself and kill itself then..

---- Automatically Merged Double Post ----

@WolverinDEV bro have you found the reason of crash?

---- Automatically Merged Double Post ----

@WolverinDEV

mate may you check why my server crashes??
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
"bro have you found the reason of crash?". Does them still happen with beta 8?
But as said earlier: No I'm clueless.

---- Automatically Merged Double Post ----

Is there anything within the "output.txt "?
 
Last edited:

farhadhelix

TeaFanatic
no its just this

^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m^M[23:17:44] [^[[0;33mWARNING ^[[0m] ^[[1;30m 587 | ^[[0mCommand handling of command ftgetfilelist needs 25ms.^[[K
^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m^M[23:17:44] [^[[0;33mWARNING ^[[0m] ^[[1;30m 587 | ^[[0mCommand handling of command ftgetfilelist needs 40ms.^[[K
^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m^M[23:17:45] [^[[0;33mWARNING ^[[0m] ^[[1;30m 668 | ^[[0mCommand handling of command ftgetfilelist needs 25ms.^[[K
^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m^M[23:17:45] [^[[0;31m^[[1m^[[7mCRITICAL^[[0m] ^[[1;30m GEN | ^[[0mCould not shutdown server within 30 seconds! (Hangup!)^[[K
^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m^M[23:17:45] [^[[0;31m^[[1m^[[7mCRITICAL^[[0m] ^[[1;30m GEN | ^[[0mKilling server!^[[K
^[[0m^M^[[0;37m> ^[[1;37m^[[K^[[0m

nothing strange

it just kill itself

its like i ctrl-c on terminal. but ofc its not ;)
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Is there something before?
Else (depending on your server size) you could execute the server with gdb.
This is a debugger and as soon the server crashes you/and I will be able to get a back trace.

But when this happens I require access to the server, and the server may block the database until it has been debugged...
 

farhadhelix

TeaFanatic
hmm. how im supposed to delete previouse lines or copy 10k lines:D
can i just give you the whole file and you see for yourself?