This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Wireshark crashes frequently when trying to analyze rtp streams!

0

Hi guys,

my wireshark crashes frequently(about 75% of times) when I try to analyze RTP streams from the show all streams window.I am building wireshark using code from git,branch is master-1.12.I am attaching the screenshot with the crash log and my git status.I am compiling my Wireshark using

./configure --prefix=/path/to/wireshark-install/ . option.Here is the screenshot!

https://drive.google.com/file/d/0B6c6B1cns2szaXZJOVZ1SF9uRlE/view?usp=sharing

and here is the gdb trace.

https://drive.google.com/file/d/0B6c6B1cns2szckR4bXhobDBYR2c/view?usp=sharing

Can someone help me with this!

EDIT: I have compiled wireshark with

./configure --prefix=/path/to/wireshark-install/ --with-gtk2 --without-gtk3 --with-qt

./configure –prefix=/path/to/wireshark-install/ –without-gtk2 –with-gtk3 –with-qt

./configure –prefix=/path/to/wireshark-install/ –with-gtk3 –without-qt

and I can reproduce the problem in all three versions.

-koundi

asked 10 Jul ‘15, 03:34

koundi's gravatar image

koundi
9791119
accept rate: 0%

edited 10 Jul ‘15, 04:56

I suppose your OS distribution of Wireshark is quite old, hence your own compilation. Unfortunately it’s going to be quite difficult to debug this without a capture that causes the issue to occur for you. Are you able to provide one?

(10 Jul ‘15, 05:11) grahamb ♦
(10 Jul ‘15, 05:41) Pascal Quantin

Ah! So it is a known bug.This link https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10714 has a similar gdb trace.So has someone pinpointed the problem yet?

(10 Jul ‘15, 15:33) koundi