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?
I am running wireshark build on linux. I get a crash,while doing some activities.
Share
Check the script to see what is the actual wireshark binary being run.
gdb is good for coredump analysis.