tags:

views:

104

answers:

1

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?

A: 

Check the script to see what is the actual wireshark binary being run.

gdb is good for coredump analysis.

laalto
ok,i will try that. do you know where the binary can be located?
Ajay