Saturday, February 5, 2011

Analyze core-dumps created while running wireshark on linux

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?

  • 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