Hello, I am running wireshark build on linux. I get a crash,while doing some activities. A core dump is also being generated. But,when i give the following command gdb ./wireshark core. It says,file format not recognized. Also,when i do a cat on "./wireshark",it seems to be some kind of script. so how to analyze core dumps?
From stackoverflow
Ajay
-
Check the script to see what is the actual wireshark binary being run.
gdb is good for coredump analysis.
Ajay : ok,i will try that. do you know where the binary can be located?From laalto
0 comments:
Post a Comment