SRCDS Steam group


Reading "dmp" files in Linux??
#1
I know that when you have a Windows server , and suddenly crashes , a folder is created automatically called as "dumps" inside "orangebox" folder, containing "dmp" files relative to each crash.So, my question is , are there any such files in Linux Servers in order to study them , because sometimes my Linux server crashes and the folder "dumps" won't be created.So, where are these "crash explain" files located in Linux servers?
Reply
#2
there is no visual studio on Linux...

on Linux usually the system dumps a "core" file (sometimes with the PID of the crashing process as extension). you can read that file with gdb, but usually normal users cannot make much use of it. only sometimes the backtrace command can give you some hint (it will list the function where it crashed with all calling functions). but be careful when jumping to conclusions from this. often the real problem is completely somewhere else!
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#3
but the Linux version cannot be compiled with Visual Studio, so it will not produce files for use with Visual Studio... ;-)
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#4
So hmmm where are the dumps???
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)