I am having a load test run on a linux machine which is generating huge .core files. My question is how do I analyse these. GDB is an option but would it mean to start the load test from inside GDB. Is there other tool which can be used?
Asked
Active
Viewed 260 times
0
-
GDB can load core files after a crash, you don't have to run the program in GDB. – Jester Jan 11 '13 at 19:00
-
could you please tell the command used for loading .core files (without running the program) ? – Twaha Mehmood Jan 14 '13 at 05:47